Shades of Royal Blue #216DDC
Tints of Royal Blue #216DDC
RGB
CMYK
RGB Variations
Color information
#216DDC (or 0x216DDC) is known color: Royal Blue. HEX triplet: 21, 6D and DC. RGB value is (33,109,220). Sum of RGB (Red+Green+Blue) = 33+109+220=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #216DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DDC is #DE9223. Grayscale: #626262. Windows color (decimal): -14586404 or 14445857. OLE color: 14445857.
HSL color Cylindrical-coordinate representation of color #216DDC: hue angle of 215.61º 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 #216DDC is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 109 | 220 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.14 |
| HSL | 215.62º | 0.74% | 0.5% | - |
| HSV(B) | 215.62º | 0.85% | 0.86% | - |
| XYZ | 19.01 | 16.43 | 69.88 | - |
| YUV | 98.93 | 196.32 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 220 | 0.85 | 0.50 | 0 | 0.14 | 215.62 | 0.74 | 0.5 |
| Hex | 21 | 6D | DC | 55 | 32 | 0 | E | D8 | 4A | 32 |
| Octal | 41 | 155 | 334 | 125 | 62 | 0 | 16 | 330 | 112 | 62 |
| Binary | 100001 | 1101101 | 11011100 | 1010101 | 110010 | 0 | 1110 | 11011000 | 1001010 | 110010 |
Color Harmonies of #216DDC
Complementary color
Monochromatic Colors of #216DDC
Black with #216DDC
Text Example
Text Example
White with #216DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DDC; }
p { color: rgb(33,109,220); }
H1.HeaderClassName
{
color: #216DDC;
}
.AnyTagClassName
{
color: #216DDC;
}
</style>
background-color css
<style>
a { background-color: #216DDC; }
a { background-color: rgb(33,109,220); }
div.DivClassName
{
background-color: #216DDC;
}
.BgClassName
{
background-color: #216DDC;
}
</style>
border-color css
<style>
span { border-color: #216DDC; }
span { border-color: rgb(33,109,220); }
td.TdClassName
{
border-color: #216DDC;
}
.TagClassName
{
border-color: #216DDC;
}
</style>