Shades of Blue #2118EA
Tints of Blue #2118EA
RGB
CMYK
RGB Variations
Color information
#2118EA (or 0x2118EA) is known color: Blue. HEX triplet: 21, 18 and EA. RGB value is (33,24,234). Sum of RGB (Red+Green+Blue) = 33+24+234=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 234 (91.80% from 255 or 80.41% from 291); Max value from RGB is 234 - color contains mainly: blue. Hex color #2118EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2118EA is #DEE715. Grayscale: #313131. Windows color (decimal): -14608150 or 15341601. OLE color: 15341601.
HSL color Cylindrical-coordinate representation of color #2118EA: hue angle of 242.57º 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 #2118EA is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 24 | 234 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.08 |
| HSL | 242.57º | 0.83% | 0.51% | - |
| HSV(B) | 242.57º | 0.9% | 0.92% | - |
| XYZ | 15.81 | 6.92 | 78.34 | - |
| YUV | 50.63 | 231.48 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 234 | 0.86 | 0.90 | 0 | 0.08 | 242.57 | 0.83 | 0.51 |
| Hex | 21 | 18 | EA | 56 | 5A | 0 | 8 | F3 | 53 | 33 |
| Octal | 41 | 30 | 352 | 126 | 132 | 0 | 10 | 363 | 123 | 63 |
| Binary | 100001 | 11000 | 11101010 | 1010110 | 1011010 | 0 | 1000 | 11110011 | 1010011 | 110011 |
Color Harmonies of #2118EA
Complementary color
Monochromatic Colors of #2118EA
Black with #2118EA
Text Example
Text Example
White with #2118EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118EA; }
p { color: rgb(33,24,234); }
H1.HeaderClassName
{
color: #2118EA;
}
.AnyTagClassName
{
color: #2118EA;
}
</style>
background-color css
<style>
a { background-color: #2118EA; }
a { background-color: rgb(33,24,234); }
div.DivClassName
{
background-color: #2118EA;
}
.BgClassName
{
background-color: #2118EA;
}
</style>
border-color css
<style>
span { border-color: #2118EA; }
span { border-color: rgb(33,24,234); }
td.TdClassName
{
border-color: #2118EA;
}
.TagClassName
{
border-color: #2118EA;
}
</style>