Shades of Medium Blue #0815DB
Tints of Medium Blue #0815DB
RGB
CMYK
RGB Variations
Color information
#0815DB (or 0x0815DB) is known color: Medium Blue. HEX triplet: 08, 15 and DB. RGB value is (8,21,219). Sum of RGB (Red+Green+Blue) = 8+21+219=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #0815DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815DB is #F7EA24. Grayscale: #262626. Windows color (decimal): -16247333 or 14357768. OLE color: 14357768.
HSL color Cylindrical-coordinate representation of color #0815DB: hue angle of 236.3º 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 #0815DB is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 21 | 219 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.14 |
| HSL | 236.3º | 0.93% | 0.45% | - |
| HSV(B) | 236.3º | 0.96% | 0.86% | - |
| XYZ | 13.15 | 5.7 | 67.43 | - |
| YUV | 39.69 | 229.19 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 219 | 0.96 | 0.90 | 0 | 0.14 | 236.3 | 0.93 | 0.45 |
| Hex | 8 | 15 | DB | 60 | 5A | 0 | E | EC | 5D | 2D |
| Octal | 10 | 25 | 333 | 140 | 132 | 0 | 16 | 354 | 135 | 55 |
| Binary | 1000 | 10101 | 11011011 | 1100000 | 1011010 | 0 | 1110 | 11101100 | 1011101 | 101101 |
Color Harmonies of #0815DB
Complementary color
Monochromatic Colors of #0815DB
Black with #0815DB
Text Example
Text Example
White with #0815DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0815DB; }
p { color: rgb(8,21,219); }
H1.HeaderClassName
{
color: #0815DB;
}
.AnyTagClassName
{
color: #0815DB;
}
</style>
background-color css
<style>
a { background-color: #0815DB; }
a { background-color: rgb(8,21,219); }
div.DivClassName
{
background-color: #0815DB;
}
.BgClassName
{
background-color: #0815DB;
}
</style>
border-color css
<style>
span { border-color: #0815DB; }
span { border-color: rgb(8,21,219); }
td.TdClassName
{
border-color: #0815DB;
}
.TagClassName
{
border-color: #0815DB;
}
</style>