#2C00F0
A medium, vivid blue closely aligning with Blue.
About #2C00F0
The precise color #2C00F0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 0, and 240.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 82% cyan, 100% magenta, 0% yellow, and 6% black. The HSL representation is 251.0° hue, 100.0% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C00F0
RGB44, 0, 240
HSL251.0°, 100.0%, 47.1%
CMYK82%, 100%, 0%, 6%
HSV251.0°, 100.0%, 94.1%
LAB31.4, 76.1, -100.9
XYZ16.8, 6.8, 82.9
Decimal2883824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.88:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.49:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00F0;
}
.text-color {
color: #2C00F0;
}
.border-color {
border: 2px solid #2C00F0;
}