Shades of Royal Blue #507CE4
Tints of Royal Blue #507CE4
RGB
CMYK
RGB Variations
Color information
#507CE4 (or 0x507CE4) is known color: Royal Blue. HEX triplet: 50, 7C and E4. RGB value is (80,124,228). Sum of RGB (Red+Green+Blue) = 80+124+228=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #507CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CE4 is #AF831B. Grayscale: #7A7A7A. Windows color (decimal): -11502364 or 14974032. OLE color: 14974032.
HSL color Cylindrical-coordinate representation of color #507CE4: hue angle of 222.16º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #507CE4 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 124 | 228 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.11 |
| HSL | 222.16º | 0.73% | 0.6% | - |
| HSV(B) | 222.16º | 0.65% | 0.89% | - |
| XYZ | 24.52 | 21.72 | 76.3 | - |
| YUV | 122.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 228 | 0.65 | 0.46 | 0 | 0.11 | 222.16 | 0.73 | 0.6 |
| Hex | 50 | 7C | E4 | 41 | 2E | 0 | B | DE | 49 | 3C |
| Octal | 120 | 174 | 344 | 101 | 56 | 0 | 13 | 336 | 111 | 74 |
| Binary | 1010000 | 1111100 | 11100100 | 1000001 | 101110 | 0 | 1011 | 11011110 | 1001001 | 111100 |
Color Harmonies of #507CE4
Complementary color
Monochromatic Colors of #507CE4
Black with #507CE4
Text Example
Text Example
White with #507CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CE4; }
p { color: rgb(80,124,228); }
H1.HeaderClassName
{
color: #507CE4;
}
.AnyTagClassName
{
color: #507CE4;
}
</style>
background-color css
<style>
a { background-color: #507CE4; }
a { background-color: rgb(80,124,228); }
div.DivClassName
{
background-color: #507CE4;
}
.BgClassName
{
background-color: #507CE4;
}
</style>
border-color css
<style>
span { border-color: #507CE4; }
span { border-color: rgb(80,124,228); }
td.TdClassName
{
border-color: #507CE4;
}
.TagClassName
{
border-color: #507CE4;
}
</style>