Shades of Royal Blue #507EE0
Tints of Royal Blue #507EE0
RGB
CMYK
RGB Variations
Color information
#507EE0 (or 0x507EE0) is known color: Royal Blue. HEX triplet: 50, 7E and E0. RGB value is (80,126,224). Sum of RGB (Red+Green+Blue) = 80+126+224=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #507EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EE0 is #AF811F. Grayscale: #7A7A7A. Windows color (decimal): -11501856 or 14712400. OLE color: 14712400.
HSL color Cylindrical-coordinate representation of color #507EE0: hue angle of 220.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 #507EE0 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 126 | 224 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.12 |
| HSL | 220.83º | 0.7% | 0.6% | - |
| HSV(B) | 220.83º | 0.64% | 0.88% | - |
| XYZ | 24.22 | 22.01 | 73.49 | - |
| YUV | 123.42 | 184.76 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 224 | 0.64 | 0.44 | 0 | 0.12 | 220.83 | 0.7 | 0.6 |
| Hex | 50 | 7E | E0 | 40 | 2C | 0 | C | DD | 46 | 3C |
| Octal | 120 | 176 | 340 | 100 | 54 | 0 | 14 | 335 | 106 | 74 |
| Binary | 1010000 | 1111110 | 11100000 | 1000000 | 101100 | 0 | 1100 | 11011101 | 1000110 | 111100 |
Color Harmonies of #507EE0
Complementary color
Monochromatic Colors of #507EE0
Black with #507EE0
Text Example
Text Example
White with #507EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EE0; }
p { color: rgb(80,126,224); }
H1.HeaderClassName
{
color: #507EE0;
}
.AnyTagClassName
{
color: #507EE0;
}
</style>
background-color css
<style>
a { background-color: #507EE0; }
a { background-color: rgb(80,126,224); }
div.DivClassName
{
background-color: #507EE0;
}
.BgClassName
{
background-color: #507EE0;
}
</style>
border-color css
<style>
span { border-color: #507EE0; }
span { border-color: rgb(80,126,224); }
td.TdClassName
{
border-color: #507EE0;
}
.TagClassName
{
border-color: #507EE0;
}
</style>