#2CA0E2
A medium, vivid blue closely aligning with Deepskyblue.
About #2CA0E2
Visually, #2CA0E2 is defined as a vivid blue. Designers often compare it to the standard color Deepskyblue. Its digital footprint relies on 44 parts red, 160 parts green, and 226 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 81% cyan, 29% magenta, 0% yellow, and 11% black. With a hue angle of 201.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#2CA0E2
RGB44, 160, 226
HSL201.8°, 75.8%, 52.9%
CMYK81%, 29%, 0%, 11%
HSV201.8°, 80.5%, 88.6%
LAB62.6, -9.0, -42.2
XYZ27.3, 31.2, 76.5
Decimal2924770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.23:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA0E2;
}
.text-color {
color: #2CA0E2;
}
.border-color {
border: 2px solid #2CA0E2;
}