#2C07E9
A medium, vivid blue closely aligning with Mediumblue.
About #2C07E9
Visually, #2C07E9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 44 red, 7 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 81% cyan, 97% magenta, 0% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C07E9
RGB44, 7, 233
HSL249.8°, 94.2%, 47.1%
CMYK81%, 97%, 0%, 9%
HSV249.8°, 97.0%, 91.4%
LAB30.8, 73.3, -97.9
XYZ15.8, 6.6, 77.5
Decimal2885609
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.07:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.67:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C07E9;
}
.text-color {
color: #2C07E9;
}
.border-color {
border: 2px solid #2C07E9;
}