Shades of Blue #181EEC
Tints of Blue #181EEC
RGB
CMYK
RGB Variations
Color information
#181EEC (or 0x181EEC) is known color: Blue. HEX triplet: 18, 1E and EC. RGB value is (24,30,236). Sum of RGB (Red+Green+Blue) = 24+30+236=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #181EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181EEC is #E7E113. Grayscale: #323232. Windows color (decimal): -15196436 or 15474200. OLE color: 15474200.
HSL color Cylindrical-coordinate representation of color #181EEC: hue angle of 238.3º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181EEC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 30 | 236 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.07 |
| HSL | 238.3º | 0.85% | 0.51% | - |
| HSV(B) | 238.3º | 0.9% | 0.93% | - |
| XYZ | 15.98 | 7.18 | 79.9 | - |
| YUV | 51.69 | 232.01 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 236 | 0.90 | 0.87 | 0 | 0.07 | 238.3 | 0.85 | 0.51 |
| Hex | 18 | 1E | EC | 5A | 57 | 0 | 7 | EE | 55 | 33 |
| Octal | 30 | 36 | 354 | 132 | 127 | 0 | 7 | 356 | 125 | 63 |
| Binary | 11000 | 11110 | 11101100 | 1011010 | 1010111 | 0 | 111 | 11101110 | 1010101 | 110011 |
Color Harmonies of #181EEC
Complementary color
Monochromatic Colors of #181EEC
Black with #181EEC
Text Example
Text Example
White with #181EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EEC; }
p { color: rgb(24,30,236); }
H1.HeaderClassName
{
color: #181EEC;
}
.AnyTagClassName
{
color: #181EEC;
}
</style>
background-color css
<style>
a { background-color: #181EEC; }
a { background-color: rgb(24,30,236); }
div.DivClassName
{
background-color: #181EEC;
}
.BgClassName
{
background-color: #181EEC;
}
</style>
border-color css
<style>
span { border-color: #181EEC; }
span { border-color: rgb(24,30,236); }
td.TdClassName
{
border-color: #181EEC;
}
.TagClassName
{
border-color: #181EEC;
}
</style>