What is the HSL code for blue blue?
The CSS color blue blue in HSL format is hsl(228.4, 70.8%, 45.7%). 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: hsl(228.4, 70.8%, 45.7%);
- Background: background-color: hsl(228.4, 70.8%, 45.7%);
- Border: border-color: hsl(228.4, 70.8%, 45.7%);
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 HSL?
Select blue blue from the color name list in our color converter. The HSL value — hsl(228.4, 70.8%, 45.7%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.