What is the HEX code for flat blue?
The CSS color flat blue in HEX format is #3c73a8. Use this value directly in CSS, SVG, and most design tools.
How do I use flat blue in CSS?
To apply flat blue in CSS:
- Text color: color: #3c73a8;
- Background: background-color: #3c73a8;
- Border: border-color: #3c73a8;
What are all the color format values for flat blue?
| Format | Value |
|---|---|
| HEX | #3c73a8 |
| RGB | rgb(60, 115, 168) |
| HSL | hsl(209.4, 47.4%, 44.7%) |
| CMYK | cmyk(64.3%, 31.5%, 0%, 34.1%) |
How do I convert flat blue to HEX?
Select flat blue from the color name list in our color converter. The HEX value — #3c73a8 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does flat blue belong to?
flat blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 209.4°, saturation 47.4%, lightness 44.7%.
How do I create lighter and darker shades of flat blue?
Lighter variant (lightness 59.7%): #6899c9. Darker variant (lightness 29.700000000000003%): #284c70. 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.