Shades of Royal Blue #2166EC
Tints of Royal Blue #2166EC
RGB
CMYK
RGB Variations
Color information
#2166EC (or 0x2166EC) is known color: Royal Blue. HEX triplet: 21, 66 and EC. RGB value is (33,102,236). Sum of RGB (Red+Green+Blue) = 33+102+236=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #2166EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2166EC is #DE9913. Grayscale: #606060. Windows color (decimal): -14588180 or 15492641. OLE color: 15492641.
HSL color Cylindrical-coordinate representation of color #2166EC: hue angle of 219.61º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2166EC is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 102 | 236 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.07 |
| HSL | 219.61º | 0.84% | 0.53% | - |
| HSV(B) | 219.61º | 0.86% | 0.93% | - |
| XYZ | 20.52 | 15.88 | 81.34 | - |
| YUV | 96.65 | 206.64 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 236 | 0.86 | 0.57 | 0 | 0.07 | 219.61 | 0.84 | 0.53 |
| Hex | 21 | 66 | EC | 56 | 39 | 0 | 7 | DC | 54 | 35 |
| Octal | 41 | 146 | 354 | 126 | 71 | 0 | 7 | 334 | 124 | 65 |
| Binary | 100001 | 1100110 | 11101100 | 1010110 | 111001 | 0 | 111 | 11011100 | 1010100 | 110101 |
Color Harmonies of #2166EC
Complementary color
Monochromatic Colors of #2166EC
Black with #2166EC
Text Example
Text Example
White with #2166EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2166EC; }
p { color: rgb(33,102,236); }
H1.HeaderClassName
{
color: #2166EC;
}
.AnyTagClassName
{
color: #2166EC;
}
</style>
background-color css
<style>
a { background-color: #2166EC; }
a { background-color: rgb(33,102,236); }
div.DivClassName
{
background-color: #2166EC;
}
.BgClassName
{
background-color: #2166EC;
}
</style>
border-color css
<style>
span { border-color: #2166EC; }
span { border-color: rgb(33,102,236); }
td.TdClassName
{
border-color: #2166EC;
}
.TagClassName
{
border-color: #2166EC;
}
</style>