Shades of Royal Blue #507CF9
Tints of Royal Blue #507CF9
RGB
CMYK
RGB Variations
Color information
#507CF9 (or 0x507CF9) is known color: Royal Blue. HEX triplet: 50, 7C and F9. RGB value is (80,124,249). Sum of RGB (Red+Green+Blue) = 80+124+249=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #507CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CF9 is #AF8306. Grayscale: #7C7C7C. Windows color (decimal): -11502343 or 16350288. OLE color: 16350288.
HSL color Cylindrical-coordinate representation of color #507CF9: hue angle of 224.38º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507CF9 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 124 | 249 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.02 |
| HSL | 224.38º | 0.93% | 0.65% | - |
| HSV(B) | 224.38º | 0.68% | 0.98% | - |
| XYZ | 27.61 | 22.96 | 92.6 | - |
| YUV | 125.09 | 197.92 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 249 | 0.68 | 0.50 | 0 | 0.02 | 224.38 | 0.93 | 0.65 |
| Hex | 50 | 7C | F9 | 44 | 32 | 0 | 2 | E0 | 5D | 41 |
| Octal | 120 | 174 | 371 | 104 | 62 | 0 | 2 | 340 | 135 | 101 |
| Binary | 1010000 | 1111100 | 11111001 | 1000100 | 110010 | 0 | 10 | 11100000 | 1011101 | 1000001 |
Color Harmonies of #507CF9
Complementary color
Monochromatic Colors of #507CF9
Black with #507CF9
Text Example
Text Example
White with #507CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CF9; }
p { color: rgb(80,124,249); }
H1.HeaderClassName
{
color: #507CF9;
}
.AnyTagClassName
{
color: #507CF9;
}
</style>
background-color css
<style>
a { background-color: #507CF9; }
a { background-color: rgb(80,124,249); }
div.DivClassName
{
background-color: #507CF9;
}
.BgClassName
{
background-color: #507CF9;
}
</style>
border-color css
<style>
span { border-color: #507CF9; }
span { border-color: rgb(80,124,249); }
td.TdClassName
{
border-color: #507CF9;
}
.TagClassName
{
border-color: #507CF9;
}
</style>