Shades of Royal Blue #5066EC
Tints of Royal Blue #5066EC
RGB
CMYK
RGB Variations
Color information
#5066EC (or 0x5066EC) is known color: Royal Blue. HEX triplet: 50, 66 and EC. RGB value is (80,102,236). Sum of RGB (Red+Green+Blue) = 80+102+236=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #5066EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5066EC is #AF9913. Grayscale: #6E6E6E. Windows color (decimal): -11507988 or 15492688. OLE color: 15492688.
HSL color Cylindrical-coordinate representation of color #5066EC: hue angle of 231.54º 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 #5066EC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 102 | 236 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 231.54º | 0.8% | 0.62% | - |
| HSV(B) | 231.54º | 0.66% | 0.93% | - |
| XYZ | 23.2 | 17.26 | 81.47 | - |
| YUV | 110.7 | 198.71 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 236 | 0.66 | 0.57 | 0 | 0.07 | 231.54 | 0.8 | 0.62 |
| Hex | 50 | 66 | EC | 42 | 39 | 0 | 7 | E8 | 50 | 3E |
| Octal | 120 | 146 | 354 | 102 | 71 | 0 | 7 | 350 | 120 | 76 |
| Binary | 1010000 | 1100110 | 11101100 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010000 | 111110 |
Color Harmonies of #5066EC
Complementary color
Monochromatic Colors of #5066EC
Black with #5066EC
Text Example
Text Example
White with #5066EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066EC; }
p { color: rgb(80,102,236); }
H1.HeaderClassName
{
color: #5066EC;
}
.AnyTagClassName
{
color: #5066EC;
}
</style>
background-color css
<style>
a { background-color: #5066EC; }
a { background-color: rgb(80,102,236); }
div.DivClassName
{
background-color: #5066EC;
}
.BgClassName
{
background-color: #5066EC;
}
</style>
border-color css
<style>
span { border-color: #5066EC; }
span { border-color: rgb(80,102,236); }
td.TdClassName
{
border-color: #5066EC;
}
.TagClassName
{
border-color: #5066EC;
}
</style>