Shades of Royal Blue #216BDC
Tints of Royal Blue #216BDC
RGB
CMYK
RGB Variations
Color information
#216BDC (or 0x216BDC) is known color: Royal Blue. HEX triplet: 21, 6B and DC. RGB value is (33,107,220). Sum of RGB (Red+Green+Blue) = 33+107+220=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #216BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BDC is #DE9423. Grayscale: #616161. Windows color (decimal): -14586916 or 14445345. OLE color: 14445345.
HSL color Cylindrical-coordinate representation of color #216BDC: hue angle of 216.26º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216BDC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 107 | 220 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.14 |
| HSL | 216.26º | 0.74% | 0.5% | - |
| HSV(B) | 216.26º | 0.85% | 0.86% | - |
| XYZ | 18.8 | 16.01 | 69.81 | - |
| YUV | 97.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 220 | 0.85 | 0.51 | 0 | 0.14 | 216.26 | 0.74 | 0.5 |
| Hex | 21 | 6B | DC | 55 | 33 | 0 | E | D8 | 4A | 32 |
| Octal | 41 | 153 | 334 | 125 | 63 | 0 | 16 | 330 | 112 | 62 |
| Binary | 100001 | 1101011 | 11011100 | 1010101 | 110011 | 0 | 1110 | 11011000 | 1001010 | 110010 |
Color Harmonies of #216BDC
Complementary color
Monochromatic Colors of #216BDC
Black with #216BDC
Text Example
Text Example
White with #216BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216BDC; }
p { color: rgb(33,107,220); }
H1.HeaderClassName
{
color: #216BDC;
}
.AnyTagClassName
{
color: #216BDC;
}
</style>
background-color css
<style>
a { background-color: #216BDC; }
a { background-color: rgb(33,107,220); }
div.DivClassName
{
background-color: #216BDC;
}
.BgClassName
{
background-color: #216BDC;
}
</style>
border-color css
<style>
span { border-color: #216BDC; }
span { border-color: rgb(33,107,220); }
td.TdClassName
{
border-color: #216BDC;
}
.TagClassName
{
border-color: #216BDC;
}
</style>