Shades of Royal Blue #5164EE
Tints of Royal Blue #5164EE
RGB
CMYK
RGB Variations
Color information
#5164EE (or 0x5164EE) is known color: Royal Blue. HEX triplet: 51, 64 and EE. RGB value is (81,100,238). Sum of RGB (Red+Green+Blue) = 81+100+238=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #5164EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5164EE is #AE9B11. Grayscale: #6D6D6D. Windows color (decimal): -11442962 or 15623249. OLE color: 15623249.
HSL color Cylindrical-coordinate representation of color #5164EE: hue angle of 232.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5164EE is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 100 | 238 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.07 |
| HSL | 232.74º | 0.82% | 0.63% | - |
| HSV(B) | 232.74º | 0.66% | 0.93% | - |
| XYZ | 23.38 | 17.04 | 82.94 | - |
| YUV | 110.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 238 | 0.66 | 0.58 | 0 | 0.07 | 232.74 | 0.82 | 0.63 |
| Hex | 51 | 64 | EE | 42 | 3A | 0 | 7 | E9 | 52 | 3F |
| Octal | 121 | 144 | 356 | 102 | 72 | 0 | 7 | 351 | 122 | 77 |
| Binary | 1010001 | 1100100 | 11101110 | 1000010 | 111010 | 0 | 111 | 11101001 | 1010010 | 111111 |
Color Harmonies of #5164EE
Complementary color
Monochromatic Colors of #5164EE
Black with #5164EE
Text Example
Text Example
White with #5164EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5164EE; }
p { color: rgb(81,100,238); }
H1.HeaderClassName
{
color: #5164EE;
}
.AnyTagClassName
{
color: #5164EE;
}
</style>
background-color css
<style>
a { background-color: #5164EE; }
a { background-color: rgb(81,100,238); }
div.DivClassName
{
background-color: #5164EE;
}
.BgClassName
{
background-color: #5164EE;
}
</style>
border-color css
<style>
span { border-color: #5164EE; }
span { border-color: rgb(81,100,238); }
td.TdClassName
{
border-color: #5164EE;
}
.TagClassName
{
border-color: #5164EE;
}
</style>