Shades of Royal Blue #216BDE
Tints of Royal Blue #216BDE
RGB
CMYK
RGB Variations
Color information
#216BDE (or 0x216BDE) is known color: Royal Blue. HEX triplet: 21, 6B and DE. RGB value is (33,107,222). Sum of RGB (Red+Green+Blue) = 33+107+222=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #216BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BDE is #DE9421. Grayscale: #616161. Windows color (decimal): -14586914 or 14576417. OLE color: 14576417.
HSL color Cylindrical-coordinate representation of color #216BDE: hue angle of 216.51º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216BDE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 107 | 222 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.13 |
| HSL | 216.51º | 0.74% | 0.5% | - |
| HSV(B) | 216.51º | 0.85% | 0.87% | - |
| XYZ | 19.07 | 16.11 | 71.21 | - |
| YUV | 97.98 | 197.98 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 222 | 0.85 | 0.52 | 0 | 0.13 | 216.51 | 0.74 | 0.5 |
| Hex | 21 | 6B | DE | 55 | 34 | 0 | D | D9 | 4A | 32 |
| Octal | 41 | 153 | 336 | 125 | 64 | 0 | 15 | 331 | 112 | 62 |
| Binary | 100001 | 1101011 | 11011110 | 1010101 | 110100 | 0 | 1101 | 11011001 | 1001010 | 110010 |
Color Harmonies of #216BDE
Complementary color
Monochromatic Colors of #216BDE
Black with #216BDE
Text Example
Text Example
White with #216BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216BDE; }
p { color: rgb(33,107,222); }
H1.HeaderClassName
{
color: #216BDE;
}
.AnyTagClassName
{
color: #216BDE;
}
</style>
background-color css
<style>
a { background-color: #216BDE; }
a { background-color: rgb(33,107,222); }
div.DivClassName
{
background-color: #216BDE;
}
.BgClassName
{
background-color: #216BDE;
}
</style>
border-color css
<style>
span { border-color: #216BDE; }
span { border-color: rgb(33,107,222); }
td.TdClassName
{
border-color: #216BDE;
}
.TagClassName
{
border-color: #216BDE;
}
</style>