#1DA0FF
A medium, vivid blue closely aligning with Cornflowerblue.
About #1DA0FF
Visually, #1DA0FF is defined as a vivid blue. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 29 red, 160 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 89% Cyan, 37% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DA0FF
RGB29, 160, 255
HSL205.2°, 100.0%, 55.7%
CMYK89%, 37%, 0%, 0%
HSV205.2°, 88.6%, 100.0%
LAB63.9, 0.4, -56.2
XYZ31.1, 32.6, 99.3
Decimal1941759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA0FF;
}
.text-color {
color: #1DA0FF;
}
.border-color {
border: 2px solid #1DA0FF;
}