Shades of Royal Blue #507DF1
Tints of Royal Blue #507DF1
RGB
CMYK
RGB Variations
Color information
#507DF1 (or 0x507DF1) is known color: Royal Blue. HEX triplet: 50, 7D and F1. RGB value is (80,125,241). Sum of RGB (Red+Green+Blue) = 80+125+241=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #507DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DF1 is #AF820E. Grayscale: #7C7C7C. Windows color (decimal): -11502095 or 15826256. OLE color: 15826256.
HSL color Cylindrical-coordinate representation of color #507DF1: hue angle of 223.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507DF1 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 125 | 241 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.05 |
| HSL | 223.23º | 0.85% | 0.63% | - |
| HSV(B) | 223.23º | 0.67% | 0.95% | - |
| XYZ | 26.52 | 22.72 | 86.21 | - |
| YUV | 124.77 | 193.59 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 241 | 0.67 | 0.48 | 0 | 0.05 | 223.23 | 0.85 | 0.63 |
| Hex | 50 | 7D | F1 | 43 | 30 | 0 | 5 | DF | 55 | 3F |
| Octal | 120 | 175 | 361 | 103 | 60 | 0 | 5 | 337 | 125 | 77 |
| Binary | 1010000 | 1111101 | 11110001 | 1000011 | 110000 | 0 | 101 | 11011111 | 1010101 | 111111 |
Color Harmonies of #507DF1
Complementary color
Monochromatic Colors of #507DF1
Black with #507DF1
Text Example
Text Example
White with #507DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DF1; }
p { color: rgb(80,125,241); }
H1.HeaderClassName
{
color: #507DF1;
}
.AnyTagClassName
{
color: #507DF1;
}
</style>
background-color css
<style>
a { background-color: #507DF1; }
a { background-color: rgb(80,125,241); }
div.DivClassName
{
background-color: #507DF1;
}
.BgClassName
{
background-color: #507DF1;
}
</style>
border-color css
<style>
span { border-color: #507DF1; }
span { border-color: rgb(80,125,241); }
td.TdClassName
{
border-color: #507DF1;
}
.TagClassName
{
border-color: #507DF1;
}
</style>