Shades of Royal Blue #216FDE
Tints of Royal Blue #216FDE
RGB
CMYK
RGB Variations
Color information
#216FDE (or 0x216FDE) is known color: Royal Blue. HEX triplet: 21, 6F and DE. RGB value is (33,111,222). Sum of RGB (Red+Green+Blue) = 33+111+222=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #216FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FDE is #DE9021. Grayscale: #636363. Windows color (decimal): -14585890 or 14577441. OLE color: 14577441.
HSL color Cylindrical-coordinate representation of color #216FDE: hue angle of 215.24º 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 #216FDE is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 111 | 222 | - |
| CMYK | 0.85 | 0.5 | 0 | 0.13 |
| HSL | 215.24º | 0.74% | 0.5% | - |
| HSV(B) | 215.24º | 0.85% | 0.87% | - |
| XYZ | 19.5 | 16.97 | 71.35 | - |
| YUV | 100.33 | 196.66 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 222 | 0.85 | 0.5 | 0 | 0.13 | 215.24 | 0.74 | 0.5 |
| Hex | 21 | 6F | DE | 55 | 32 | 0 | D | D7 | 4A | 32 |
| Octal | 41 | 157 | 336 | 125 | 62 | 0 | 15 | 327 | 112 | 62 |
| Binary | 100001 | 1101111 | 11011110 | 1010101 | 110010 | 0 | 1101 | 11010111 | 1001010 | 110010 |
Color Harmonies of #216FDE
Complementary color
Monochromatic Colors of #216FDE
Black with #216FDE
Text Example
Text Example
White with #216FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216FDE; }
p { color: rgb(33,111,222); }
H1.HeaderClassName
{
color: #216FDE;
}
.AnyTagClassName
{
color: #216FDE;
}
</style>
background-color css
<style>
a { background-color: #216FDE; }
a { background-color: rgb(33,111,222); }
div.DivClassName
{
background-color: #216FDE;
}
.BgClassName
{
background-color: #216FDE;
}
</style>
border-color css
<style>
span { border-color: #216FDE; }
span { border-color: rgb(33,111,222); }
td.TdClassName
{
border-color: #216FDE;
}
.TagClassName
{
border-color: #216FDE;
}
</style>