Shades of Royal Blue #517AFC
Tints of Royal Blue #517AFC
RGB
CMYK
RGB Variations
Color information
#517AFC (or 0x517AFC) is known color: Royal Blue. HEX triplet: 51, 7A and FC. RGB value is (81,122,252). Sum of RGB (Red+Green+Blue) = 81+122+252=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #517AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AFC is #AE8503. Grayscale: #7B7B7B. Windows color (decimal): -11437316 or 16546385. OLE color: 16546385.
HSL color Cylindrical-coordinate representation of color #517AFC: hue angle of 225.61º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517AFC is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 122 | 252 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.01 |
| HSL | 225.61º | 0.97% | 0.65% | - |
| HSV(B) | 225.61º | 0.68% | 0.99% | - |
| XYZ | 27.92 | 22.7 | 95 | - |
| YUV | 124.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 252 | 0.68 | 0.52 | 0 | 0.01 | 225.61 | 0.97 | 0.65 |
| Hex | 51 | 7A | FC | 44 | 34 | 0 | 1 | E2 | 61 | 41 |
| Octal | 121 | 172 | 374 | 104 | 64 | 0 | 1 | 342 | 141 | 101 |
| Binary | 1010001 | 1111010 | 11111100 | 1000100 | 110100 | 0 | 1 | 11100010 | 1100001 | 1000001 |
Color Harmonies of #517AFC
Complementary color
Monochromatic Colors of #517AFC
Black with #517AFC
Text Example
Text Example
White with #517AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AFC; }
p { color: rgb(81,122,252); }
H1.HeaderClassName
{
color: #517AFC;
}
.AnyTagClassName
{
color: #517AFC;
}
</style>
background-color css
<style>
a { background-color: #517AFC; }
a { background-color: rgb(81,122,252); }
div.DivClassName
{
background-color: #517AFC;
}
.BgClassName
{
background-color: #517AFC;
}
</style>
border-color css
<style>
span { border-color: #517AFC; }
span { border-color: rgb(81,122,252); }
td.TdClassName
{
border-color: #517AFC;
}
.TagClassName
{
border-color: #517AFC;
}
</style>