Shades of Royal Blue #507DF4
Tints of Royal Blue #507DF4
RGB
CMYK
RGB Variations
Color information
#507DF4 (or 0x507DF4) is known color: Royal Blue. HEX triplet: 50, 7D and F4. RGB value is (80,125,244). Sum of RGB (Red+Green+Blue) = 80+125+244=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #507DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DF4 is #AF820B. Grayscale: #7C7C7C. Windows color (decimal): -11502092 or 16022864. OLE color: 16022864.
HSL color Cylindrical-coordinate representation of color #507DF4: hue angle of 223.54º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507DF4 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 125 | 244 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.04 |
| HSL | 223.54º | 0.88% | 0.64% | - |
| HSV(B) | 223.54º | 0.67% | 0.96% | - |
| XYZ | 26.97 | 22.9 | 88.59 | - |
| YUV | 125.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 244 | 0.67 | 0.49 | 0 | 0.04 | 223.54 | 0.88 | 0.64 |
| Hex | 50 | 7D | F4 | 43 | 31 | 0 | 4 | E0 | 58 | 40 |
| Octal | 120 | 175 | 364 | 103 | 61 | 0 | 4 | 340 | 130 | 100 |
| Binary | 1010000 | 1111101 | 11110100 | 1000011 | 110001 | 0 | 100 | 11100000 | 1011000 | 1000000 |
Color Harmonies of #507DF4
Complementary color
Monochromatic Colors of #507DF4
Black with #507DF4
Text Example
Text Example
White with #507DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DF4; }
p { color: rgb(80,125,244); }
H1.HeaderClassName
{
color: #507DF4;
}
.AnyTagClassName
{
color: #507DF4;
}
</style>
background-color css
<style>
a { background-color: #507DF4; }
a { background-color: rgb(80,125,244); }
div.DivClassName
{
background-color: #507DF4;
}
.BgClassName
{
background-color: #507DF4;
}
</style>
border-color css
<style>
span { border-color: #507DF4; }
span { border-color: rgb(80,125,244); }
td.TdClassName
{
border-color: #507DF4;
}
.TagClassName
{
border-color: #507DF4;
}
</style>