Shades of Royal Blue #216CDD
Tints of Royal Blue #216CDD
RGB
CMYK
RGB Variations
Color information
#216CDD (or 0x216CDD) is known color: Royal Blue. HEX triplet: 21, 6C and DD. RGB value is (33,108,221). Sum of RGB (Red+Green+Blue) = 33+108+221=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #216CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CDD is #DE9322. Grayscale: #616161. Windows color (decimal): -14586659 or 14511137. OLE color: 14511137.
HSL color Cylindrical-coordinate representation of color #216CDD: hue angle of 216.06º 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 #216CDD is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 108 | 221 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.13 |
| HSL | 216.06º | 0.74% | 0.5% | - |
| HSV(B) | 216.06º | 0.85% | 0.87% | - |
| XYZ | 19.04 | 16.27 | 70.54 | - |
| YUV | 98.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 221 | 0.85 | 0.51 | 0 | 0.13 | 216.06 | 0.74 | 0.5 |
| Hex | 21 | 6C | DD | 55 | 33 | 0 | D | D8 | 4A | 32 |
| Octal | 41 | 154 | 335 | 125 | 63 | 0 | 15 | 330 | 112 | 62 |
| Binary | 100001 | 1101100 | 11011101 | 1010101 | 110011 | 0 | 1101 | 11011000 | 1001010 | 110010 |
Color Harmonies of #216CDD
Complementary color
Monochromatic Colors of #216CDD
Black with #216CDD
Text Example
Text Example
White with #216CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CDD; }
p { color: rgb(33,108,221); }
H1.HeaderClassName
{
color: #216CDD;
}
.AnyTagClassName
{
color: #216CDD;
}
</style>
background-color css
<style>
a { background-color: #216CDD; }
a { background-color: rgb(33,108,221); }
div.DivClassName
{
background-color: #216CDD;
}
.BgClassName
{
background-color: #216CDD;
}
</style>
border-color css
<style>
span { border-color: #216CDD; }
span { border-color: rgb(33,108,221); }
td.TdClassName
{
border-color: #216CDD;
}
.TagClassName
{
border-color: #216CDD;
}
</style>