What is the HEX code for warm blue?
The CSS color warm blue in HEX format is #4b57db. Use this value directly in CSS, SVG, and most design tools.
How do I use warm blue in CSS?
To apply warm blue in CSS:
- Text color: color: #4b57db;
- Background: background-color: #4b57db;
- Border: border-color: #4b57db;
What are all the color format values for warm blue?
| Format | Value |
|---|---|
| HEX | #4b57db |
| RGB | rgb(75, 87, 219) |
| HSL | hsl(235, 66.7%, 57.6%) |
| CMYK | cmyk(65.8%, 60.3%, 0%, 14.1%) |
How do I convert warm blue to HEX?
Select warm blue from the color name list in our color converter. The HEX value — #4b57db — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does warm blue belong to?
warm blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 235°, saturation 66.7%, lightness 57.6%.
How do I create lighter and darker shades of warm blue?
Lighter variant (lightness 72.6%): #8b92e8. Darker variant (lightness 42.6%): #2430b5. 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.