Dodger blue to HSL — Color Code

#3e82fc
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%)
HSV hsv(218.5, 75.4%, 98.8%)

dodger blue color harmonies

Tints & shades of dodger blue

Tints (lighter)

#508dfc #6199fd #73a4fd #84affd #96bbfd #a7c6fe #b9d2fe #caddfe #dce8fe #edf4ff

Shades (darker)

#3876e5 #336ace #2d5fb7 #2753a0 #224789 #1c3b73 #172f5c #112345 #0b182e #060c17

Contrast & accessibility

The quick brown fox

On white · 3.62:1 · AA Large

The quick brown fox

On black · 5.8:1 · AA

Recommended text color: #000000

Use dodger blue in code

CSS color: #3e82fc;
SCSS $color: #3e82fc;
Tailwind bg-[#3e82fc]
Swift UIColor(red: 0.243, green: 0.510, blue: 0.988, alpha: 1)
Android Color.parseColor("#3e82fc")
Flutter Color(0xFF3E82FC)

Colors similar to dodger blue

Browse all Blue colors →

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?

FormatValue
HEX#3e82fc
RGBrgb(62, 130, 252)
HSLhsl(218.5, 96.9%, 61.6%)
CMYKcmyk(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.