Shades of Royal Blue #2170EC
Tints of Royal Blue #2170EC
RGB
CMYK
RGB Variations
Color information
#2170EC (or 0x2170EC) is known color: Royal Blue. HEX triplet: 21, 70 and EC. RGB value is (33,112,236). Sum of RGB (Red+Green+Blue) = 33+112+236=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #2170EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2170EC is #DE8F13. Grayscale: #656565. Windows color (decimal): -14585620 or 15495201. OLE color: 15495201.
HSL color Cylindrical-coordinate representation of color #2170EC: hue angle of 216.65º 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 #2170EC is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 112 | 236 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.07 |
| HSL | 216.65º | 0.84% | 0.53% | - |
| HSV(B) | 216.65º | 0.86% | 0.93% | - |
| XYZ | 21.56 | 17.97 | 81.69 | - |
| YUV | 102.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 236 | 0.86 | 0.53 | 0 | 0.07 | 216.65 | 0.84 | 0.53 |
| Hex | 21 | 70 | EC | 56 | 35 | 0 | 7 | D9 | 54 | 35 |
| Octal | 41 | 160 | 354 | 126 | 65 | 0 | 7 | 331 | 124 | 65 |
| Binary | 100001 | 1110000 | 11101100 | 1010110 | 110101 | 0 | 111 | 11011001 | 1010100 | 110101 |
Color Harmonies of #2170EC
Complementary color
Monochromatic Colors of #2170EC
Black with #2170EC
Text Example
Text Example
White with #2170EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170EC; }
p { color: rgb(33,112,236); }
H1.HeaderClassName
{
color: #2170EC;
}
.AnyTagClassName
{
color: #2170EC;
}
</style>
background-color css
<style>
a { background-color: #2170EC; }
a { background-color: rgb(33,112,236); }
div.DivClassName
{
background-color: #2170EC;
}
.BgClassName
{
background-color: #2170EC;
}
</style>
border-color css
<style>
span { border-color: #2170EC; }
span { border-color: rgb(33,112,236); }
td.TdClassName
{
border-color: #2170EC;
}
.TagClassName
{
border-color: #2170EC;
}
</style>