Shades of Royal Blue #507CE6
Tints of Royal Blue #507CE6
RGB
CMYK
RGB Variations
Color information
#507CE6 (or 0x507CE6) is known color: Royal Blue. HEX triplet: 50, 7C and E6. RGB value is (80,124,230). Sum of RGB (Red+Green+Blue) = 80+124+230=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #507CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CE6 is #AF8319. Grayscale: #7A7A7A. Windows color (decimal): -11502362 or 15105104. OLE color: 15105104.
HSL color Cylindrical-coordinate representation of color #507CE6: hue angle of 222.4º 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 #507CE6 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 124 | 230 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.10 |
| HSL | 222.4º | 0.75% | 0.61% | - |
| HSV(B) | 222.4º | 0.65% | 0.9% | - |
| XYZ | 24.8 | 21.83 | 77.77 | - |
| YUV | 122.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 230 | 0.65 | 0.46 | 0 | 0.10 | 222.4 | 0.75 | 0.61 |
| Hex | 50 | 7C | E6 | 41 | 2E | 0 | A | DE | 4B | 3D |
| Octal | 120 | 174 | 346 | 101 | 56 | 0 | 12 | 336 | 113 | 75 |
| Binary | 1010000 | 1111100 | 11100110 | 1000001 | 101110 | 0 | 1010 | 11011110 | 1001011 | 111101 |
Color Harmonies of #507CE6
Complementary color
Monochromatic Colors of #507CE6
Black with #507CE6
Text Example
Text Example
White with #507CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CE6; }
p { color: rgb(80,124,230); }
H1.HeaderClassName
{
color: #507CE6;
}
.AnyTagClassName
{
color: #507CE6;
}
</style>
background-color css
<style>
a { background-color: #507CE6; }
a { background-color: rgb(80,124,230); }
div.DivClassName
{
background-color: #507CE6;
}
.BgClassName
{
background-color: #507CE6;
}
</style>
border-color css
<style>
span { border-color: #507CE6; }
span { border-color: rgb(80,124,230); }
td.TdClassName
{
border-color: #507CE6;
}
.TagClassName
{
border-color: #507CE6;
}
</style>