Shades of Blue #181EEA
Tints of Blue #181EEA
RGB
CMYK
RGB Variations
Color information
#181EEA (or 0x181EEA) is known color: Blue. HEX triplet: 18, 1E and EA. RGB value is (24,30,234). Sum of RGB (Red+Green+Blue) = 24+30+234=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 234 (91.80% from 255 or 81.25% from 288); Max value from RGB is 234 - color contains mainly: blue. Hex color #181EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181EEA is #E7E115. Grayscale: #323232. Windows color (decimal): -15196438 or 15343128. OLE color: 15343128.
HSL color Cylindrical-coordinate representation of color #181EEA: hue angle of 238.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181EEA is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 30 | 234 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.08 |
| HSL | 238.29º | 0.83% | 0.51% | - |
| HSV(B) | 238.29º | 0.9% | 0.92% | - |
| XYZ | 15.69 | 7.06 | 78.38 | - |
| YUV | 51.46 | 231.01 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 234 | 0.90 | 0.87 | 0 | 0.08 | 238.29 | 0.83 | 0.51 |
| Hex | 18 | 1E | EA | 5A | 57 | 0 | 8 | EE | 53 | 33 |
| Octal | 30 | 36 | 352 | 132 | 127 | 0 | 10 | 356 | 123 | 63 |
| Binary | 11000 | 11110 | 11101010 | 1011010 | 1010111 | 0 | 1000 | 11101110 | 1010011 | 110011 |
Color Harmonies of #181EEA
Complementary color
Monochromatic Colors of #181EEA
Black with #181EEA
Text Example
Text Example
White with #181EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EEA; }
p { color: rgb(24,30,234); }
H1.HeaderClassName
{
color: #181EEA;
}
.AnyTagClassName
{
color: #181EEA;
}
</style>
background-color css
<style>
a { background-color: #181EEA; }
a { background-color: rgb(24,30,234); }
div.DivClassName
{
background-color: #181EEA;
}
.BgClassName
{
background-color: #181EEA;
}
</style>
border-color css
<style>
span { border-color: #181EEA; }
span { border-color: rgb(24,30,234); }
td.TdClassName
{
border-color: #181EEA;
}
.TagClassName
{
border-color: #181EEA;
}
</style>