Shades of Medium Blue #081BDB
Tints of Medium Blue #081BDB
RGB
CMYK
RGB Variations
Color information
#081BDB (or 0x081BDB) is known color: Medium Blue. HEX triplet: 08, 1B and DB. RGB value is (8,27,219). Sum of RGB (Red+Green+Blue) = 8+27+219=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #081BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BDB is #F7E424. Grayscale: #2A2A2A. Windows color (decimal): -16245797 or 14359304. OLE color: 14359304.
HSL color Cylindrical-coordinate representation of color #081BDB: hue angle of 234.6º 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 #081BDB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 27 | 219 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.14 |
| HSL | 234.6º | 0.93% | 0.45% | - |
| HSV(B) | 234.6º | 0.96% | 0.86% | - |
| XYZ | 13.28 | 5.95 | 67.47 | - |
| YUV | 43.21 | 227.21 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 219 | 0.96 | 0.88 | 0 | 0.14 | 234.6 | 0.93 | 0.45 |
| Hex | 8 | 1B | DB | 60 | 58 | 0 | E | EB | 5D | 2D |
| Octal | 10 | 33 | 333 | 140 | 130 | 0 | 16 | 353 | 135 | 55 |
| Binary | 1000 | 11011 | 11011011 | 1100000 | 1011000 | 0 | 1110 | 11101011 | 1011101 | 101101 |
Color Harmonies of #081BDB
Complementary color
Monochromatic Colors of #081BDB
Black with #081BDB
Text Example
Text Example
White with #081BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BDB; }
p { color: rgb(8,27,219); }
H1.HeaderClassName
{
color: #081BDB;
}
.AnyTagClassName
{
color: #081BDB;
}
</style>
background-color css
<style>
a { background-color: #081BDB; }
a { background-color: rgb(8,27,219); }
div.DivClassName
{
background-color: #081BDB;
}
.BgClassName
{
background-color: #081BDB;
}
</style>
border-color css
<style>
span { border-color: #081BDB; }
span { border-color: rgb(8,27,219); }
td.TdClassName
{
border-color: #081BDB;
}
.TagClassName
{
border-color: #081BDB;
}
</style>