Shades of Royal Blue #517AF7
Tints of Royal Blue #517AF7
RGB
CMYK
RGB Variations
Color information
#517AF7 (or 0x517AF7) is known color: Royal Blue. HEX triplet: 51, 7A and F7. RGB value is (81,122,247). Sum of RGB (Red+Green+Blue) = 81+122+247=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #517AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AF7 is #AE8508. Grayscale: #7B7B7B. Windows color (decimal): -11437321 or 16218705. OLE color: 16218705.
HSL color Cylindrical-coordinate representation of color #517AF7: hue angle of 225.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #517AF7 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 122 | 247 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.03 |
| HSL | 225.18º | 0.91% | 0.64% | - |
| HSV(B) | 225.18º | 0.67% | 0.97% | - |
| XYZ | 27.14 | 22.38 | 90.89 | - |
| YUV | 123.99 | 197.42 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 247 | 0.67 | 0.51 | 0 | 0.03 | 225.18 | 0.91 | 0.64 |
| Hex | 51 | 7A | F7 | 43 | 33 | 0 | 3 | E1 | 5B | 40 |
| Octal | 121 | 172 | 367 | 103 | 63 | 0 | 3 | 341 | 133 | 100 |
| Binary | 1010001 | 1111010 | 11110111 | 1000011 | 110011 | 0 | 11 | 11100001 | 1011011 | 1000000 |
Color Harmonies of #517AF7
Complementary color
Monochromatic Colors of #517AF7
Black with #517AF7
Text Example
Text Example
White with #517AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AF7; }
p { color: rgb(81,122,247); }
H1.HeaderClassName
{
color: #517AF7;
}
.AnyTagClassName
{
color: #517AF7;
}
</style>
background-color css
<style>
a { background-color: #517AF7; }
a { background-color: rgb(81,122,247); }
div.DivClassName
{
background-color: #517AF7;
}
.BgClassName
{
background-color: #517AF7;
}
</style>
border-color css
<style>
span { border-color: #517AF7; }
span { border-color: rgb(81,122,247); }
td.TdClassName
{
border-color: #517AF7;
}
.TagClassName
{
border-color: #517AF7;
}
</style>