Shades of Royal Blue #5066E0
Tints of Royal Blue #5066E0
RGB
CMYK
RGB Variations
Color information
#5066E0 (or 0x5066E0) is known color: Royal Blue. HEX triplet: 50, 66 and E0. RGB value is (80,102,224). Sum of RGB (Red+Green+Blue) = 80+102+224=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #5066E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066E0 is #AF991F. Grayscale: #6C6C6C. Windows color (decimal): -11508000 or 14706256. OLE color: 14706256.
HSL color Cylindrical-coordinate representation of color #5066E0: hue angle of 230.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5066E0 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 102 | 224 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.12 |
| HSL | 230.83º | 0.7% | 0.6% | - |
| HSV(B) | 230.83º | 0.64% | 0.88% | - |
| XYZ | 21.51 | 16.59 | 72.59 | - |
| YUV | 109.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 224 | 0.64 | 0.54 | 0 | 0.12 | 230.83 | 0.7 | 0.6 |
| Hex | 50 | 66 | E0 | 40 | 36 | 0 | C | E7 | 46 | 3C |
| Octal | 120 | 146 | 340 | 100 | 66 | 0 | 14 | 347 | 106 | 74 |
| Binary | 1010000 | 1100110 | 11100000 | 1000000 | 110110 | 0 | 1100 | 11100111 | 1000110 | 111100 |
Color Harmonies of #5066E0
Complementary color
Monochromatic Colors of #5066E0
Black with #5066E0
Text Example
Text Example
White with #5066E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066E0; }
p { color: rgb(80,102,224); }
H1.HeaderClassName
{
color: #5066E0;
}
.AnyTagClassName
{
color: #5066E0;
}
</style>
background-color css
<style>
a { background-color: #5066E0; }
a { background-color: rgb(80,102,224); }
div.DivClassName
{
background-color: #5066E0;
}
.BgClassName
{
background-color: #5066E0;
}
</style>
border-color css
<style>
span { border-color: #5066E0; }
span { border-color: rgb(80,102,224); }
td.TdClassName
{
border-color: #5066E0;
}
.TagClassName
{
border-color: #5066E0;
}
</style>