Shades of Royal Blue #2163EA
Tints of Royal Blue #2163EA
RGB
CMYK
RGB Variations
Color information
#2163EA (or 0x2163EA) is known color: Royal Blue. HEX triplet: 21, 63 and EA. RGB value is (33,99,234). Sum of RGB (Red+Green+Blue) = 33+99+234=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #2163EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2163EA is #DE9C15. Grayscale: #5E5E5E. Windows color (decimal): -14588950 or 15360801. OLE color: 15360801.
HSL color Cylindrical-coordinate representation of color #2163EA: hue angle of 220.3º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2163EA is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 99 | 234 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.08 |
| HSL | 220.3º | 0.83% | 0.52% | - |
| HSV(B) | 220.3º | 0.86% | 0.92% | - |
| XYZ | 19.94 | 15.19 | 79.72 | - |
| YUV | 94.66 | 206.63 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 234 | 0.86 | 0.58 | 0 | 0.08 | 220.3 | 0.83 | 0.52 |
| Hex | 21 | 63 | EA | 56 | 3A | 0 | 8 | DC | 53 | 34 |
| Octal | 41 | 143 | 352 | 126 | 72 | 0 | 10 | 334 | 123 | 64 |
| Binary | 100001 | 1100011 | 11101010 | 1010110 | 111010 | 0 | 1000 | 11011100 | 1010011 | 110100 |
Color Harmonies of #2163EA
Complementary color
Monochromatic Colors of #2163EA
Black with #2163EA
Text Example
Text Example
White with #2163EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2163EA; }
p { color: rgb(33,99,234); }
H1.HeaderClassName
{
color: #2163EA;
}
.AnyTagClassName
{
color: #2163EA;
}
</style>
background-color css
<style>
a { background-color: #2163EA; }
a { background-color: rgb(33,99,234); }
div.DivClassName
{
background-color: #2163EA;
}
.BgClassName
{
background-color: #2163EA;
}
</style>
border-color css
<style>
span { border-color: #2163EA; }
span { border-color: rgb(33,99,234); }
td.TdClassName
{
border-color: #2163EA;
}
.TagClassName
{
border-color: #2163EA;
}
</style>