Shades of Blue #180EE8
Tints of Blue #180EE8
RGB
CMYK
RGB Variations
Color information
#180EE8 (or 0x180EE8) is known color: Blue. HEX triplet: 18, 0E and E8. RGB value is (24,14,232). Sum of RGB (Red+Green+Blue) = 24+14+232=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 232 (91.02% from 255 or 85.93% from 270); Max value from RGB is 232 - color contains mainly: blue. Hex color #180EE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180EE8 is #E7F117. Grayscale: #282828. Windows color (decimal): -15200536 or 15207960. OLE color: 15207960.
HSL color Cylindrical-coordinate representation of color #180EE8: hue angle of 242.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EE8 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 14 | 232 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.09 |
| HSL | 242.75º | 0.89% | 0.48% | - |
| HSV(B) | 242.75º | 0.94% | 0.91% | - |
| XYZ | 15.1 | 6.33 | 76.77 | - |
| YUV | 41.84 | 235.31 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 232 | 0.90 | 0.94 | 0 | 0.09 | 242.75 | 0.89 | 0.48 |
| Hex | 18 | E | E8 | 5A | 5E | 0 | 9 | F3 | 59 | 30 |
| Octal | 30 | 16 | 350 | 132 | 136 | 0 | 11 | 363 | 131 | 60 |
| Binary | 11000 | 1110 | 11101000 | 1011010 | 1011110 | 0 | 1001 | 11110011 | 1011001 | 110000 |
Color Harmonies of #180EE8
Complementary color
Monochromatic Colors of #180EE8
Black with #180EE8
Text Example
Text Example
White with #180EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EE8; }
p { color: rgb(24,14,232); }
H1.HeaderClassName
{
color: #180EE8;
}
.AnyTagClassName
{
color: #180EE8;
}
</style>
background-color css
<style>
a { background-color: #180EE8; }
a { background-color: rgb(24,14,232); }
div.DivClassName
{
background-color: #180EE8;
}
.BgClassName
{
background-color: #180EE8;
}
</style>
border-color css
<style>
span { border-color: #180EE8; }
span { border-color: rgb(24,14,232); }
td.TdClassName
{
border-color: #180EE8;
}
.TagClassName
{
border-color: #180EE8;
}
</style>