Shades of Medium Blue #081CDB
Tints of Medium Blue #081CDB
RGB
CMYK
RGB Variations
Color information
#081CDB (or 0x081CDB) is known color: Medium Blue. HEX triplet: 08, 1C and DB. RGB value is (8,28,219). Sum of RGB (Red+Green+Blue) = 8+28+219=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #081CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081CDB is #F7E324. Grayscale: #2B2B2B. Windows color (decimal): -16245541 or 14359560. OLE color: 14359560.
HSL color Cylindrical-coordinate representation of color #081CDB: hue angle of 234.31º 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 #081CDB is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 28 | 219 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.14 |
| HSL | 234.31º | 0.93% | 0.45% | - |
| HSV(B) | 234.31º | 0.96% | 0.86% | - |
| XYZ | 13.3 | 6 | 67.47 | - |
| YUV | 43.79 | 226.87 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 219 | 0.96 | 0.87 | 0 | 0.14 | 234.31 | 0.93 | 0.45 |
| Hex | 8 | 1C | DB | 60 | 57 | 0 | E | EA | 5D | 2D |
| Octal | 10 | 34 | 333 | 140 | 127 | 0 | 16 | 352 | 135 | 55 |
| Binary | 1000 | 11100 | 11011011 | 1100000 | 1010111 | 0 | 1110 | 11101010 | 1011101 | 101101 |
Color Harmonies of #081CDB
Complementary color
Monochromatic Colors of #081CDB
Black with #081CDB
Text Example
Text Example
White with #081CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081CDB; }
p { color: rgb(8,28,219); }
H1.HeaderClassName
{
color: #081CDB;
}
.AnyTagClassName
{
color: #081CDB;
}
</style>
background-color css
<style>
a { background-color: #081CDB; }
a { background-color: rgb(8,28,219); }
div.DivClassName
{
background-color: #081CDB;
}
.BgClassName
{
background-color: #081CDB;
}
</style>
border-color css
<style>
span { border-color: #081CDB; }
span { border-color: rgb(8,28,219); }
td.TdClassName
{
border-color: #081CDB;
}
.TagClassName
{
border-color: #081CDB;
}
</style>