Shades of Royal Blue #507EED
Tints of Royal Blue #507EED
RGB
CMYK
RGB Variations
Color information
#507EED (or 0x507EED) is known color: Royal Blue. HEX triplet: 50, 7E and ED. RGB value is (80,126,237). Sum of RGB (Red+Green+Blue) = 80+126+237=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #507EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EED is #AF8112. Grayscale: #7C7C7C. Windows color (decimal): -11501843 or 15564368. OLE color: 15564368.
HSL color Cylindrical-coordinate representation of color #507EED: hue angle of 222.42º degrees, saturation: 0.81, 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 #507EED is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 126 | 237 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.07 |
| HSL | 222.42º | 0.81% | 0.62% | - |
| HSV(B) | 222.42º | 0.66% | 0.93% | - |
| XYZ | 26.06 | 22.74 | 83.14 | - |
| YUV | 124.9 | 191.26 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 237 | 0.66 | 0.47 | 0 | 0.07 | 222.42 | 0.81 | 0.62 |
| Hex | 50 | 7E | ED | 42 | 2F | 0 | 7 | DE | 51 | 3E |
| Octal | 120 | 176 | 355 | 102 | 57 | 0 | 7 | 336 | 121 | 76 |
| Binary | 1010000 | 1111110 | 11101101 | 1000010 | 101111 | 0 | 111 | 11011110 | 1010001 | 111110 |
Color Harmonies of #507EED
Complementary color
Monochromatic Colors of #507EED
Black with #507EED
Text Example
Text Example
White with #507EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EED; }
p { color: rgb(80,126,237); }
H1.HeaderClassName
{
color: #507EED;
}
.AnyTagClassName
{
color: #507EED;
}
</style>
background-color css
<style>
a { background-color: #507EED; }
a { background-color: rgb(80,126,237); }
div.DivClassName
{
background-color: #507EED;
}
.BgClassName
{
background-color: #507EED;
}
</style>
border-color css
<style>
span { border-color: #507EED; }
span { border-color: rgb(80,126,237); }
td.TdClassName
{
border-color: #507EED;
}
.TagClassName
{
border-color: #507EED;
}
</style>