Shades of Medium Blue #0F0ADB
Tints of Medium Blue #0F0ADB
RGB
CMYK
RGB Variations
Color information
#0F0ADB (or 0x0F0ADB) is known color: Medium Blue. HEX triplet: 0F, 0A and DB. RGB value is (15,10,219). Sum of RGB (Red+Green+Blue) = 15+10+219=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F0ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0ADB is #F0F524. Grayscale: #222222. Windows color (decimal): -15791397 or 14354959. OLE color: 14354959.
HSL color Cylindrical-coordinate representation of color #0F0ADB: hue angle of 241.44º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0ADB is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 10 | 219 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.14 |
| HSL | 241.44º | 0.91% | 0.45% | - |
| HSV(B) | 241.44º | 0.95% | 0.86% | - |
| XYZ | 13.09 | 5.43 | 67.38 | - |
| YUV | 35.32 | 231.66 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 219 | 0.93 | 0.95 | 0 | 0.14 | 241.44 | 0.91 | 0.45 |
| Hex | F | A | DB | 5D | 5F | 0 | E | F1 | 5B | 2D |
| Octal | 17 | 12 | 333 | 135 | 137 | 0 | 16 | 361 | 133 | 55 |
| Binary | 1111 | 1010 | 11011011 | 1011101 | 1011111 | 0 | 1110 | 11110001 | 1011011 | 101101 |
Color Harmonies of #0F0ADB
Complementary color
Monochromatic Colors of #0F0ADB
Black with #0F0ADB
Text Example
Text Example
White with #0F0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0ADB; }
p { color: rgb(15,10,219); }
H1.HeaderClassName
{
color: #0F0ADB;
}
.AnyTagClassName
{
color: #0F0ADB;
}
</style>
background-color css
<style>
a { background-color: #0F0ADB; }
a { background-color: rgb(15,10,219); }
div.DivClassName
{
background-color: #0F0ADB;
}
.BgClassName
{
background-color: #0F0ADB;
}
</style>
border-color css
<style>
span { border-color: #0F0ADB; }
span { border-color: rgb(15,10,219); }
td.TdClassName
{
border-color: #0F0ADB;
}
.TagClassName
{
border-color: #0F0ADB;
}
</style>