Shades of Medium Blue #0F08DB
Tints of Medium Blue #0F08DB
RGB
CMYK
RGB Variations
Color information
#0F08DB (or 0x0F08DB) is known color: Medium Blue. HEX triplet: 0F, 08 and DB. RGB value is (15,8,219). Sum of RGB (Red+Green+Blue) = 15+8+219=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 219 (85.94% from 255 or 90.50% from 242); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F08DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F08DB is #F0F724. Grayscale: #212121. Windows color (decimal): -15791909 or 14354447. OLE color: 14354447.
HSL color Cylindrical-coordinate representation of color #0F08DB: hue angle of 241.99º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F08DB is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 8 | 219 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.14 |
| HSL | 241.99º | 0.93% | 0.45% | - |
| HSV(B) | 241.99º | 0.96% | 0.86% | - |
| XYZ | 13.07 | 5.39 | 67.37 | - |
| YUV | 34.15 | 232.32 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 219 | 0.93 | 0.96 | 0 | 0.14 | 241.99 | 0.93 | 0.45 |
| Hex | F | 8 | DB | 5D | 60 | 0 | E | F2 | 5D | 2D |
| Octal | 17 | 10 | 333 | 135 | 140 | 0 | 16 | 362 | 135 | 55 |
| Binary | 1111 | 1000 | 11011011 | 1011101 | 1100000 | 0 | 1110 | 11110010 | 1011101 | 101101 |
Color Harmonies of #0F08DB
Complementary color
Monochromatic Colors of #0F08DB
Black with #0F08DB
Text Example
Text Example
White with #0F08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F08DB; }
p { color: rgb(15,8,219); }
H1.HeaderClassName
{
color: #0F08DB;
}
.AnyTagClassName
{
color: #0F08DB;
}
</style>
background-color css
<style>
a { background-color: #0F08DB; }
a { background-color: rgb(15,8,219); }
div.DivClassName
{
background-color: #0F08DB;
}
.BgClassName
{
background-color: #0F08DB;
}
</style>
border-color css
<style>
span { border-color: #0F08DB; }
span { border-color: rgb(15,8,219); }
td.TdClassName
{
border-color: #0F08DB;
}
.TagClassName
{
border-color: #0F08DB;
}
</style>