#2C6DE9
A medium, vivid blue closely aligning with Royalblue.
About #2C6DE9
Visually, #2C6DE9 is defined as a vivid blue. Its closest recognized web color is Royalblue. Its digital footprint relies on 44 parts red, 109 parts green, and 233 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 81% Cyan, 53% Magenta, 0% Yellow, and 9% Black. With a hue angle of 219.4 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 #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C6DE9
RGB44, 109, 233
HSL219.4°, 81.1%, 54.3%
CMYK81%, 53%, 0%, 9%
HSV219.4°, 81.1%, 91.4%
LAB48.7, 24.4, -68.4
XYZ21.2, 17.4, 79.3
Decimal2911721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C6DE9;
}
.text-color {
color: #2C6DE9;
}
.border-color {
border: 2px solid #2C6DE9;
}