Shades of Royal Blue #507CEC
Tints of Royal Blue #507CEC
RGB
CMYK
RGB Variations
Color information
#507CEC (or 0x507CEC) is known color: Royal Blue. HEX triplet: 50, 7C and EC. RGB value is (80,124,236). Sum of RGB (Red+Green+Blue) = 80+124+236=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #507CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CEC is #AF8313. Grayscale: #7B7B7B. Windows color (decimal): -11502356 or 15498320. OLE color: 15498320.
HSL color Cylindrical-coordinate representation of color #507CEC: hue angle of 223.08º degrees, saturation: 0.8, 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 #507CEC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 124 | 236 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.07 |
| HSL | 223.08º | 0.8% | 0.62% | - |
| HSV(B) | 223.08º | 0.66% | 0.93% | - |
| XYZ | 25.66 | 22.18 | 82.29 | - |
| YUV | 123.61 | 191.42 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 236 | 0.66 | 0.47 | 0 | 0.07 | 223.08 | 0.8 | 0.62 |
| Hex | 50 | 7C | EC | 42 | 2F | 0 | 7 | DF | 50 | 3E |
| Octal | 120 | 174 | 354 | 102 | 57 | 0 | 7 | 337 | 120 | 76 |
| Binary | 1010000 | 1111100 | 11101100 | 1000010 | 101111 | 0 | 111 | 11011111 | 1010000 | 111110 |
Color Harmonies of #507CEC
Complementary color
Monochromatic Colors of #507CEC
Black with #507CEC
Text Example
Text Example
White with #507CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CEC; }
p { color: rgb(80,124,236); }
H1.HeaderClassName
{
color: #507CEC;
}
.AnyTagClassName
{
color: #507CEC;
}
</style>
background-color css
<style>
a { background-color: #507CEC; }
a { background-color: rgb(80,124,236); }
div.DivClassName
{
background-color: #507CEC;
}
.BgClassName
{
background-color: #507CEC;
}
</style>
border-color css
<style>
span { border-color: #507CEC; }
span { border-color: rgb(80,124,236); }
td.TdClassName
{
border-color: #507CEC;
}
.TagClassName
{
border-color: #507CEC;
}
</style>