Shades of Royal Blue #507EDF
Tints of Royal Blue #507EDF
RGB
CMYK
RGB Variations
Color information
#507EDF (or 0x507EDF) is known color: Royal Blue. HEX triplet: 50, 7E and DF. RGB value is (80,126,223). Sum of RGB (Red+Green+Blue) = 80+126+223=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #507EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EDF is #AF8120. Grayscale: #7A7A7A. Windows color (decimal): -11501857 or 14646864. OLE color: 14646864.
HSL color Cylindrical-coordinate representation of color #507EDF: hue angle of 220.7º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507EDF is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 126 | 223 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.13 |
| HSL | 220.7º | 0.69% | 0.59% | - |
| HSV(B) | 220.7º | 0.64% | 0.87% | - |
| XYZ | 24.09 | 21.95 | 72.78 | - |
| YUV | 123.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 223 | 0.64 | 0.43 | 0 | 0.13 | 220.7 | 0.69 | 0.59 |
| Hex | 50 | 7E | DF | 40 | 2B | 0 | D | DD | 45 | 3B |
| Octal | 120 | 176 | 337 | 100 | 53 | 0 | 15 | 335 | 105 | 73 |
| Binary | 1010000 | 1111110 | 11011111 | 1000000 | 101011 | 0 | 1101 | 11011101 | 1000101 | 111011 |
Color Harmonies of #507EDF
Complementary color
Monochromatic Colors of #507EDF
Black with #507EDF
Text Example
Text Example
White with #507EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EDF; }
p { color: rgb(80,126,223); }
H1.HeaderClassName
{
color: #507EDF;
}
.AnyTagClassName
{
color: #507EDF;
}
</style>
background-color css
<style>
a { background-color: #507EDF; }
a { background-color: rgb(80,126,223); }
div.DivClassName
{
background-color: #507EDF;
}
.BgClassName
{
background-color: #507EDF;
}
</style>
border-color css
<style>
span { border-color: #507EDF; }
span { border-color: rgb(80,126,223); }
td.TdClassName
{
border-color: #507EDF;
}
.TagClassName
{
border-color: #507EDF;
}
</style>