Shades of Medium Blue #081BE0
Tints of Medium Blue #081BE0
RGB
CMYK
RGB Variations
Color information
#081BE0 (or 0x081BE0) is known color: Medium Blue. HEX triplet: 08, 1B and E0. RGB value is (8,27,224). Sum of RGB (Red+Green+Blue) = 8+27+224=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 224 (87.89% from 255 or 86.49% from 259); Max value from RGB is 224 - color contains mainly: blue. Hex color #081BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BE0 is #F7E41F. Grayscale: #2A2A2A. Windows color (decimal): -16245792 or 14686984. OLE color: 14686984.
HSL color Cylindrical-coordinate representation of color #081BE0: hue angle of 234.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081BE0 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 27 | 224 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.12 |
| HSL | 234.72º | 0.93% | 0.45% | - |
| HSV(B) | 234.72º | 0.96% | 0.88% | - |
| XYZ | 13.95 | 6.22 | 70.99 | - |
| YUV | 43.78 | 229.71 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 224 | 0.96 | 0.88 | 0 | 0.12 | 234.72 | 0.93 | 0.45 |
| Hex | 8 | 1B | E0 | 60 | 58 | 0 | C | EB | 5D | 2D |
| Octal | 10 | 33 | 340 | 140 | 130 | 0 | 14 | 353 | 135 | 55 |
| Binary | 1000 | 11011 | 11100000 | 1100000 | 1011000 | 0 | 1100 | 11101011 | 1011101 | 101101 |
Color Harmonies of #081BE0
Complementary color
Monochromatic Colors of #081BE0
Black with #081BE0
Text Example
Text Example
White with #081BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BE0; }
p { color: rgb(8,27,224); }
H1.HeaderClassName
{
color: #081BE0;
}
.AnyTagClassName
{
color: #081BE0;
}
</style>
background-color css
<style>
a { background-color: #081BE0; }
a { background-color: rgb(8,27,224); }
div.DivClassName
{
background-color: #081BE0;
}
.BgClassName
{
background-color: #081BE0;
}
</style>
border-color css
<style>
span { border-color: #081BE0; }
span { border-color: rgb(8,27,224); }
td.TdClassName
{
border-color: #081BE0;
}
.TagClassName
{
border-color: #081BE0;
}
</style>