Shades of Royal Blue #507CED
Tints of Royal Blue #507CED
RGB
CMYK
RGB Variations
Color information
#507CED (or 0x507CED) is known color: Royal Blue. HEX triplet: 50, 7C and ED. RGB value is (80,124,237). Sum of RGB (Red+Green+Blue) = 80+124+237=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #507CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CED is #AF8312. Grayscale: #7B7B7B. Windows color (decimal): -11502355 or 15563856. OLE color: 15563856.
HSL color Cylindrical-coordinate representation of color #507CED: hue angle of 223.18º degrees, saturation: 0.81, 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 #507CED is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 124 | 237 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.07 |
| HSL | 223.18º | 0.81% | 0.62% | - |
| HSV(B) | 223.18º | 0.66% | 0.93% | - |
| XYZ | 25.8 | 22.24 | 83.05 | - |
| YUV | 123.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 237 | 0.66 | 0.48 | 0 | 0.07 | 223.18 | 0.81 | 0.62 |
| Hex | 50 | 7C | ED | 42 | 30 | 0 | 7 | DF | 51 | 3E |
| Octal | 120 | 174 | 355 | 102 | 60 | 0 | 7 | 337 | 121 | 76 |
| Binary | 1010000 | 1111100 | 11101101 | 1000010 | 110000 | 0 | 111 | 11011111 | 1010001 | 111110 |
Color Harmonies of #507CED
Complementary color
Monochromatic Colors of #507CED
Black with #507CED
Text Example
Text Example
White with #507CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CED; }
p { color: rgb(80,124,237); }
H1.HeaderClassName
{
color: #507CED;
}
.AnyTagClassName
{
color: #507CED;
}
</style>
background-color css
<style>
a { background-color: #507CED; }
a { background-color: rgb(80,124,237); }
div.DivClassName
{
background-color: #507CED;
}
.BgClassName
{
background-color: #507CED;
}
</style>
border-color css
<style>
span { border-color: #507CED; }
span { border-color: rgb(80,124,237); }
td.TdClassName
{
border-color: #507CED;
}
.TagClassName
{
border-color: #507CED;
}
</style>