#107AEE
A medium, vivid blue closely aligning with Dodgerblue.
About #107AEE
Visually, #107AEE is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Dodgerblue. In the RGB color space, it consists of 16 red, 122 green, and 238 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 93% C, 49% M, 0% Y, and 7% K. 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 #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#107AEE
RGB16, 122, 238
HSL211.4°, 87.4%, 49.8%
CMYK93%, 49%, 0%, 7%
HSV211.4°, 93.3%, 93.3%
LAB52.1, 16.4, -65.8
XYZ22.6, 20.2, 83.6
Decimal1080046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #107AEE;
}
.text-color {
color: #107AEE;
}
.border-color {
border: 2px solid #107AEE;
}