#1D83F0
A medium, vivid blue closely aligning with Dodgerblue.
About #1D83F0
The hex code #1D83F0 represents a beautifully specific shade of blue. Its closest recognized web color is Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 131, and 240.
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 45% Magenta, 0% Yellow, and 6% Black. With a hue angle of 211.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D83F0
RGB29, 131, 240
HSL211.0°, 87.6%, 52.7%
CMYK88%, 45%, 0%, 6%
HSV211.0°, 87.9%, 94.1%
LAB54.9, 12.2, -62.4
XYZ24.4, 22.8, 85.6
Decimal1934320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D83F0;
}
.text-color {
color: #1D83F0;
}
.border-color {
border: 2px solid #1D83F0;
}