Color Converter
Convert colors between RGB, HEX, HSL, HSV, and CMYK formats with color picker
#3B82F6
Color Formats
hex
#3B82F6
rgb
rgb(59, 130, 246)
hsl
hsl(217, 91%, 60%)
hsv
hsv(217, 76%, 96%)
cmyk
cmyk(76%, 47%, 0%, 4%)
Color Palette
Color Format Information
HEX (Hexadecimal)
- • 6-digit code: #RRGGBB
- • Most common web format
- • Example: #FF0000 (red)
- • Range: 00-FF per channel
RGB (Red, Green, Blue)
- • Values: 0-255 per channel
- • Additive color model
- • Example: rgb(255, 0, 0)
- • Used in digital displays
HSL (Hue, Saturation, Lightness)
- • Hue: 0-360° (color wheel)
- • Saturation: 0-100% (intensity)
- • Lightness: 0-100% (brightness)
- • More intuitive for humans
HSV (Hue, Saturation, Value)
- • Similar to HSL
- • Value instead of lightness
- • Common in color pickers
- • Example: hsv(0, 100%, 100%)
CMYK (Cyan, Magenta, Yellow, Black)
- • Subtractive color model
- • Used in printing
- • Values: 0-100% per channel
- • K = Key (black)