#1D8AF8
A medium, vivid blue closely aligning with Dodgerblue.
About #1D8AF8
Visually, #1D8AF8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Dodgerblue. Its digital footprint relies on 29 parts red, 138 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 88% cyan and 44% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D8AF8
RGB29, 138, 248
HSL210.1°, 94.0%, 54.3%
CMYK88%, 44%, 0%, 3%
HSV210.1°, 88.3%, 97.3%
LAB57.3, 10.9, -62.9
XYZ26.5, 25.2, 92.3
Decimal1936120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D8AF8;
}
.text-color {
color: #1D8AF8;
}
.border-color {
border: 2px solid #1D8AF8;
}