What is the RGB code for windows blue?
The CSS color windows blue in RGB format is rgb(55, 120, 191). Use this value directly in CSS, SVG, and most design tools.
How do I use windows blue in CSS?
To apply windows blue in CSS:
- Text color: color: rgb(55, 120, 191);
- Background: background-color: rgb(55, 120, 191);
- Border: border-color: rgb(55, 120, 191);
What are all the color format values for windows blue?
| Format | Value |
|---|---|
| HEX | #3778bf |
| RGB | rgb(55, 120, 191) |
| HSL | hsl(211.3, 55.3%, 48.2%) |
| CMYK | cmyk(71.2%, 37.2%, 0%, 25.1%) |
How do I convert windows blue to RGB?
Select windows blue from the color name list in our color converter. The RGB value — rgb(55, 120, 191) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does windows blue belong to?
windows blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 211.3°, saturation 55.3%, lightness 48.2%.
How do I create lighter and darker shades of windows blue?
Lighter variant (lightness 63.2%): #6d9fd5. Darker variant (lightness 33.2%): #265383. 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.