Shades of Royal Blue #5164EC
Tints of Royal Blue #5164EC
RGB
CMYK
RGB Variations
Color information
#5164EC (or 0x5164EC) is known color: Royal Blue. HEX triplet: 51, 64 and EC. RGB value is (81,100,236). Sum of RGB (Red+Green+Blue) = 81+100+236=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #5164EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5164EC is #AE9B13. Grayscale: #6D6D6D. Windows color (decimal): -11442964 or 15492177. OLE color: 15492177.
HSL color Cylindrical-coordinate representation of color #5164EC: hue angle of 232.65º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5164EC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 100 | 236 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.07 |
| HSL | 232.65º | 0.8% | 0.62% | - |
| HSV(B) | 232.65º | 0.66% | 0.93% | - |
| XYZ | 23.09 | 16.92 | 81.41 | - |
| YUV | 109.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 236 | 0.66 | 0.58 | 0 | 0.07 | 232.65 | 0.8 | 0.62 |
| Hex | 51 | 64 | EC | 42 | 3A | 0 | 7 | E9 | 50 | 3E |
| Octal | 121 | 144 | 354 | 102 | 72 | 0 | 7 | 351 | 120 | 76 |
| Binary | 1010001 | 1100100 | 11101100 | 1000010 | 111010 | 0 | 111 | 11101001 | 1010000 | 111110 |
Color Harmonies of #5164EC
Complementary color
Monochromatic Colors of #5164EC
Black with #5164EC
Text Example
Text Example
White with #5164EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5164EC; }
p { color: rgb(81,100,236); }
H1.HeaderClassName
{
color: #5164EC;
}
.AnyTagClassName
{
color: #5164EC;
}
</style>
background-color css
<style>
a { background-color: #5164EC; }
a { background-color: rgb(81,100,236); }
div.DivClassName
{
background-color: #5164EC;
}
.BgClassName
{
background-color: #5164EC;
}
</style>
border-color css
<style>
span { border-color: #5164EC; }
span { border-color: rgb(81,100,236); }
td.TdClassName
{
border-color: #5164EC;
}
.TagClassName
{
border-color: #5164EC;
}
</style>