#1DAFE9
A medium, vivid blue closely aligning with Deepskyblue.
About #1DAFE9
Visually, #1DAFE9 is defined as a vivid blue. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(29, 175, 233).
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 25% Magenta, 0% Yellow, and 9% Black. With a hue angle of 197.1 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAFE9
RGB29, 175, 233
HSL197.1°, 82.3%, 51.4%
CMYK88%, 25%, 0%, 9%
HSV197.1°, 87.6%, 91.4%
LAB67.1, -15.8, -39.1
XYZ30.5, 36.8, 82.6
Decimal1945577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.36:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DAFE9;
}
.text-color {
color: #1DAFE9;
}
.border-color {
border: 2px solid #1DAFE9;
}