What is the HSL code for dodger blue?
The CSS color dodger blue in HSL format is hsl(218.5, 96.9%, 61.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use dodger blue in CSS?
To apply dodger blue in CSS:
- Text color: color: hsl(218.5, 96.9%, 61.6%);
- Background: background-color: hsl(218.5, 96.9%, 61.6%);
- Border: border-color: hsl(218.5, 96.9%, 61.6%);
What are all the color format values for dodger blue?
| Format | Value |
|---|---|
| HEX | #3e82fc |
| RGB | rgb(62, 130, 252) |
| HSL | hsl(218.5, 96.9%, 61.6%) |
| CMYK | cmyk(75.4%, 48.4%, 0%, 1.2%) |
How do I convert dodger blue to HSL?
Select dodger blue from the color name list in our color converter. The HSL value — hsl(218.5, 96.9%, 61.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dodger blue belong to?
dodger blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 218.5°, saturation 96.9%, lightness 61.6%.
How do I create lighter and darker shades of dodger blue?
Lighter variant (lightness 76.6%): #8ab3fd. Darker variant (lightness 46.6%): #0456ea. 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.