Shades of Royal Blue #216DF2
Tints of Royal Blue #216DF2
RGB
CMYK
RGB Variations
Color information
#216DF2 (or 0x216DF2) is known color: Royal Blue. HEX triplet: 21, 6D and F2. RGB value is (33,109,242). Sum of RGB (Red+Green+Blue) = 33+109+242=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #216DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216DF2 is #DE920D. Grayscale: #646464. Windows color (decimal): -14586382 or 15887649. OLE color: 15887649.
HSL color Cylindrical-coordinate representation of color #216DF2: hue angle of 218.18º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216DF2 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 109 | 242 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.05 |
| HSL | 218.18º | 0.89% | 0.54% | - |
| HSV(B) | 218.18º | 0.86% | 0.95% | - |
| XYZ | 22.12 | 17.67 | 86.25 | - |
| YUV | 101.44 | 207.32 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 242 | 0.86 | 0.55 | 0 | 0.05 | 218.18 | 0.89 | 0.54 |
| Hex | 21 | 6D | F2 | 56 | 37 | 0 | 5 | DA | 59 | 36 |
| Octal | 41 | 155 | 362 | 126 | 67 | 0 | 5 | 332 | 131 | 66 |
| Binary | 100001 | 1101101 | 11110010 | 1010110 | 110111 | 0 | 101 | 11011010 | 1011001 | 110110 |
Color Harmonies of #216DF2
Complementary color
Monochromatic Colors of #216DF2
Black with #216DF2
Text Example
Text Example
White with #216DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DF2; }
p { color: rgb(33,109,242); }
H1.HeaderClassName
{
color: #216DF2;
}
.AnyTagClassName
{
color: #216DF2;
}
</style>
background-color css
<style>
a { background-color: #216DF2; }
a { background-color: rgb(33,109,242); }
div.DivClassName
{
background-color: #216DF2;
}
.BgClassName
{
background-color: #216DF2;
}
</style>
border-color css
<style>
span { border-color: #216DF2; }
span { border-color: rgb(33,109,242); }
td.TdClassName
{
border-color: #216DF2;
}
.TagClassName
{
border-color: #216DF2;
}
</style>