Shades of Royal Blue #507AE0
Tints of Royal Blue #507AE0
RGB
CMYK
RGB Variations
Color information
#507AE0 (or 0x507AE0) is known color: Royal Blue. HEX triplet: 50, 7A and E0. RGB value is (80,122,224). Sum of RGB (Red+Green+Blue) = 80+122+224=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #507AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AE0 is #AF851F. Grayscale: #787878. Windows color (decimal): -11502880 or 14711376. OLE color: 14711376.
HSL color Cylindrical-coordinate representation of color #507AE0: hue angle of 222.5º 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 #507AE0 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 122 | 224 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.12 |
| HSL | 222.5º | 0.7% | 0.6% | - |
| HSV(B) | 222.5º | 0.64% | 0.88% | - |
| XYZ | 23.72 | 21.01 | 73.33 | - |
| YUV | 121.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 224 | 0.64 | 0.46 | 0 | 0.12 | 222.5 | 0.7 | 0.6 |
| Hex | 50 | 7A | E0 | 40 | 2E | 0 | C | DE | 46 | 3C |
| Octal | 120 | 172 | 340 | 100 | 56 | 0 | 14 | 336 | 106 | 74 |
| Binary | 1010000 | 1111010 | 11100000 | 1000000 | 101110 | 0 | 1100 | 11011110 | 1000110 | 111100 |
Color Harmonies of #507AE0
Complementary color
Monochromatic Colors of #507AE0
Black with #507AE0
Text Example
Text Example
White with #507AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AE0; }
p { color: rgb(80,122,224); }
H1.HeaderClassName
{
color: #507AE0;
}
.AnyTagClassName
{
color: #507AE0;
}
</style>
background-color css
<style>
a { background-color: #507AE0; }
a { background-color: rgb(80,122,224); }
div.DivClassName
{
background-color: #507AE0;
}
.BgClassName
{
background-color: #507AE0;
}
</style>
border-color css
<style>
span { border-color: #507AE0; }
span { border-color: rgb(80,122,224); }
td.TdClassName
{
border-color: #507AE0;
}
.TagClassName
{
border-color: #507AE0;
}
</style>