Shades of Royal Blue #2164EE
Tints of Royal Blue #2164EE
RGB
CMYK
RGB Variations
Color information
#2164EE (or 0x2164EE) is known color: Royal Blue. HEX triplet: 21, 64 and EE. RGB value is (33,100,238). Sum of RGB (Red+Green+Blue) = 33+100+238=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #2164EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2164EE is #DE9B11. Grayscale: #5F5F5F. Windows color (decimal): -14588690 or 15623201. OLE color: 15623201.
HSL color Cylindrical-coordinate representation of color #2164EE: hue angle of 220.39º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2164EE is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 100 | 238 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.07 |
| HSL | 220.39º | 0.86% | 0.53% | - |
| HSV(B) | 220.39º | 0.86% | 0.93% | - |
| XYZ | 20.62 | 15.61 | 82.82 | - |
| YUV | 95.7 | 208.3 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 238 | 0.86 | 0.58 | 0 | 0.07 | 220.39 | 0.86 | 0.53 |
| Hex | 21 | 64 | EE | 56 | 3A | 0 | 7 | DC | 56 | 35 |
| Octal | 41 | 144 | 356 | 126 | 72 | 0 | 7 | 334 | 126 | 65 |
| Binary | 100001 | 1100100 | 11101110 | 1010110 | 111010 | 0 | 111 | 11011100 | 1010110 | 110101 |
Color Harmonies of #2164EE
Complementary color
Monochromatic Colors of #2164EE
Black with #2164EE
Text Example
Text Example
White with #2164EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2164EE; }
p { color: rgb(33,100,238); }
H1.HeaderClassName
{
color: #2164EE;
}
.AnyTagClassName
{
color: #2164EE;
}
</style>
background-color css
<style>
a { background-color: #2164EE; }
a { background-color: rgb(33,100,238); }
div.DivClassName
{
background-color: #2164EE;
}
.BgClassName
{
background-color: #2164EE;
}
</style>
border-color css
<style>
span { border-color: #2164EE; }
span { border-color: rgb(33,100,238); }
td.TdClassName
{
border-color: #2164EE;
}
.TagClassName
{
border-color: #2164EE;
}
</style>