What is the RGB code for faded blue?
The CSS color faded blue in RGB format is rgb(101, 140, 187). 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: rgb(101, 140, 187);
- Background: background-color: rgb(101, 140, 187);
- Border: border-color: rgb(101, 140, 187);
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 RGB?
Select faded blue from the color name list in our color converter. The RGB value — rgb(101, 140, 187) — 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 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.