#1DA0F8
A medium, vivid blue closely aligning with Cornflowerblue.
About #1DA0F8
The precise color #1DA0F8 is an excellent choice for modern design projects. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 160, and 248.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 88% cyan and 35% magenta inks. With a hue angle of 204.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DA0F8
RGB29, 160, 248
HSL204.1°, 94.0%, 54.3%
CMYK88%, 35%, 0%, 3%
HSV204.1°, 88.3%, 97.3%
LAB63.5, -2.1, -53.0
XYZ30.0, 32.2, 93.4
Decimal1941752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.44:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA0F8;
}
.text-color {
color: #1DA0F8;
}
.border-color {
border: 2px solid #1DA0F8;
}