#0F5FDB
A medium, vivid blue closely aligning with Royalblue.
About #0F5FDB
When working with digital screens, the color #0F5FDB is rendered by mixing light. Its closest recognized web color is Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 95, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 93% Cyan, 57% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#0F5FDB
RGB15, 95, 219
HSL216.5°, 87.2%, 45.9%
CMYK93%, 57%, 0%, 14%
HSV216.5°, 93.2%, 85.9%
LAB43.4, 26.3, -69.2
XYZ17.1, 13.4, 68.7
Decimal1007579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.71:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F5FDB;
}
.text-color {
color: #0F5FDB;
}
.border-color {
border: 2px solid #0F5FDB;
}