Shades of Royal Blue #2161DC
Tints of Royal Blue #2161DC
RGB
CMYK
RGB Variations
Color information
#2161DC (or 0x2161DC) is known color: Royal Blue. HEX triplet: 21, 61 and DC. RGB value is (33,97,220). Sum of RGB (Red+Green+Blue) = 33+97+220=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #2161DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2161DC is #DE9E23. Grayscale: #5B5B5B. Windows color (decimal): -14589476 or 14442785. OLE color: 14442785.
HSL color Cylindrical-coordinate representation of color #2161DC: hue angle of 219.47º 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 #2161DC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 97 | 220 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.14 |
| HSL | 219.47º | 0.74% | 0.5% | - |
| HSV(B) | 219.47º | 0.85% | 0.86% | - |
| XYZ | 17.82 | 14.04 | 69.48 | - |
| YUV | 91.89 | 200.3 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 220 | 0.85 | 0.56 | 0 | 0.14 | 219.47 | 0.74 | 0.5 |
| Hex | 21 | 61 | DC | 55 | 38 | 0 | E | DB | 4A | 32 |
| Octal | 41 | 141 | 334 | 125 | 70 | 0 | 16 | 333 | 112 | 62 |
| Binary | 100001 | 1100001 | 11011100 | 1010101 | 111000 | 0 | 1110 | 11011011 | 1001010 | 110010 |
Color Harmonies of #2161DC
Complementary color
Monochromatic Colors of #2161DC
Black with #2161DC
Text Example
Text Example
White with #2161DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2161DC; }
p { color: rgb(33,97,220); }
H1.HeaderClassName
{
color: #2161DC;
}
.AnyTagClassName
{
color: #2161DC;
}
</style>
background-color css
<style>
a { background-color: #2161DC; }
a { background-color: rgb(33,97,220); }
div.DivClassName
{
background-color: #2161DC;
}
.BgClassName
{
background-color: #2161DC;
}
</style>
border-color css
<style>
span { border-color: #2161DC; }
span { border-color: rgb(33,97,220); }
td.TdClassName
{
border-color: #2161DC;
}
.TagClassName
{
border-color: #2161DC;
}
</style>