Shades of Royal Blue #216BDF
Tints of Royal Blue #216BDF
RGB
CMYK
RGB Variations
Color information
#216BDF (or 0x216BDF) is known color: Royal Blue. HEX triplet: 21, 6B and DF. RGB value is (33,107,223). Sum of RGB (Red+Green+Blue) = 33+107+223=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #216BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BDF is #DE9420. Grayscale: #616161. Windows color (decimal): -14586913 or 14641953. OLE color: 14641953.
HSL color Cylindrical-coordinate representation of color #216BDF: hue angle of 216.63º degrees, saturation: 0.75, 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 #216BDF is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 107 | 223 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.13 |
| HSL | 216.63º | 0.75% | 0.5% | - |
| HSV(B) | 216.63º | 0.85% | 0.87% | - |
| XYZ | 19.2 | 16.17 | 71.92 | - |
| YUV | 98.1 | 198.48 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 223 | 0.85 | 0.52 | 0 | 0.13 | 216.63 | 0.75 | 0.5 |
| Hex | 21 | 6B | DF | 55 | 34 | 0 | D | D9 | 4B | 32 |
| Octal | 41 | 153 | 337 | 125 | 64 | 0 | 15 | 331 | 113 | 62 |
| Binary | 100001 | 1101011 | 11011111 | 1010101 | 110100 | 0 | 1101 | 11011001 | 1001011 | 110010 |
Color Harmonies of #216BDF
Complementary color
Monochromatic Colors of #216BDF
Black with #216BDF
Text Example
Text Example
White with #216BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216BDF; }
p { color: rgb(33,107,223); }
H1.HeaderClassName
{
color: #216BDF;
}
.AnyTagClassName
{
color: #216BDF;
}
</style>
background-color css
<style>
a { background-color: #216BDF; }
a { background-color: rgb(33,107,223); }
div.DivClassName
{
background-color: #216BDF;
}
.BgClassName
{
background-color: #216BDF;
}
</style>
border-color css
<style>
span { border-color: #216BDF; }
span { border-color: rgb(33,107,223); }
td.TdClassName
{
border-color: #216BDF;
}
.TagClassName
{
border-color: #216BDF;
}
</style>