Shades of Medium Blue #0811DB
Tints of Medium Blue #0811DB
RGB
CMYK
RGB Variations
Color information
#0811DB (or 0x0811DB) is known color: Medium Blue. HEX triplet: 08, 11 and DB. RGB value is (8,17,219). Sum of RGB (Red+Green+Blue) = 8+17+219=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 17 (7.03% from 255 or 6.97% 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 #0811DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0811DB is #F7EE24. Grayscale: #242424. Windows color (decimal): -16248357 or 14356744. OLE color: 14356744.
HSL color Cylindrical-coordinate representation of color #0811DB: hue angle of 237.44º 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 #0811DB is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 17 | 219 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.14 |
| HSL | 237.44º | 0.93% | 0.45% | - |
| HSV(B) | 237.44º | 0.96% | 0.86% | - |
| XYZ | 13.09 | 5.57 | 67.4 | - |
| YUV | 37.34 | 230.52 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 219 | 0.96 | 0.92 | 0 | 0.14 | 237.44 | 0.93 | 0.45 |
| Hex | 8 | 11 | DB | 60 | 5C | 0 | E | ED | 5D | 2D |
| Octal | 10 | 21 | 333 | 140 | 134 | 0 | 16 | 355 | 135 | 55 |
| Binary | 1000 | 10001 | 11011011 | 1100000 | 1011100 | 0 | 1110 | 11101101 | 1011101 | 101101 |
Color Harmonies of #0811DB
Complementary color
Monochromatic Colors of #0811DB
Black with #0811DB
Text Example
Text Example
White with #0811DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811DB; }
p { color: rgb(8,17,219); }
H1.HeaderClassName
{
color: #0811DB;
}
.AnyTagClassName
{
color: #0811DB;
}
</style>
background-color css
<style>
a { background-color: #0811DB; }
a { background-color: rgb(8,17,219); }
div.DivClassName
{
background-color: #0811DB;
}
.BgClassName
{
background-color: #0811DB;
}
</style>
border-color css
<style>
span { border-color: #0811DB; }
span { border-color: rgb(8,17,219); }
td.TdClassName
{
border-color: #0811DB;
}
.TagClassName
{
border-color: #0811DB;
}
</style>