Shades of Royal Blue #517AF1
Tints of Royal Blue #517AF1
RGB
CMYK
RGB Variations
Color information
#517AF1 (or 0x517AF1) is known color: Royal Blue. HEX triplet: 51, 7A and F1. RGB value is (81,122,241). Sum of RGB (Red+Green+Blue) = 81+122+241=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #517AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AF1 is #AE850E. Grayscale: #7A7A7A. Windows color (decimal): -11437327 or 15825489. OLE color: 15825489.
HSL color Cylindrical-coordinate representation of color #517AF1: hue angle of 224.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517AF1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 122 | 241 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.05 |
| HSL | 224.63º | 0.85% | 0.63% | - |
| HSV(B) | 224.63º | 0.66% | 0.95% | - |
| XYZ | 26.23 | 22.02 | 86.09 | - |
| YUV | 123.31 | 194.42 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 241 | 0.66 | 0.49 | 0 | 0.05 | 224.63 | 0.85 | 0.63 |
| Hex | 51 | 7A | F1 | 42 | 31 | 0 | 5 | E1 | 55 | 3F |
| Octal | 121 | 172 | 361 | 102 | 61 | 0 | 5 | 341 | 125 | 77 |
| Binary | 1010001 | 1111010 | 11110001 | 1000010 | 110001 | 0 | 101 | 11100001 | 1010101 | 111111 |
Color Harmonies of #517AF1
Complementary color
Monochromatic Colors of #517AF1
Black with #517AF1
Text Example
Text Example
White with #517AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AF1; }
p { color: rgb(81,122,241); }
H1.HeaderClassName
{
color: #517AF1;
}
.AnyTagClassName
{
color: #517AF1;
}
</style>
background-color css
<style>
a { background-color: #517AF1; }
a { background-color: rgb(81,122,241); }
div.DivClassName
{
background-color: #517AF1;
}
.BgClassName
{
background-color: #517AF1;
}
</style>
border-color css
<style>
span { border-color: #517AF1; }
span { border-color: rgb(81,122,241); }
td.TdClassName
{
border-color: #517AF1;
}
.TagClassName
{
border-color: #517AF1;
}
</style>