What is the HEX code for cadet blue?
The CSS color cadet blue in HEX format is #4e7496. Use this value directly in CSS, SVG, and most design tools.
How do I use cadet blue in CSS?
To apply cadet blue in CSS:
- Text color: color: #4e7496;
- Background: background-color: #4e7496;
- Border: border-color: #4e7496;
What are all the color format values for cadet blue?
| Format | Value |
|---|---|
| HEX | #4e7496 |
| RGB | rgb(78, 116, 150) |
| HSL | hsl(208.3, 31.6%, 44.7%) |
| CMYK | cmyk(48%, 22.7%, 0%, 41.2%) |
How do I convert cadet blue to HEX?
Select cadet blue from the color name list in our color converter. The HEX value — #4e7496 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cadet blue belong to?
cadet blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 208.3°, saturation 31.6%, lightness 44.7%.
How do I create lighter and darker shades of cadet blue?
Lighter variant (lightness 59.7%): #789ab9. Darker variant (lightness 29.700000000000003%): #344d64. 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.