Creativo
Instantáneo, privado y gratis
Convertidor de color.
Convierte colores entre formatos HEX, RGB, HSL, HSV y CMYK
Cálculo en el dispositivoSin registro
01
Introduce tus valores
Los resultados se actualizan al escribir.
02 / RESPUESTA
Preguntas Frecuentes
¿Qué es color HEX?
El color HEX es un código de 6 caracteres que representa valores de rojo, verde y azul en formato hexadecimal.
¿Cuál es la diferencia entre HSL y HSV?
Ambos representan color con Matiz y Saturación, pero HSL usa Luminosidad mientras HSV usa Valor.
How to Use the Color Converter
Convert colors between HEX, RGB, and HSL formats.
- Enter a color in any format (HEX, RGB, or HSL).
- See the equivalent values in the other formats.
- Copy the value you need.
Color Conversion
HEX to RGB
R = hex[0:2], G = hex[2:4], B = hex[4:6] (base 16)
Each pair of hex digits is one 0–255 channel.
Example:
Input: #3366CC
Calculation: 33→51, 66→102, CC→204
Result: rgb(51, 102, 204)
Real-World Use Cases
Web Design
Move between CSS color formats.
Brand Palettes
Document brand colors in every format.
Tips
Tips
- HSL is easiest for tweaking lightness and saturation.
- Use 8-digit HEX (#RRGGBBAA) for transparency.