Shades of Royal Blue #5065EC
Tints of Royal Blue #5065EC
RGB
CMYK
RGB Variations
Color information
#5065EC (or 0x5065EC) is known color: Royal Blue. HEX triplet: 50, 65 and EC. RGB value is (80,101,236). Sum of RGB (Red+Green+Blue) = 80+101+236=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 101 (39.84% from 255 or 24.22% 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 #5065EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5065EC is #AF9A13. Grayscale: #6D6D6D. Windows color (decimal): -11508244 or 15492432. OLE color: 15492432.
HSL color Cylindrical-coordinate representation of color #5065EC: hue angle of 231.92º 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 #5065EC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 101 | 236 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 231.92º | 0.8% | 0.62% | - |
| HSV(B) | 231.92º | 0.66% | 0.93% | - |
| XYZ | 23.1 | 17.07 | 81.43 | - |
| YUV | 110.11 | 199.04 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 236 | 0.66 | 0.57 | 0 | 0.07 | 231.92 | 0.8 | 0.62 |
| Hex | 50 | 65 | EC | 42 | 39 | 0 | 7 | E8 | 50 | 3E |
| Octal | 120 | 145 | 354 | 102 | 71 | 0 | 7 | 350 | 120 | 76 |
| Binary | 1010000 | 1100101 | 11101100 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010000 | 111110 |
Color Harmonies of #5065EC
Complementary color
Monochromatic Colors of #5065EC
Black with #5065EC
Text Example
Text Example
White with #5065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065EC; }
p { color: rgb(80,101,236); }
H1.HeaderClassName
{
color: #5065EC;
}
.AnyTagClassName
{
color: #5065EC;
}
</style>
background-color css
<style>
a { background-color: #5065EC; }
a { background-color: rgb(80,101,236); }
div.DivClassName
{
background-color: #5065EC;
}
.BgClassName
{
background-color: #5065EC;
}
</style>
border-color css
<style>
span { border-color: #5065EC; }
span { border-color: rgb(80,101,236); }
td.TdClassName
{
border-color: #5065EC;
}
.TagClassName
{
border-color: #5065EC;
}
</style>