What is the HEX code for azul?
The CSS color azul in HEX format is #1d5dec. Use this value directly in CSS, SVG, and most design tools.
How do I use azul in CSS?
To apply azul in CSS:
- Text color: color: #1d5dec;
- Background: background-color: #1d5dec;
- Border: border-color: #1d5dec;
What are all the color format values for azul?
| Format | Value |
|---|---|
| HEX | #1d5dec |
| RGB | rgb(29, 93, 236) |
| HSL | hsl(221.4, 84.5%, 52%) |
| CMYK | cmyk(87.7%, 60.6%, 0%, 7.5%) |
How do I convert azul to HEX?
Select azul from the color name list in our color converter. The HEX value — #1d5dec — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does azul belong to?
azul belongs to the blue color family. It is a medium, vivid color with HSL values: hue 221.4°, saturation 84.5%, lightness 52%.
How do I create lighter and darker shades of azul?
Lighter variant (lightness 67%): #6490f2. Darker variant (lightness 37%): #0f40ae. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.