#1607DB
A medium, vivid blue closely aligning with Mediumblue.
About #1607DB
Visually, #1607DB is defined as a vivid blue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 22 red, 7 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 90% C, 97% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#1607DB
RGB22, 7, 219
HSL244.2°, 93.8%, 44.3%
CMYK90%, 97%, 0%, 14%
HSV244.2°, 96.8%, 85.9%
LAB27.9, 69.5, -94.7
XYZ13.2, 5.4, 67.4
Decimal1443803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.06:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.62:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607DB;
}
.text-color {
color: #1607DB;
}
.border-color {
border: 2px solid #1607DB;
}