What is the HEX code for faded blue?
The CSS color faded blue in HEX format is #658cbb. Use this value directly in CSS, SVG, and most design tools.
How do I use faded blue in CSS?
To apply faded blue in CSS:
- Text color: color: #658cbb;
- Background: background-color: #658cbb;
- Border: border-color: #658cbb;
What are all the color format values for faded blue?
| Format | Value |
|---|---|
| HEX | #658cbb |
| RGB | rgb(101, 140, 187) |
| HSL | hsl(212.8, 38.7%, 56.5%) |
| CMYK | cmyk(46%, 25.1%, 0%, 26.7%) |
How do I convert faded blue to HEX?
Select faded blue from the color name list in our color converter. The HEX value — #658cbb — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded blue belong to?
faded blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 212.8°, saturation 38.7%, lightness 56.5%.
How do I create lighter and darker shades of faded blue?
Lighter variant (lightness 71.5%): #9ab4d2. Darker variant (lightness 41.5%): #416693. 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.