#1DBDFF
A medium, vivid blue closely aligning with Deepskyblue.
About #1DBDFF
Visually, #1DBDFF is defined as a vivid blue. Its closest recognized web color is Deepskyblue. Its digital footprint relies on 29 parts red, 189 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, 26% Magenta, 0% Yellow, and 0% Black. With a hue angle of 197.5 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#1DBDFF
RGB29, 189, 255
HSL197.5°, 100.0%, 55.7%
CMYK89%, 26%, 0%, 0%
HSV197.5°, 88.6%, 100.0%
LAB72.1, -15.7, -43.2
XYZ36.8, 43.9, 101.1
Decimal1949183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.78:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBDFF;
}
.text-color {
color: #1DBDFF;
}
.border-color {
border: 2px solid #1DBDFF;
}