Shades of Royal Blue #216EE0
Tints of Royal Blue #216EE0
RGB
CMYK
RGB Variations
Color information
#216EE0 (or 0x216EE0) is known color: Royal Blue. HEX triplet: 21, 6E and E0. RGB value is (33,110,224). Sum of RGB (Red+Green+Blue) = 33+110+224=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #216EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216EE0 is #DE911F. Grayscale: #636363. Windows color (decimal): -14586144 or 14708257. OLE color: 14708257.
HSL color Cylindrical-coordinate representation of color #216EE0: hue angle of 215.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216EE0 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 110 | 224 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.12 |
| HSL | 215.81º | 0.75% | 0.5% | - |
| HSV(B) | 215.81º | 0.85% | 0.88% | - |
| XYZ | 19.66 | 16.86 | 72.74 | - |
| YUV | 99.97 | 197.99 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 224 | 0.85 | 0.51 | 0 | 0.12 | 215.81 | 0.75 | 0.5 |
| Hex | 21 | 6E | E0 | 55 | 33 | 0 | C | D8 | 4B | 32 |
| Octal | 41 | 156 | 340 | 125 | 63 | 0 | 14 | 330 | 113 | 62 |
| Binary | 100001 | 1101110 | 11100000 | 1010101 | 110011 | 0 | 1100 | 11011000 | 1001011 | 110010 |
Color Harmonies of #216EE0
Complementary color
Monochromatic Colors of #216EE0
Black with #216EE0
Text Example
Text Example
White with #216EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216EE0; }
p { color: rgb(33,110,224); }
H1.HeaderClassName
{
color: #216EE0;
}
.AnyTagClassName
{
color: #216EE0;
}
</style>
background-color css
<style>
a { background-color: #216EE0; }
a { background-color: rgb(33,110,224); }
div.DivClassName
{
background-color: #216EE0;
}
.BgClassName
{
background-color: #216EE0;
}
</style>
border-color css
<style>
span { border-color: #216EE0; }
span { border-color: rgb(33,110,224); }
td.TdClassName
{
border-color: #216EE0;
}
.TagClassName
{
border-color: #216EE0;
}
</style>