What is the HEX code for steel blue?
The CSS color steel blue in HEX format is #5a7d9a. Use this value directly in CSS, SVG, and most design tools.
How do I use steel blue in CSS?
To apply steel blue in CSS:
- Text color: color: #5a7d9a;
- Background: background-color: #5a7d9a;
- Border: border-color: #5a7d9a;
What are all the color format values for steel blue?
| Format | Value |
|---|---|
| HEX | #5a7d9a |
| RGB | rgb(90, 125, 154) |
| HSL | hsl(207.2, 26.2%, 47.8%) |
| CMYK | cmyk(41.6%, 18.8%, 0%, 39.6%) |
How do I convert steel blue to HEX?
Select steel blue from the color name list in our color converter. The HEX value — #5a7d9a — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does steel blue belong to?
steel blue belongs to the blue color family. It is a medium, muted color with HSL values: hue 207.2°, saturation 26.2%, lightness 47.8%.
How do I create lighter and darker shades of steel blue?
Lighter variant (lightness 62.8%): #87a2b9. Darker variant (lightness 32.8%): #3e566a. 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.