Shades of Royal Blue #5064EB
Tints of Royal Blue #5064EB
RGB
CMYK
RGB Variations
Color information
#5064EB (or 0x5064EB) is known color: Royal Blue. HEX triplet: 50, 64 and EB. RGB value is (80,100,235). Sum of RGB (Red+Green+Blue) = 80+100+235=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #5064EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5064EB is #AF9B14. Grayscale: #6C6C6C. Windows color (decimal): -11508501 or 15426640. OLE color: 15426640.
HSL color Cylindrical-coordinate representation of color #5064EB: hue angle of 232.26º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5064EB is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 100 | 235 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.08 |
| HSL | 232.26º | 0.79% | 0.62% | - |
| HSV(B) | 232.26º | 0.66% | 0.92% | - |
| XYZ | 22.86 | 16.82 | 80.64 | - |
| YUV | 109.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 235 | 0.66 | 0.57 | 0 | 0.08 | 232.26 | 0.79 | 0.62 |
| Hex | 50 | 64 | EB | 42 | 39 | 0 | 8 | E8 | 4F | 3E |
| Octal | 120 | 144 | 353 | 102 | 71 | 0 | 10 | 350 | 117 | 76 |
| Binary | 1010000 | 1100100 | 11101011 | 1000010 | 111001 | 0 | 1000 | 11101000 | 1001111 | 111110 |
Color Harmonies of #5064EB
Complementary color
Monochromatic Colors of #5064EB
Black with #5064EB
Text Example
Text Example
White with #5064EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5064EB; }
p { color: rgb(80,100,235); }
H1.HeaderClassName
{
color: #5064EB;
}
.AnyTagClassName
{
color: #5064EB;
}
</style>
background-color css
<style>
a { background-color: #5064EB; }
a { background-color: rgb(80,100,235); }
div.DivClassName
{
background-color: #5064EB;
}
.BgClassName
{
background-color: #5064EB;
}
</style>
border-color css
<style>
span { border-color: #5064EB; }
span { border-color: rgb(80,100,235); }
td.TdClassName
{
border-color: #5064EB;
}
.TagClassName
{
border-color: #5064EB;
}
</style>