Shades of Royal Blue #517AF5
Tints of Royal Blue #517AF5
RGB
CMYK
RGB Variations
Color information
#517AF5 (or 0x517AF5) is known color: Royal Blue. HEX triplet: 51, 7A and F5. RGB value is (81,122,245). Sum of RGB (Red+Green+Blue) = 81+122+245=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #517AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AF5 is #AE850A. Grayscale: #7B7B7B. Windows color (decimal): -11437323 or 16087633. OLE color: 16087633.
HSL color Cylindrical-coordinate representation of color #517AF5: hue angle of 225º degrees, saturation: 0.89, 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 #517AF5 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 122 | 245 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.04 |
| HSL | 225º | 0.89% | 0.64% | - |
| HSV(B) | 225º | 0.67% | 0.96% | - |
| XYZ | 26.83 | 22.26 | 89.27 | - |
| YUV | 123.76 | 196.42 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 245 | 0.67 | 0.50 | 0 | 0.04 | 225 | 0.89 | 0.64 |
| Hex | 51 | 7A | F5 | 43 | 32 | 0 | 4 | E1 | 59 | 40 |
| Octal | 121 | 172 | 365 | 103 | 62 | 0 | 4 | 341 | 131 | 100 |
| Binary | 1010001 | 1111010 | 11110101 | 1000011 | 110010 | 0 | 100 | 11100001 | 1011001 | 1000000 |
Color Harmonies of #517AF5
Complementary color
Monochromatic Colors of #517AF5
Black with #517AF5
Text Example
Text Example
White with #517AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AF5; }
p { color: rgb(81,122,245); }
H1.HeaderClassName
{
color: #517AF5;
}
.AnyTagClassName
{
color: #517AF5;
}
</style>
background-color css
<style>
a { background-color: #517AF5; }
a { background-color: rgb(81,122,245); }
div.DivClassName
{
background-color: #517AF5;
}
.BgClassName
{
background-color: #517AF5;
}
</style>
border-color css
<style>
span { border-color: #517AF5; }
span { border-color: rgb(81,122,245); }
td.TdClassName
{
border-color: #517AF5;
}
.TagClassName
{
border-color: #517AF5;
}
</style>