Shades of Royal Blue #507AE6
Tints of Royal Blue #507AE6
RGB
CMYK
RGB Variations
Color information
#507AE6 (or 0x507AE6) is known color: Royal Blue. HEX triplet: 50, 7A and E6. RGB value is (80,122,230). Sum of RGB (Red+Green+Blue) = 80+122+230=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #507AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507AE6 is #AF8519. Grayscale: #797979. Windows color (decimal): -11502874 or 15104592. OLE color: 15104592.
HSL color Cylindrical-coordinate representation of color #507AE6: hue angle of 223.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #507AE6 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 122 | 230 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.10 |
| HSL | 223.2º | 0.75% | 0.61% | - |
| HSV(B) | 223.2º | 0.65% | 0.9% | - |
| XYZ | 24.55 | 21.34 | 77.69 | - |
| YUV | 121.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 230 | 0.65 | 0.47 | 0 | 0.10 | 223.2 | 0.75 | 0.61 |
| Hex | 50 | 7A | E6 | 41 | 2F | 0 | A | DF | 4B | 3D |
| Octal | 120 | 172 | 346 | 101 | 57 | 0 | 12 | 337 | 113 | 75 |
| Binary | 1010000 | 1111010 | 11100110 | 1000001 | 101111 | 0 | 1010 | 11011111 | 1001011 | 111101 |
Color Harmonies of #507AE6
Complementary color
Monochromatic Colors of #507AE6
Black with #507AE6
Text Example
Text Example
White with #507AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AE6; }
p { color: rgb(80,122,230); }
H1.HeaderClassName
{
color: #507AE6;
}
.AnyTagClassName
{
color: #507AE6;
}
</style>
background-color css
<style>
a { background-color: #507AE6; }
a { background-color: rgb(80,122,230); }
div.DivClassName
{
background-color: #507AE6;
}
.BgClassName
{
background-color: #507AE6;
}
</style>
border-color css
<style>
span { border-color: #507AE6; }
span { border-color: rgb(80,122,230); }
td.TdClassName
{
border-color: #507AE6;
}
.TagClassName
{
border-color: #507AE6;
}
</style>