Shades of Blue #2118ED
Tints of Blue #2118ED
RGB
CMYK
RGB Variations
Color information
#2118ED (or 0x2118ED) is known color: Blue. HEX triplet: 21, 18 and ED. RGB value is (33,24,237). Sum of RGB (Red+Green+Blue) = 33+24+237=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 237 (92.97% from 255 or 80.61% from 294); Max value from RGB is 237 - color contains mainly: blue. Hex color #2118ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2118ED is #DEE712. Grayscale: #323232. Windows color (decimal): -14608147 or 15538209. OLE color: 15538209.
HSL color Cylindrical-coordinate representation of color #2118ED: hue angle of 242.54º degrees, saturation: 0.86, 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 #2118ED is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 24 | 237 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.07 |
| HSL | 242.54º | 0.86% | 0.51% | - |
| HSV(B) | 242.54º | 0.9% | 0.93% | - |
| XYZ | 16.24 | 7.09 | 80.63 | - |
| YUV | 50.97 | 232.98 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 237 | 0.86 | 0.90 | 0 | 0.07 | 242.54 | 0.86 | 0.51 |
| Hex | 21 | 18 | ED | 56 | 5A | 0 | 7 | F3 | 56 | 33 |
| Octal | 41 | 30 | 355 | 126 | 132 | 0 | 7 | 363 | 126 | 63 |
| Binary | 100001 | 11000 | 11101101 | 1010110 | 1011010 | 0 | 111 | 11110011 | 1010110 | 110011 |
Color Harmonies of #2118ED
Complementary color
Monochromatic Colors of #2118ED
Black with #2118ED
Text Example
Text Example
White with #2118ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118ED; }
p { color: rgb(33,24,237); }
H1.HeaderClassName
{
color: #2118ED;
}
.AnyTagClassName
{
color: #2118ED;
}
</style>
background-color css
<style>
a { background-color: #2118ED; }
a { background-color: rgb(33,24,237); }
div.DivClassName
{
background-color: #2118ED;
}
.BgClassName
{
background-color: #2118ED;
}
</style>
border-color css
<style>
span { border-color: #2118ED; }
span { border-color: rgb(33,24,237); }
td.TdClassName
{
border-color: #2118ED;
}
.TagClassName
{
border-color: #2118ED;
}
</style>