Shades of Blue #181EE8
Tints of Blue #181EE8
RGB
CMYK
RGB Variations
Color information
#181EE8 (or 0x181EE8) is known color: Blue. HEX triplet: 18, 1E and E8. RGB value is (24,30,232). Sum of RGB (Red+Green+Blue) = 24+30+232=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 232 (91.02% from 255 or 81.12% from 286); Max value from RGB is 232 - color contains mainly: blue. Hex color #181EE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181EE8 is #E7E117. Grayscale: #323232. Windows color (decimal): -15196440 or 15212056. OLE color: 15212056.
HSL color Cylindrical-coordinate representation of color #181EE8: hue angle of 238.27º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181EE8 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 30 | 232 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.09 |
| HSL | 238.27º | 0.82% | 0.5% | - |
| HSV(B) | 238.27º | 0.9% | 0.91% | - |
| XYZ | 15.41 | 6.95 | 76.87 | - |
| YUV | 51.23 | 230.01 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 232 | 0.90 | 0.87 | 0 | 0.09 | 238.27 | 0.82 | 0.5 |
| Hex | 18 | 1E | E8 | 5A | 57 | 0 | 9 | EE | 52 | 32 |
| Octal | 30 | 36 | 350 | 132 | 127 | 0 | 11 | 356 | 122 | 62 |
| Binary | 11000 | 11110 | 11101000 | 1011010 | 1010111 | 0 | 1001 | 11101110 | 1010010 | 110010 |
Color Harmonies of #181EE8
Complementary color
Monochromatic Colors of #181EE8
Black with #181EE8
Text Example
Text Example
White with #181EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EE8; }
p { color: rgb(24,30,232); }
H1.HeaderClassName
{
color: #181EE8;
}
.AnyTagClassName
{
color: #181EE8;
}
</style>
background-color css
<style>
a { background-color: #181EE8; }
a { background-color: rgb(24,30,232); }
div.DivClassName
{
background-color: #181EE8;
}
.BgClassName
{
background-color: #181EE8;
}
</style>
border-color css
<style>
span { border-color: #181EE8; }
span { border-color: rgb(24,30,232); }
td.TdClassName
{
border-color: #181EE8;
}
.TagClassName
{
border-color: #181EE8;
}
</style>