Shades of Royal Blue #216EDF
Tints of Royal Blue #216EDF
RGB
CMYK
RGB Variations
Color information
#216EDF (or 0x216EDF) is known color: Royal Blue. HEX triplet: 21, 6E and DF. RGB value is (33,110,223). Sum of RGB (Red+Green+Blue) = 33+110+223=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #216EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216EDF is #DE9120. Grayscale: #636363. Windows color (decimal): -14586145 or 14642721. OLE color: 14642721.
HSL color Cylindrical-coordinate representation of color #216EDF: hue angle of 215.68º 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 #216EDF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 110 | 223 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.13 |
| HSL | 215.68º | 0.75% | 0.5% | - |
| HSV(B) | 215.68º | 0.85% | 0.87% | - |
| XYZ | 19.52 | 16.8 | 72.03 | - |
| YUV | 99.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 223 | 0.85 | 0.51 | 0 | 0.13 | 215.68 | 0.75 | 0.5 |
| Hex | 21 | 6E | DF | 55 | 33 | 0 | D | D8 | 4B | 32 |
| Octal | 41 | 156 | 337 | 125 | 63 | 0 | 15 | 330 | 113 | 62 |
| Binary | 100001 | 1101110 | 11011111 | 1010101 | 110011 | 0 | 1101 | 11011000 | 1001011 | 110010 |
Color Harmonies of #216EDF
Complementary color
Monochromatic Colors of #216EDF
Black with #216EDF
Text Example
Text Example
White with #216EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216EDF; }
p { color: rgb(33,110,223); }
H1.HeaderClassName
{
color: #216EDF;
}
.AnyTagClassName
{
color: #216EDF;
}
</style>
background-color css
<style>
a { background-color: #216EDF; }
a { background-color: rgb(33,110,223); }
div.DivClassName
{
background-color: #216EDF;
}
.BgClassName
{
background-color: #216EDF;
}
</style>
border-color css
<style>
span { border-color: #216EDF; }
span { border-color: rgb(33,110,223); }
td.TdClassName
{
border-color: #216EDF;
}
.TagClassName
{
border-color: #216EDF;
}
</style>