Shades of Royal Blue #216BDD
Tints of Royal Blue #216BDD
RGB
CMYK
RGB Variations
Color information
#216BDD (or 0x216BDD) is known color: Royal Blue. HEX triplet: 21, 6B and DD. RGB value is (33,107,221). Sum of RGB (Red+Green+Blue) = 33+107+221=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #216BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BDD is #DE9422. Grayscale: #616161. Windows color (decimal): -14586915 or 14510881. OLE color: 14510881.
HSL color Cylindrical-coordinate representation of color #216BDD: hue angle of 216.38º 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 #216BDD is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 107 | 221 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.13 |
| HSL | 216.38º | 0.74% | 0.5% | - |
| HSV(B) | 216.38º | 0.85% | 0.87% | - |
| XYZ | 18.94 | 16.06 | 70.51 | - |
| YUV | 97.87 | 197.48 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 221 | 0.85 | 0.52 | 0 | 0.13 | 216.38 | 0.74 | 0.5 |
| Hex | 21 | 6B | DD | 55 | 34 | 0 | D | D8 | 4A | 32 |
| Octal | 41 | 153 | 335 | 125 | 64 | 0 | 15 | 330 | 112 | 62 |
| Binary | 100001 | 1101011 | 11011101 | 1010101 | 110100 | 0 | 1101 | 11011000 | 1001010 | 110010 |
Color Harmonies of #216BDD
Complementary color
Monochromatic Colors of #216BDD
Black with #216BDD
Text Example
Text Example
White with #216BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216BDD; }
p { color: rgb(33,107,221); }
H1.HeaderClassName
{
color: #216BDD;
}
.AnyTagClassName
{
color: #216BDD;
}
</style>
background-color css
<style>
a { background-color: #216BDD; }
a { background-color: rgb(33,107,221); }
div.DivClassName
{
background-color: #216BDD;
}
.BgClassName
{
background-color: #216BDD;
}
</style>
border-color css
<style>
span { border-color: #216BDD; }
span { border-color: rgb(33,107,221); }
td.TdClassName
{
border-color: #216BDD;
}
.TagClassName
{
border-color: #216BDD;
}
</style>