#0F57DB
A medium, vivid blue closely aligning with Royalblue.
About #0F57DB
At its core, #0F57DB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 87, and 219.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 60% magenta, 0% yellow, and 14% black. 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 #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F57DB
RGB15, 87, 219
HSL218.8°, 87.2%, 45.9%
CMYK93%, 60%, 0%, 14%
HSV218.8°, 93.2%, 85.9%
LAB41.3, 31.5, -72.6
XYZ16.4, 12.0, 68.5
Decimal1005531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.16:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.89:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F57DB;
}
.text-color {
color: #0F57DB;
}
.border-color {
border: 2px solid #0F57DB;
}