Shades of Royal Blue #216CEA
Tints of Royal Blue #216CEA
RGB
CMYK
RGB Variations
Color information
#216CEA (or 0x216CEA) is known color: Royal Blue. HEX triplet: 21, 6C and EA. RGB value is (33,108,234). Sum of RGB (Red+Green+Blue) = 33+108+234=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #216CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216CEA is #DE9315. Grayscale: #636363. Windows color (decimal): -14586646 or 15363105. OLE color: 15363105.
HSL color Cylindrical-coordinate representation of color #216CEA: hue angle of 217.61º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216CEA is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 108 | 234 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.08 |
| HSL | 217.61º | 0.83% | 0.52% | - |
| HSV(B) | 217.61º | 0.86% | 0.92% | - |
| XYZ | 20.84 | 16.99 | 80.02 | - |
| YUV | 99.94 | 203.65 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 234 | 0.86 | 0.54 | 0 | 0.08 | 217.61 | 0.83 | 0.52 |
| Hex | 21 | 6C | EA | 56 | 36 | 0 | 8 | DA | 53 | 34 |
| Octal | 41 | 154 | 352 | 126 | 66 | 0 | 10 | 332 | 123 | 64 |
| Binary | 100001 | 1101100 | 11101010 | 1010110 | 110110 | 0 | 1000 | 11011010 | 1010011 | 110100 |
Color Harmonies of #216CEA
Complementary color
Monochromatic Colors of #216CEA
Black with #216CEA
Text Example
Text Example
White with #216CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CEA; }
p { color: rgb(33,108,234); }
H1.HeaderClassName
{
color: #216CEA;
}
.AnyTagClassName
{
color: #216CEA;
}
</style>
background-color css
<style>
a { background-color: #216CEA; }
a { background-color: rgb(33,108,234); }
div.DivClassName
{
background-color: #216CEA;
}
.BgClassName
{
background-color: #216CEA;
}
</style>
border-color css
<style>
span { border-color: #216CEA; }
span { border-color: rgb(33,108,234); }
td.TdClassName
{
border-color: #216CEA;
}
.TagClassName
{
border-color: #216CEA;
}
</style>