Shades of Royal Blue #216EE9
Tints of Royal Blue #216EE9
RGB
CMYK
RGB Variations
Color information
#216EE9 (or 0x216EE9) is known color: Royal Blue. HEX triplet: 21, 6E and E9. RGB value is (33,110,233). Sum of RGB (Red+Green+Blue) = 33+110+233=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #216EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216EE9 is #DE9116. Grayscale: #646464. Windows color (decimal): -14586135 or 15298081. OLE color: 15298081.
HSL color Cylindrical-coordinate representation of color #216EE9: hue angle of 216.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216EE9 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 110 | 233 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.09 |
| HSL | 216.9º | 0.82% | 0.52% | - |
| HSV(B) | 216.9º | 0.86% | 0.91% | - |
| XYZ | 20.91 | 17.36 | 79.34 | - |
| YUV | 101 | 202.49 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 233 | 0.86 | 0.53 | 0 | 0.09 | 216.9 | 0.82 | 0.52 |
| Hex | 21 | 6E | E9 | 56 | 35 | 0 | 9 | D9 | 52 | 34 |
| Octal | 41 | 156 | 351 | 126 | 65 | 0 | 11 | 331 | 122 | 64 |
| Binary | 100001 | 1101110 | 11101001 | 1010110 | 110101 | 0 | 1001 | 11011001 | 1010010 | 110100 |
Color Harmonies of #216EE9
Complementary color
Monochromatic Colors of #216EE9
Black with #216EE9
Text Example
Text Example
White with #216EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216EE9; }
p { color: rgb(33,110,233); }
H1.HeaderClassName
{
color: #216EE9;
}
.AnyTagClassName
{
color: #216EE9;
}
</style>
background-color css
<style>
a { background-color: #216EE9; }
a { background-color: rgb(33,110,233); }
div.DivClassName
{
background-color: #216EE9;
}
.BgClassName
{
background-color: #216EE9;
}
</style>
border-color css
<style>
span { border-color: #216EE9; }
span { border-color: rgb(33,110,233); }
td.TdClassName
{
border-color: #216EE9;
}
.TagClassName
{
border-color: #216EE9;
}
</style>