Shades of Medium Blue #180EE2
Tints of Medium Blue #180EE2
RGB
CMYK
RGB Variations
Color information
#180EE2 (or 0x180EE2) is known color: Medium Blue. HEX triplet: 18, 0E and E2. RGB value is (24,14,226). Sum of RGB (Red+Green+Blue) = 24+14+226=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 226 (88.67% from 255 or 85.61% from 264); Max value from RGB is 226 - color contains mainly: blue. Hex color #180EE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EE2 is #E7F11D. Grayscale: #282828. Windows color (decimal): -15200542 or 14814744. OLE color: 14814744.
HSL color Cylindrical-coordinate representation of color #180EE2: hue angle of 242.83º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EE2 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 14 | 226 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.11 |
| HSL | 242.83º | 0.88% | 0.47% | - |
| HSV(B) | 242.83º | 0.94% | 0.89% | - |
| XYZ | 14.26 | 6 | 72.36 | - |
| YUV | 41.16 | 232.31 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 226 | 0.89 | 0.94 | 0 | 0.11 | 242.83 | 0.88 | 0.47 |
| Hex | 18 | E | E2 | 59 | 5E | 0 | B | F3 | 58 | 2F |
| Octal | 30 | 16 | 342 | 131 | 136 | 0 | 13 | 363 | 130 | 57 |
| Binary | 11000 | 1110 | 11100010 | 1011001 | 1011110 | 0 | 1011 | 11110011 | 1011000 | 101111 |
Color Harmonies of #180EE2
Complementary color
Monochromatic Colors of #180EE2
Black with #180EE2
Text Example
Text Example
White with #180EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EE2; }
p { color: rgb(24,14,226); }
H1.HeaderClassName
{
color: #180EE2;
}
.AnyTagClassName
{
color: #180EE2;
}
</style>
background-color css
<style>
a { background-color: #180EE2; }
a { background-color: rgb(24,14,226); }
div.DivClassName
{
background-color: #180EE2;
}
.BgClassName
{
background-color: #180EE2;
}
</style>
border-color css
<style>
span { border-color: #180EE2; }
span { border-color: rgb(24,14,226); }
td.TdClassName
{
border-color: #180EE2;
}
.TagClassName
{
border-color: #180EE2;
}
</style>