Shades of Royal Blue #5064EF
Tints of Royal Blue #5064EF
RGB
CMYK
RGB Variations
Color information
#5064EF (or 0x5064EF) is known color: Royal Blue. HEX triplet: 50, 64 and EF. RGB value is (80,100,239). Sum of RGB (Red+Green+Blue) = 80+100+239=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #5064EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5064EF is #AF9B10. Grayscale: #6D6D6D. Windows color (decimal): -11508497 or 15688784. OLE color: 15688784.
HSL color Cylindrical-coordinate representation of color #5064EF: hue angle of 232.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5064EF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 100 | 239 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.06 |
| HSL | 232.45º | 0.83% | 0.63% | - |
| HSV(B) | 232.45º | 0.67% | 0.94% | - |
| XYZ | 23.45 | 17.05 | 83.72 | - |
| YUV | 109.87 | 200.87 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 239 | 0.67 | 0.58 | 0 | 0.06 | 232.45 | 0.83 | 0.63 |
| Hex | 50 | 64 | EF | 43 | 3A | 0 | 6 | E8 | 53 | 3F |
| Octal | 120 | 144 | 357 | 103 | 72 | 0 | 6 | 350 | 123 | 77 |
| Binary | 1010000 | 1100100 | 11101111 | 1000011 | 111010 | 0 | 110 | 11101000 | 1010011 | 111111 |
Color Harmonies of #5064EF
Complementary color
Monochromatic Colors of #5064EF
Black with #5064EF
Text Example
Text Example
White with #5064EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5064EF; }
p { color: rgb(80,100,239); }
H1.HeaderClassName
{
color: #5064EF;
}
.AnyTagClassName
{
color: #5064EF;
}
</style>
background-color css
<style>
a { background-color: #5064EF; }
a { background-color: rgb(80,100,239); }
div.DivClassName
{
background-color: #5064EF;
}
.BgClassName
{
background-color: #5064EF;
}
</style>
border-color css
<style>
span { border-color: #5064EF; }
span { border-color: rgb(80,100,239); }
td.TdClassName
{
border-color: #5064EF;
}
.TagClassName
{
border-color: #5064EF;
}
</style>