#1DAFFF
A medium, vivid blue closely aligning with Deepskyblue.
About #1DAFFF
Visually, #1DAFFF is defined as a vivid blue. Its closest recognized web color is Deepskyblue. Its digital footprint relies on 29 parts red, 175 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 89% Cyan, 31% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAFFF
RGB29, 175, 255
HSL201.2°, 100.0%, 55.7%
CMYK89%, 31%, 0%, 0%
HSV201.2°, 88.6%, 100.0%
LAB68.1, -8.1, -49.5
XYZ33.9, 38.1, 100.2
Decimal1945599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DAFFF;
}
.text-color {
color: #1DAFFF;
}
.border-color {
border: 2px solid #1DAFFF;
}