Shades of Royal Blue #216FDC
Tints of Royal Blue #216FDC
RGB
CMYK
RGB Variations
Color information
#216FDC (or 0x216FDC) is known color: Royal Blue. HEX triplet: 21, 6F and DC. RGB value is (33,111,220). Sum of RGB (Red+Green+Blue) = 33+111+220=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #216FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FDC is #DE9023. Grayscale: #636363. Windows color (decimal): -14585892 or 14446369. OLE color: 14446369.
HSL color Cylindrical-coordinate representation of color #216FDC: hue angle of 214.97º 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 #216FDC is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 111 | 220 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.14 |
| HSL | 214.97º | 0.74% | 0.5% | - |
| HSV(B) | 214.97º | 0.85% | 0.86% | - |
| XYZ | 19.23 | 16.86 | 69.95 | - |
| YUV | 100.1 | 195.66 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 220 | 0.85 | 0.50 | 0 | 0.14 | 214.97 | 0.74 | 0.5 |
| Hex | 21 | 6F | DC | 55 | 32 | 0 | E | D7 | 4A | 32 |
| Octal | 41 | 157 | 334 | 125 | 62 | 0 | 16 | 327 | 112 | 62 |
| Binary | 100001 | 1101111 | 11011100 | 1010101 | 110010 | 0 | 1110 | 11010111 | 1001010 | 110010 |
Color Harmonies of #216FDC
Complementary color
Monochromatic Colors of #216FDC
Black with #216FDC
Text Example
Text Example
White with #216FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216FDC; }
p { color: rgb(33,111,220); }
H1.HeaderClassName
{
color: #216FDC;
}
.AnyTagClassName
{
color: #216FDC;
}
</style>
background-color css
<style>
a { background-color: #216FDC; }
a { background-color: rgb(33,111,220); }
div.DivClassName
{
background-color: #216FDC;
}
.BgClassName
{
background-color: #216FDC;
}
</style>
border-color css
<style>
span { border-color: #216FDC; }
span { border-color: rgb(33,111,220); }
td.TdClassName
{
border-color: #216FDC;
}
.TagClassName
{
border-color: #216FDC;
}
</style>