Shades of Royal Blue #507CF1
Tints of Royal Blue #507CF1
RGB
CMYK
RGB Variations
Color information
#507CF1 (or 0x507CF1) is known color: Royal Blue. HEX triplet: 50, 7C and F1. RGB value is (80,124,241). Sum of RGB (Red+Green+Blue) = 80+124+241=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #507CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CF1 is #AF830E. Grayscale: #7B7B7B. Windows color (decimal): -11502351 or 15826000. OLE color: 15826000.
HSL color Cylindrical-coordinate representation of color #507CF1: hue angle of 223.6º 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 #507CF1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 124 | 241 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.05 |
| HSL | 223.6º | 0.85% | 0.63% | - |
| HSV(B) | 223.6º | 0.67% | 0.95% | - |
| XYZ | 26.39 | 22.47 | 86.17 | - |
| YUV | 124.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 241 | 0.67 | 0.49 | 0 | 0.05 | 223.6 | 0.85 | 0.63 |
| Hex | 50 | 7C | F1 | 43 | 31 | 0 | 5 | E0 | 55 | 3F |
| Octal | 120 | 174 | 361 | 103 | 61 | 0 | 5 | 340 | 125 | 77 |
| Binary | 1010000 | 1111100 | 11110001 | 1000011 | 110001 | 0 | 101 | 11100000 | 1010101 | 111111 |
Color Harmonies of #507CF1
Complementary color
Monochromatic Colors of #507CF1
Black with #507CF1
Text Example
Text Example
White with #507CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CF1; }
p { color: rgb(80,124,241); }
H1.HeaderClassName
{
color: #507CF1;
}
.AnyTagClassName
{
color: #507CF1;
}
</style>
background-color css
<style>
a { background-color: #507CF1; }
a { background-color: rgb(80,124,241); }
div.DivClassName
{
background-color: #507CF1;
}
.BgClassName
{
background-color: #507CF1;
}
</style>
border-color css
<style>
span { border-color: #507CF1; }
span { border-color: rgb(80,124,241); }
td.TdClassName
{
border-color: #507CF1;
}
.TagClassName
{
border-color: #507CF1;
}
</style>