Shades of Medium Blue #0F00D8
Tints of Medium Blue #0F00D8
RGB
CMYK
RGB Variations
Color information
#0F00D8 (or 0x0F00D8) is known color: Medium Blue. HEX triplet: 0F, 00 and D8. RGB value is (15,0,216). Sum of RGB (Red+Green+Blue) = 15+0+216=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 216 (84.77% from 255 or 93.51% from 231); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F00D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F00D8 is #F0FF27. Grayscale: #1C1C1C. Windows color (decimal): -15793960 or 14155791. OLE color: 14155791.
HSL color Cylindrical-coordinate representation of color #0F00D8: hue angle of 244.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F00D8 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 0 | 216 | - |
| CMYK | 0.93 | 1 | 0 | 0.15 |
| HSL | 244.17º | 1% | 0.42% | - |
| HSV(B) | 244.17º | 1% | 0.85% | - |
| XYZ | 12.59 | 5.06 | 65.28 | - |
| YUV | 29.11 | 233.47 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 216 | 0.93 | 1 | 0 | 0.15 | 244.17 | 1 | 0.42 |
| Hex | F | 0 | D8 | 5D | 64 | 0 | F | F4 | 64 | 2A |
| Octal | 17 | 0 | 330 | 135 | 144 | 0 | 17 | 364 | 144 | 52 |
| Binary | 1111 | 0 | 11011000 | 1011101 | 1100100 | 0 | 1111 | 11110100 | 1100100 | 101010 |
Color Harmonies of #0F00D8
Complementary color
Monochromatic Colors of #0F00D8
Black with #0F00D8
Text Example
Text Example
White with #0F00D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F00D8; }
p { color: rgb(15,0,216); }
H1.HeaderClassName
{
color: #0F00D8;
}
.AnyTagClassName
{
color: #0F00D8;
}
</style>
background-color css
<style>
a { background-color: #0F00D8; }
a { background-color: rgb(15,0,216); }
div.DivClassName
{
background-color: #0F00D8;
}
.BgClassName
{
background-color: #0F00D8;
}
</style>
border-color css
<style>
span { border-color: #0F00D8; }
span { border-color: rgb(15,0,216); }
td.TdClassName
{
border-color: #0F00D8;
}
.TagClassName
{
border-color: #0F00D8;
}
</style>