Shades of Medium Blue #0814DB
Tints of Medium Blue #0814DB
RGB
CMYK
RGB Variations
Color information
#0814DB (or 0x0814DB) is known color: Medium Blue. HEX triplet: 08, 14 and DB. RGB value is (8,20,219). Sum of RGB (Red+Green+Blue) = 8+20+219=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 219 (85.94% from 255 or 88.66% from 247); Max value from RGB is 219 - color contains mainly: blue. Hex color #0814DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0814DB is #F7EB24. Grayscale: #262626. Windows color (decimal): -16247589 or 14357512. OLE color: 14357512.
HSL color Cylindrical-coordinate representation of color #0814DB: hue angle of 236.59º 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 #0814DB is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 20 | 219 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.14 |
| HSL | 236.59º | 0.93% | 0.45% | - |
| HSV(B) | 236.59º | 0.96% | 0.86% | - |
| XYZ | 13.14 | 5.67 | 67.42 | - |
| YUV | 39.1 | 229.52 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 219 | 0.96 | 0.91 | 0 | 0.14 | 236.59 | 0.93 | 0.45 |
| Hex | 8 | 14 | DB | 60 | 5B | 0 | E | ED | 5D | 2D |
| Octal | 10 | 24 | 333 | 140 | 133 | 0 | 16 | 355 | 135 | 55 |
| Binary | 1000 | 10100 | 11011011 | 1100000 | 1011011 | 0 | 1110 | 11101101 | 1011101 | 101101 |
Color Harmonies of #0814DB
Complementary color
Monochromatic Colors of #0814DB
Black with #0814DB
Text Example
Text Example
White with #0814DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0814DB; }
p { color: rgb(8,20,219); }
H1.HeaderClassName
{
color: #0814DB;
}
.AnyTagClassName
{
color: #0814DB;
}
</style>
background-color css
<style>
a { background-color: #0814DB; }
a { background-color: rgb(8,20,219); }
div.DivClassName
{
background-color: #0814DB;
}
.BgClassName
{
background-color: #0814DB;
}
</style>
border-color css
<style>
span { border-color: #0814DB; }
span { border-color: rgb(8,20,219); }
td.TdClassName
{
border-color: #0814DB;
}
.TagClassName
{
border-color: #0814DB;
}
</style>