Shades of Royal Blue #2163DC
Tints of Royal Blue #2163DC
RGB
CMYK
RGB Variations
Color information
#2163DC (or 0x2163DC) is known color: Royal Blue. HEX triplet: 21, 63 and DC. RGB value is (33,99,220). Sum of RGB (Red+Green+Blue) = 33+99+220=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #2163DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2163DC is #DE9C23. Grayscale: #5C5C5C. Windows color (decimal): -14588964 or 14443297. OLE color: 14443297.
HSL color Cylindrical-coordinate representation of color #2163DC: hue angle of 218.82º 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 #2163DC is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 99 | 220 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.14 |
| HSL | 218.82º | 0.74% | 0.5% | - |
| HSV(B) | 218.82º | 0.85% | 0.86% | - |
| XYZ | 18.01 | 14.41 | 69.54 | - |
| YUV | 93.06 | 199.63 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 220 | 0.85 | 0.55 | 0 | 0.14 | 218.82 | 0.74 | 0.5 |
| Hex | 21 | 63 | DC | 55 | 37 | 0 | E | DB | 4A | 32 |
| Octal | 41 | 143 | 334 | 125 | 67 | 0 | 16 | 333 | 112 | 62 |
| Binary | 100001 | 1100011 | 11011100 | 1010101 | 110111 | 0 | 1110 | 11011011 | 1001010 | 110010 |
Color Harmonies of #2163DC
Complementary color
Monochromatic Colors of #2163DC
Black with #2163DC
Text Example
Text Example
White with #2163DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2163DC; }
p { color: rgb(33,99,220); }
H1.HeaderClassName
{
color: #2163DC;
}
.AnyTagClassName
{
color: #2163DC;
}
</style>
background-color css
<style>
a { background-color: #2163DC; }
a { background-color: rgb(33,99,220); }
div.DivClassName
{
background-color: #2163DC;
}
.BgClassName
{
background-color: #2163DC;
}
</style>
border-color css
<style>
span { border-color: #2163DC; }
span { border-color: rgb(33,99,220); }
td.TdClassName
{
border-color: #2163DC;
}
.TagClassName
{
border-color: #2163DC;
}
</style>