Shades of Blue #180EE6
Tints of Blue #180EE6
RGB
CMYK
RGB Variations
Color information
#180EE6 (or 0x180EE6) is known color: Blue. HEX triplet: 18, 0E and E6. RGB value is (24,14,230). Sum of RGB (Red+Green+Blue) = 24+14+230=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 230 (90.23% from 255 or 85.82% from 268); Max value from RGB is 230 - color contains mainly: blue. Hex color #180EE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180EE6 is #E7F119. Grayscale: #282828. Windows color (decimal): -15200538 or 15076888. OLE color: 15076888.
HSL color Cylindrical-coordinate representation of color #180EE6: hue angle of 242.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EE6 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 14 | 230 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.10 |
| HSL | 242.78º | 0.89% | 0.48% | - |
| HSV(B) | 242.78º | 0.94% | 0.9% | - |
| XYZ | 14.82 | 6.22 | 75.28 | - |
| YUV | 41.61 | 234.31 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 230 | 0.90 | 0.94 | 0 | 0.10 | 242.78 | 0.89 | 0.48 |
| Hex | 18 | E | E6 | 5A | 5E | 0 | A | F3 | 59 | 30 |
| Octal | 30 | 16 | 346 | 132 | 136 | 0 | 12 | 363 | 131 | 60 |
| Binary | 11000 | 1110 | 11100110 | 1011010 | 1011110 | 0 | 1010 | 11110011 | 1011001 | 110000 |
Color Harmonies of #180EE6
Complementary color
Monochromatic Colors of #180EE6
Black with #180EE6
Text Example
Text Example
White with #180EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EE6; }
p { color: rgb(24,14,230); }
H1.HeaderClassName
{
color: #180EE6;
}
.AnyTagClassName
{
color: #180EE6;
}
</style>
background-color css
<style>
a { background-color: #180EE6; }
a { background-color: rgb(24,14,230); }
div.DivClassName
{
background-color: #180EE6;
}
.BgClassName
{
background-color: #180EE6;
}
</style>
border-color css
<style>
span { border-color: #180EE6; }
span { border-color: rgb(24,14,230); }
td.TdClassName
{
border-color: #180EE6;
}
.TagClassName
{
border-color: #180EE6;
}
</style>