#2C0FBD
A medium, vivid blue closely aligning with Mediumblue.
About #2C0FBD
Visually, #2C0FBD is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 15, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 92% magenta, 0% yellow, and 26% black. With a hue angle of 250.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#2C0FBD
RGB44, 15, 189
HSL250.0°, 85.3%, 40.0%
CMYK77%, 92%, 0%, 26%
HSV250.0°, 92.1%, 74.1%
LAB25.4, 60.6, -81.3
XYZ10.4, 4.6, 48.5
Decimal2887613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.99:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.51:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0FBD;
}
.text-color {
color: #2C0FBD;
}
.border-color {
border: 2px solid #2C0FBD;
}