Shades of Medium Blue #081EDB
Tints of Medium Blue #081EDB
RGB
CMYK
RGB Variations
Color information
#081EDB (or 0x081EDB) is known color: Medium Blue. HEX triplet: 08, 1E and DB. RGB value is (8,30,219). Sum of RGB (Red+Green+Blue) = 8+30+219=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #081EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EDB is #F7E124. Grayscale: #2C2C2C. Windows color (decimal): -16245029 or 14360072. OLE color: 14360072.
HSL color Cylindrical-coordinate representation of color #081EDB: hue angle of 233.74º 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 #081EDB is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 30 | 219 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.14 |
| HSL | 233.74º | 0.93% | 0.45% | - |
| HSV(B) | 233.74º | 0.96% | 0.86% | - |
| XYZ | 13.35 | 6.09 | 67.49 | - |
| YUV | 44.97 | 226.21 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 219 | 0.96 | 0.86 | 0 | 0.14 | 233.74 | 0.93 | 0.45 |
| Hex | 8 | 1E | DB | 60 | 56 | 0 | E | EA | 5D | 2D |
| Octal | 10 | 36 | 333 | 140 | 126 | 0 | 16 | 352 | 135 | 55 |
| Binary | 1000 | 11110 | 11011011 | 1100000 | 1010110 | 0 | 1110 | 11101010 | 1011101 | 101101 |
Color Harmonies of #081EDB
Complementary color
Monochromatic Colors of #081EDB
Black with #081EDB
Text Example
Text Example
White with #081EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081EDB; }
p { color: rgb(8,30,219); }
H1.HeaderClassName
{
color: #081EDB;
}
.AnyTagClassName
{
color: #081EDB;
}
</style>
background-color css
<style>
a { background-color: #081EDB; }
a { background-color: rgb(8,30,219); }
div.DivClassName
{
background-color: #081EDB;
}
.BgClassName
{
background-color: #081EDB;
}
</style>
border-color css
<style>
span { border-color: #081EDB; }
span { border-color: rgb(8,30,219); }
td.TdClassName
{
border-color: #081EDB;
}
.TagClassName
{
border-color: #081EDB;
}
</style>