Online color format converter — real-time conversion between HEX, RGB, HSL, HSV and CMYK. Color preview, click to copy. Fully local.
HEX
#1A73E8
RGB
rgb(26, 115, 232)
HSL
hsl(214, 82%, 51%)
HSV
hsv(214, 89%, 91%)
CMYK
cmyk(89%, 50%, 0%, 9%)
❓ FAQ
What color formats can I input?
You can enter HEX (#1a2b3c or #abc), RGB (rgb(26,43,60)) or HSL (hsl(210,40%,17%)). The tool auto-detects the format and converts to all five output formats.
What is the difference between CMYK and RGB?
RGB is an additive color model used for screens; CMYK is a subtractive model used in printing. The same color has different values in each model — this tool converts accurately between them.
What is the difference between HSL and HSV?
In HSL, L=100% is white and L=50% is the pure hue. In HSV, V=100% is the pure hue and V=0% is black. Both are more intuitive than RGB for describing hue, saturation and brightness.
Is my color data sent anywhere?
This tool runs entirely in your browser. All color calculations happen locally — nothing is uploaded.