Shades of Blue #081EEB
Tints of Blue #081EEB
RGB
CMYK
RGB Variations
Color information
#081EEB (or 0x081EEB) is known color: Blue. HEX triplet: 08, 1E and EB. RGB value is (8,30,235). Sum of RGB (Red+Green+Blue) = 8+30+235=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 235 (92.19% from 255 or 86.08% from 273); Max value from RGB is 235 - color contains mainly: blue. Hex color #081EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081EEB is #F7E114. Grayscale: #2D2D2D. Windows color (decimal): -16245013 or 15408648. OLE color: 15408648.
HSL color Cylindrical-coordinate representation of color #081EEB: hue angle of 234.19º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081EEB is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 30 | 235 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.08 |
| HSL | 234.19º | 0.93% | 0.48% | - |
| HSV(B) | 234.19º | 0.97% | 0.92% | - |
| XYZ | 15.56 | 6.98 | 79.12 | - |
| YUV | 46.79 | 234.21 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 235 | 0.97 | 0.87 | 0 | 0.08 | 234.19 | 0.93 | 0.48 |
| Hex | 8 | 1E | EB | 61 | 57 | 0 | 8 | EA | 5D | 30 |
| Octal | 10 | 36 | 353 | 141 | 127 | 0 | 10 | 352 | 135 | 60 |
| Binary | 1000 | 11110 | 11101011 | 1100001 | 1010111 | 0 | 1000 | 11101010 | 1011101 | 110000 |
Color Harmonies of #081EEB
Complementary color
Monochromatic Colors of #081EEB
Black with #081EEB
Text Example
Text Example
White with #081EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081EEB; }
p { color: rgb(8,30,235); }
H1.HeaderClassName
{
color: #081EEB;
}
.AnyTagClassName
{
color: #081EEB;
}
</style>
background-color css
<style>
a { background-color: #081EEB; }
a { background-color: rgb(8,30,235); }
div.DivClassName
{
background-color: #081EEB;
}
.BgClassName
{
background-color: #081EEB;
}
</style>
border-color css
<style>
span { border-color: #081EEB; }
span { border-color: rgb(8,30,235); }
td.TdClassName
{
border-color: #081EEB;
}
.TagClassName
{
border-color: #081EEB;
}
</style>