What is the RGB code for blue blue?
The CSS color blue blue in RGB format is rgb(34, 66, 199). Use this value directly in CSS, SVG, and most design tools.
How do I use blue blue in CSS?
To apply blue blue in CSS:
- Text color: color: rgb(34, 66, 199);
- Background: background-color: rgb(34, 66, 199);
- Border: border-color: rgb(34, 66, 199);
What are all the color format values for blue blue?
| Format | Value |
|---|---|
| HEX | #2242c7 |
| RGB | rgb(34, 66, 199) |
| HSL | hsl(228.4, 70.8%, 45.7%) |
| CMYK | cmyk(82.9%, 66.8%, 0%, 22%) |
How do I convert blue blue to RGB?
Select blue blue from the color name list in our color converter. The RGB value — rgb(34, 66, 199) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue blue belong to?
blue blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 228.4°, saturation 70.8%, lightness 45.7%.
How do I create lighter and darker shades of blue blue?
Lighter variant (lightness 60.7%): #546fe2. Darker variant (lightness 30.700000000000003%): #172c86. 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.