🎨RGB ↔ Hex Colour Converter
A colour code converter translates between HEX (web), RGB (screen), HSL (perceptual), and CMYK (print) colour models used in design, web development, and printing.
- 1HEX: #RRGGBB — each pair is 00–FF in hexadecimal
- 2RGB: Red, Green, Blue each 0–255
- 3HSL: Hue 0–360°, Saturation 0–100%, Lightness 0–100%
- 4CMYK: Cyan, Magenta, Yellow, Black each 0–100%
#2563eb=RGB(37,99,235) | HSL(221°,83%,53%) | CMYK(84%,58%,0%,8%)
| Colour | HEX | RGB |
|---|---|---|
| Black | #000000 | 0,0,0 |
| White | #FFFFFF | 255,255,255 |
| Red | #FF0000 | 255,0,0 |
| Green | #008000 | 0,128,0 |
| Blue | #0000FF | 0,0,255 |
References
🔒
100% 免费
无需注册
✓
准确
经过验证的公式
⚡
即时
即时结果
📱
移动友好
所有设备