#0F6DDB
A medium, vivid blue closely aligning with Royalblue.
About #0F6DDB
Visually, #0F6DDB is defined as a vivid blue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(15, 109, 219).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 93% cyan and 50% magenta inks. The HSL representation is 212.4° hue, 87.2% saturation, and 45.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F6DDB
RGB15, 109, 219
HSL212.4°, 87.2%, 45.9%
CMYK93%, 50%, 0%, 14%
HSV212.4°, 93.2%, 85.9%
LAB47.2, 17.2, -63.0
XYZ18.5, 16.2, 69.2
Decimal1011163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F6DDB;
}
.text-color {
color: #0F6DDB;
}
.border-color {
border: 2px solid #0F6DDB;
}