Shades of Medium Blue #081BE5
Tints of Medium Blue #081BE5
RGB
CMYK
RGB Variations
Color information
#081BE5 (or 0x081BE5) is known color: Medium Blue. HEX triplet: 08, 1B and E5. RGB value is (8,27,229). Sum of RGB (Red+Green+Blue) = 8+27+229=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 229 (89.84% from 255 or 86.74% from 264); Max value from RGB is 229 - color contains mainly: blue. Hex color #081BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BE5 is #F7E41A. Grayscale: #2B2B2B. Windows color (decimal): -16245787 or 15014664. OLE color: 15014664.
HSL color Cylindrical-coordinate representation of color #081BE5: hue angle of 234.84º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081BE5 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 27 | 229 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.10 |
| HSL | 234.84º | 0.93% | 0.46% | - |
| HSV(B) | 234.84º | 0.97% | 0.9% | - |
| XYZ | 14.63 | 6.49 | 74.61 | - |
| YUV | 44.35 | 232.21 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 229 | 0.97 | 0.88 | 0 | 0.10 | 234.84 | 0.93 | 0.46 |
| Hex | 8 | 1B | E5 | 61 | 58 | 0 | A | EB | 5D | 2E |
| Octal | 10 | 33 | 345 | 141 | 130 | 0 | 12 | 353 | 135 | 56 |
| Binary | 1000 | 11011 | 11100101 | 1100001 | 1011000 | 0 | 1010 | 11101011 | 1011101 | 101110 |
Color Harmonies of #081BE5
Complementary color
Monochromatic Colors of #081BE5
Black with #081BE5
Text Example
Text Example
White with #081BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BE5; }
p { color: rgb(8,27,229); }
H1.HeaderClassName
{
color: #081BE5;
}
.AnyTagClassName
{
color: #081BE5;
}
</style>
background-color css
<style>
a { background-color: #081BE5; }
a { background-color: rgb(8,27,229); }
div.DivClassName
{
background-color: #081BE5;
}
.BgClassName
{
background-color: #081BE5;
}
</style>
border-color css
<style>
span { border-color: #081BE5; }
span { border-color: rgb(8,27,229); }
td.TdClassName
{
border-color: #081BE5;
}
.TagClassName
{
border-color: #081BE5;
}
</style>