Shades of Blue #081EE9
Tints of Blue #081EE9
RGB
CMYK
RGB Variations
Color information
#081EE9 (or 0x081EE9) is known color: Blue. HEX triplet: 08, 1E and E9. RGB value is (8,30,233). Sum of RGB (Red+Green+Blue) = 8+30+233=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 233 (91.41% from 255 or 85.98% from 271); Max value from RGB is 233 - color contains mainly: blue. Hex color #081EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081EE9 is #F7E116. Grayscale: #2D2D2D. Windows color (decimal): -16245015 or 15277576. OLE color: 15277576.
HSL color Cylindrical-coordinate representation of color #081EE9: hue angle of 234.13º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081EE9 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 30 | 233 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.09 |
| HSL | 234.13º | 0.93% | 0.47% | - |
| HSV(B) | 234.13º | 0.97% | 0.91% | - |
| XYZ | 15.27 | 6.86 | 77.61 | - |
| YUV | 46.56 | 233.21 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 233 | 0.97 | 0.87 | 0 | 0.09 | 234.13 | 0.93 | 0.47 |
| Hex | 8 | 1E | E9 | 61 | 57 | 0 | 9 | EA | 5D | 2F |
| Octal | 10 | 36 | 351 | 141 | 127 | 0 | 11 | 352 | 135 | 57 |
| Binary | 1000 | 11110 | 11101001 | 1100001 | 1010111 | 0 | 1001 | 11101010 | 1011101 | 101111 |
Color Harmonies of #081EE9
Complementary color
Monochromatic Colors of #081EE9
Black with #081EE9
Text Example
Text Example
White with #081EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081EE9; }
p { color: rgb(8,30,233); }
H1.HeaderClassName
{
color: #081EE9;
}
.AnyTagClassName
{
color: #081EE9;
}
</style>
background-color css
<style>
a { background-color: #081EE9; }
a { background-color: rgb(8,30,233); }
div.DivClassName
{
background-color: #081EE9;
}
.BgClassName
{
background-color: #081EE9;
}
</style>
border-color css
<style>
span { border-color: #081EE9; }
span { border-color: rgb(8,30,233); }
td.TdClassName
{
border-color: #081EE9;
}
.TagClassName
{
border-color: #081EE9;
}
</style>