Shades of Blue #180EEA
Tints of Blue #180EEA
RGB
CMYK
RGB Variations
Color information
#180EEA (or 0x180EEA) is known color: Blue. HEX triplet: 18, 0E and EA. RGB value is (24,14,234). Sum of RGB (Red+Green+Blue) = 24+14+234=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 234 (91.80% from 255 or 86.03% from 272); Max value from RGB is 234 - color contains mainly: blue. Hex color #180EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180EEA is #E7F115. Grayscale: #292929. Windows color (decimal): -15200534 or 15339032. OLE color: 15339032.
HSL color Cylindrical-coordinate representation of color #180EEA: hue angle of 242.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EEA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 14 | 234 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.08 |
| HSL | 242.73º | 0.89% | 0.49% | - |
| HSV(B) | 242.73º | 0.94% | 0.92% | - |
| XYZ | 15.39 | 6.45 | 78.28 | - |
| YUV | 42.07 | 236.31 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 234 | 0.90 | 0.94 | 0 | 0.08 | 242.73 | 0.89 | 0.49 |
| Hex | 18 | E | EA | 5A | 5E | 0 | 8 | F3 | 59 | 31 |
| Octal | 30 | 16 | 352 | 132 | 136 | 0 | 10 | 363 | 131 | 61 |
| Binary | 11000 | 1110 | 11101010 | 1011010 | 1011110 | 0 | 1000 | 11110011 | 1011001 | 110001 |
Color Harmonies of #180EEA
Complementary color
Monochromatic Colors of #180EEA
Black with #180EEA
Text Example
Text Example
White with #180EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EEA; }
p { color: rgb(24,14,234); }
H1.HeaderClassName
{
color: #180EEA;
}
.AnyTagClassName
{
color: #180EEA;
}
</style>
background-color css
<style>
a { background-color: #180EEA; }
a { background-color: rgb(24,14,234); }
div.DivClassName
{
background-color: #180EEA;
}
.BgClassName
{
background-color: #180EEA;
}
</style>
border-color css
<style>
span { border-color: #180EEA; }
span { border-color: rgb(24,14,234); }
td.TdClassName
{
border-color: #180EEA;
}
.TagClassName
{
border-color: #180EEA;
}
</style>