Shades of Blue #091EE8
Tints of Blue #091EE8
RGB
CMYK
RGB Variations
Color information
#091EE8 (or 0x091EE8) is known color: Blue. HEX triplet: 09, 1E and E8. RGB value is (9,30,232). Sum of RGB (Red+Green+Blue) = 9+30+232=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 232 (91.02% from 255 or 85.61% from 271); Max value from RGB is 232 - color contains mainly: blue. Hex color #091EE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091EE8 is #F6E117. Grayscale: #2D2D2D. Windows color (decimal): -16179480 or 15212041. OLE color: 15212041.
HSL color Cylindrical-coordinate representation of color #091EE8: hue angle of 234.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091EE8 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 30 | 232 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.09 |
| HSL | 234.35º | 0.93% | 0.47% | - |
| HSV(B) | 234.35º | 0.96% | 0.91% | - |
| XYZ | 15.14 | 6.81 | 76.86 | - |
| YUV | 46.75 | 232.54 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 232 | 0.96 | 0.87 | 0 | 0.09 | 234.35 | 0.93 | 0.47 |
| Hex | 9 | 1E | E8 | 60 | 57 | 0 | 9 | EA | 5D | 2F |
| Octal | 11 | 36 | 350 | 140 | 127 | 0 | 11 | 352 | 135 | 57 |
| Binary | 1001 | 11110 | 11101000 | 1100000 | 1010111 | 0 | 1001 | 11101010 | 1011101 | 101111 |
Color Harmonies of #091EE8
Complementary color
Monochromatic Colors of #091EE8
Black with #091EE8
Text Example
Text Example
White with #091EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EE8; }
p { color: rgb(9,30,232); }
H1.HeaderClassName
{
color: #091EE8;
}
.AnyTagClassName
{
color: #091EE8;
}
</style>
background-color css
<style>
a { background-color: #091EE8; }
a { background-color: rgb(9,30,232); }
div.DivClassName
{
background-color: #091EE8;
}
.BgClassName
{
background-color: #091EE8;
}
</style>
border-color css
<style>
span { border-color: #091EE8; }
span { border-color: rgb(9,30,232); }
td.TdClassName
{
border-color: #091EE8;
}
.TagClassName
{
border-color: #091EE8;
}
</style>