#1D83E9
A medium, vivid blue closely aligning with Dodgerblue.
About #1D83E9
Visually, #1D83E9 is defined as a vivid blue. Its closest recognized web color is Dodgerblue. This translates to an RGB value of rgb(29, 131, 233).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 88% cyan and 44% magenta inks. With a hue angle of 210.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D83E9
RGB29, 131, 233
HSL210.0°, 82.3%, 51.4%
CMYK88%, 44%, 0%, 9%
HSV210.0°, 87.6%, 91.4%
LAB54.4, 9.5, -59.2
XYZ23.3, 22.4, 80.2
Decimal1934313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D83E9;
}
.text-color {
color: #1D83E9;
}
.border-color {
border: 2px solid #1D83E9;
}