Shades of Royal Blue #2170E7
Tints of Royal Blue #2170E7
RGB
CMYK
RGB Variations
Color information
#2170E7 (or 0x2170E7) is known color: Royal Blue. HEX triplet: 21, 70 and E7. RGB value is (33,112,231). Sum of RGB (Red+Green+Blue) = 33+112+231=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #2170E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2170E7 is #DE8F18. Grayscale: #656565. Windows color (decimal): -14585625 or 15167521. OLE color: 15167521.
HSL color Cylindrical-coordinate representation of color #2170E7: hue angle of 216.06º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2170E7 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 112 | 231 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.09 |
| HSL | 216.06º | 0.8% | 0.52% | - |
| HSV(B) | 216.06º | 0.86% | 0.91% | - |
| XYZ | 20.85 | 17.68 | 77.92 | - |
| YUV | 101.95 | 200.83 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 231 | 0.86 | 0.52 | 0 | 0.09 | 216.06 | 0.8 | 0.52 |
| Hex | 21 | 70 | E7 | 56 | 34 | 0 | 9 | D8 | 50 | 34 |
| Octal | 41 | 160 | 347 | 126 | 64 | 0 | 11 | 330 | 120 | 64 |
| Binary | 100001 | 1110000 | 11100111 | 1010110 | 110100 | 0 | 1001 | 11011000 | 1010000 | 110100 |
Color Harmonies of #2170E7
Complementary color
Monochromatic Colors of #2170E7
Black with #2170E7
Text Example
Text Example
White with #2170E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170E7; }
p { color: rgb(33,112,231); }
H1.HeaderClassName
{
color: #2170E7;
}
.AnyTagClassName
{
color: #2170E7;
}
</style>
background-color css
<style>
a { background-color: #2170E7; }
a { background-color: rgb(33,112,231); }
div.DivClassName
{
background-color: #2170E7;
}
.BgClassName
{
background-color: #2170E7;
}
</style>
border-color css
<style>
span { border-color: #2170E7; }
span { border-color: rgb(33,112,231); }
td.TdClassName
{
border-color: #2170E7;
}
.TagClassName
{
border-color: #2170E7;
}
</style>