Shades of Royal Blue #2179DC
Tints of Royal Blue #2179DC
RGB
CMYK
RGB Variations
Color information
#2179DC (or 0x2179DC) is known color: Royal Blue. HEX triplet: 21, 79 and DC. RGB value is (33,121,220). Sum of RGB (Red+Green+Blue) = 33+121+220=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #2179DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2179DC is #DE8623. Grayscale: #696969. Windows color (decimal): -14583332 or 14448929. OLE color: 14448929.
HSL color Cylindrical-coordinate representation of color #2179DC: hue angle of 211.76º 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 #2179DC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 121 | 220 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.14 |
| HSL | 211.76º | 0.74% | 0.5% | - |
| HSV(B) | 211.76º | 0.85% | 0.86% | - |
| XYZ | 20.38 | 19.17 | 70.34 | - |
| YUV | 105.97 | 192.35 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 220 | 0.85 | 0.45 | 0 | 0.14 | 211.76 | 0.74 | 0.5 |
| Hex | 21 | 79 | DC | 55 | 2D | 0 | E | D4 | 4A | 32 |
| Octal | 41 | 171 | 334 | 125 | 55 | 0 | 16 | 324 | 112 | 62 |
| Binary | 100001 | 1111001 | 11011100 | 1010101 | 101101 | 0 | 1110 | 11010100 | 1001010 | 110010 |
Color Harmonies of #2179DC
Complementary color
Monochromatic Colors of #2179DC
Black with #2179DC
Text Example
Text Example
White with #2179DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179DC; }
p { color: rgb(33,121,220); }
H1.HeaderClassName
{
color: #2179DC;
}
.AnyTagClassName
{
color: #2179DC;
}
</style>
background-color css
<style>
a { background-color: #2179DC; }
a { background-color: rgb(33,121,220); }
div.DivClassName
{
background-color: #2179DC;
}
.BgClassName
{
background-color: #2179DC;
}
</style>
border-color css
<style>
span { border-color: #2179DC; }
span { border-color: rgb(33,121,220); }
td.TdClassName
{
border-color: #2179DC;
}
.TagClassName
{
border-color: #2179DC;
}
</style>