What is the RGB code for azul?
The CSS color azul in RGB format is rgb(29, 93, 236). 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: rgb(29, 93, 236);
- Background: background-color: rgb(29, 93, 236);
- Border: border-color: rgb(29, 93, 236);
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 RGB?
Select azul from the color name list in our color converter. The RGB value — rgb(29, 93, 236) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.