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