What is the HEX code for mid blue?
The CSS color mid blue in HEX format is #276ab3. Use this value directly in CSS, SVG, and most design tools.
How do I use mid blue in CSS?
To apply mid blue in CSS:
- Text color: color: #276ab3;
- Background: background-color: #276ab3;
- Border: border-color: #276ab3;
What are all the color format values for mid blue?
| Format | Value |
|---|---|
| HEX | #276ab3 |
| RGB | rgb(39, 106, 179) |
| HSL | hsl(211.3, 64.2%, 42.7%) |
| CMYK | cmyk(78.2%, 40.8%, 0%, 29.8%) |
How do I convert mid blue to HEX?
Select mid blue from the color name list in our color converter. The HEX value — #276ab3 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does mid blue belong to?
mid blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 211.3°, saturation 64.2%, lightness 42.7%.
How do I create lighter and darker shades of mid blue?
Lighter variant (lightness 57.7%): #4e90d8. Darker variant (lightness 27.700000000000003%): #194574. 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.