#2400DB
A medium, vivid blue closely aligning with Mediumblue.
About #2400DB
When working with digital screens, the color #2400DB is rendered by mixing light. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 36 red, 0 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 84% Cyan, 100% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2400DB
RGB36, 0, 219
HSL249.9°, 100.0%, 42.9%
CMYK84%, 100%, 0%, 14%
HSV249.9°, 100.0%, 85.9%
LAB28.1, 70.9, -94.4
XYZ13.5, 5.5, 67.4
Decimal2359515
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.01:1
Text on #FFFFFF
AAA
2.10:1
Text on #000000
FAIL
9.57:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2400DB;
}
.text-color {
color: #2400DB;
}
.border-color {
border: 2px solid #2400DB;
}