#2CA0FF
A medium, vivid blue closely aligning with Cornflowerblue.
About #2CA0FF
Visually, #2CA0FF is defined as a vivid blue. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 160, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 83% Cyan, 37% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CA0FF
RGB44, 160, 255
HSL207.0°, 100.0%, 58.6%
CMYK83%, 37%, 0%, 0%
HSV207.0°, 82.7%, 100.0%
LAB64.1, 1.4, -55.9
XYZ31.7, 32.9, 99.3
Decimal2924799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.58:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA0FF;
}
.text-color {
color: #2CA0FF;
}
.border-color {
border: 2px solid #2CA0FF;
}