Shades of Royal Blue #507DF7
Tints of Royal Blue #507DF7
RGB
CMYK
RGB Variations
Color information
#507DF7 (or 0x507DF7) is known color: Royal Blue. HEX triplet: 50, 7D and F7. RGB value is (80,125,247). Sum of RGB (Red+Green+Blue) = 80+125+247=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #507DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DF7 is #AF8208. Grayscale: #7C7C7C. Windows color (decimal): -11502089 or 16219472. OLE color: 16219472.
HSL color Cylindrical-coordinate representation of color #507DF7: hue angle of 223.83º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507DF7 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 125 | 247 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.03 |
| HSL | 223.83º | 0.91% | 0.64% | - |
| HSV(B) | 223.83º | 0.68% | 0.97% | - |
| XYZ | 27.43 | 23.09 | 91.01 | - |
| YUV | 125.45 | 196.59 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 247 | 0.68 | 0.49 | 0 | 0.03 | 223.83 | 0.91 | 0.64 |
| Hex | 50 | 7D | F7 | 44 | 31 | 0 | 3 | E0 | 5B | 40 |
| Octal | 120 | 175 | 367 | 104 | 61 | 0 | 3 | 340 | 133 | 100 |
| Binary | 1010000 | 1111101 | 11110111 | 1000100 | 110001 | 0 | 11 | 11100000 | 1011011 | 1000000 |
Color Harmonies of #507DF7
Complementary color
Monochromatic Colors of #507DF7
Black with #507DF7
Text Example
Text Example
White with #507DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DF7; }
p { color: rgb(80,125,247); }
H1.HeaderClassName
{
color: #507DF7;
}
.AnyTagClassName
{
color: #507DF7;
}
</style>
background-color css
<style>
a { background-color: #507DF7; }
a { background-color: rgb(80,125,247); }
div.DivClassName
{
background-color: #507DF7;
}
.BgClassName
{
background-color: #507DF7;
}
</style>
border-color css
<style>
span { border-color: #507DF7; }
span { border-color: rgb(80,125,247); }
td.TdClassName
{
border-color: #507DF7;
}
.TagClassName
{
border-color: #507DF7;
}
</style>