#2C6DF0
A medium, vivid blue closely aligning with Royalblue.
About #2C6DF0
Visually, #2C6DF0 is defined as a vivid blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(44, 109, 240).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 55% M, 0% Y, and 6% K. 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C6DF0
RGB44, 109, 240
HSL220.1°, 86.7%, 55.7%
CMYK82%, 55%, 0%, 6%
HSV220.1°, 81.7%, 94.1%
LAB49.2, 27.0, -71.5
XYZ22.2, 17.8, 84.7
Decimal2911728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C6DF0;
}
.text-color {
color: #2C6DF0;
}
.border-color {
border: 2px solid #2C6DF0;
}