Shades of Royal Blue #2176DC
Tints of Royal Blue #2176DC
RGB
CMYK
RGB Variations
Color information
#2176DC (or 0x2176DC) is known color: Royal Blue. HEX triplet: 21, 76 and DC. RGB value is (33,118,220). Sum of RGB (Red+Green+Blue) = 33+118+220=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #2176DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2176DC is #DE8923. Grayscale: #676767. Windows color (decimal): -14584100 or 14448161. OLE color: 14448161.
HSL color Cylindrical-coordinate representation of color #2176DC: hue angle of 212.73º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2176DC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 118 | 220 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.14 |
| HSL | 212.73º | 0.74% | 0.5% | - |
| HSV(B) | 212.73º | 0.85% | 0.86% | - |
| XYZ | 20.02 | 18.45 | 70.22 | - |
| YUV | 104.21 | 193.34 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 220 | 0.85 | 0.46 | 0 | 0.14 | 212.73 | 0.74 | 0.5 |
| Hex | 21 | 76 | DC | 55 | 2E | 0 | E | D5 | 4A | 32 |
| Octal | 41 | 166 | 334 | 125 | 56 | 0 | 16 | 325 | 112 | 62 |
| Binary | 100001 | 1110110 | 11011100 | 1010101 | 101110 | 0 | 1110 | 11010101 | 1001010 | 110010 |
Color Harmonies of #2176DC
Complementary color
Monochromatic Colors of #2176DC
Black with #2176DC
Text Example
Text Example
White with #2176DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2176DC; }
p { color: rgb(33,118,220); }
H1.HeaderClassName
{
color: #2176DC;
}
.AnyTagClassName
{
color: #2176DC;
}
</style>
background-color css
<style>
a { background-color: #2176DC; }
a { background-color: rgb(33,118,220); }
div.DivClassName
{
background-color: #2176DC;
}
.BgClassName
{
background-color: #2176DC;
}
</style>
border-color css
<style>
span { border-color: #2176DC; }
span { border-color: rgb(33,118,220); }
td.TdClassName
{
border-color: #2176DC;
}
.TagClassName
{
border-color: #2176DC;
}
</style>