What is the HEX code for dodger blue?
The CSS color dodger blue in HEX format is #3e82fc. 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: #3e82fc;
- Background: background-color: #3e82fc;
- Border: border-color: #3e82fc;
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 HEX?
Select dodger blue from the color name list in our color converter. The HEX value — #3e82fc — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.