Shades of Medium Blue #0F14CF
Tints of Medium Blue #0F14CF
RGB
CMYK
RGB Variations
Color information
#0F14CF (or 0x0F14CF) is known color: Medium Blue. HEX triplet: 0F, 14 and CF. RGB value is (15,20,207). Sum of RGB (Red+Green+Blue) = 15+20+207=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F14CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F14CF is #F0EB30. Grayscale: #272727. Windows color (decimal): -15788849 or 13571087. OLE color: 13571087.
HSL color Cylindrical-coordinate representation of color #0F14CF: hue angle of 238.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F14CF is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 20 | 207 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.19 |
| HSL | 238.44º | 0.86% | 0.44% | - |
| HSV(B) | 238.44º | 0.93% | 0.81% | - |
| XYZ | 11.71 | 5.11 | 59.4 | - |
| YUV | 39.82 | 222.34 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 207 | 0.93 | 0.90 | 0 | 0.19 | 238.44 | 0.86 | 0.44 |
| Hex | F | 14 | CF | 5D | 5A | 0 | 13 | EE | 56 | 2C |
| Octal | 17 | 24 | 317 | 135 | 132 | 0 | 23 | 356 | 126 | 54 |
| Binary | 1111 | 10100 | 11001111 | 1011101 | 1011010 | 0 | 10011 | 11101110 | 1010110 | 101100 |
Color Harmonies of #0F14CF
Complementary color
Monochromatic Colors of #0F14CF
Black with #0F14CF
Text Example
Text Example
White with #0F14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F14CF; }
p { color: rgb(15,20,207); }
H1.HeaderClassName
{
color: #0F14CF;
}
.AnyTagClassName
{
color: #0F14CF;
}
</style>
background-color css
<style>
a { background-color: #0F14CF; }
a { background-color: rgb(15,20,207); }
div.DivClassName
{
background-color: #0F14CF;
}
.BgClassName
{
background-color: #0F14CF;
}
</style>
border-color css
<style>
span { border-color: #0F14CF; }
span { border-color: rgb(15,20,207); }
td.TdClassName
{
border-color: #0F14CF;
}
.TagClassName
{
border-color: #0F14CF;
}
</style>