#2C00DB
A medium, vivid blue closely aligning with Mediumblue.
About #2C00DB
At its core, #2C00DB is a medium and vivid hue. 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, 0, and 219.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 80% cyan, 100% magenta, 0% yellow, and 14% black. With a hue angle of 252.1 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2C00DB
RGB44, 0, 219
HSL252.1°, 100.0%, 42.9%
CMYK80%, 100%, 0%, 14%
HSV252.1°, 100.0%, 85.9%
LAB28.5, 71.1, -93.7
XYZ13.8, 5.6, 67.4
Decimal2883803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.86:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.42:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00DB;
}
.text-color {
color: #2C00DB;
}
.border-color {
border: 2px solid #2C00DB;
}