Shades of Royal Blue #517FE4
Tints of Royal Blue #517FE4
RGB
CMYK
RGB Variations
Color information
#517FE4 (or 0x517FE4) is known color: Royal Blue. HEX triplet: 51, 7F and E4. RGB value is (81,127,228). Sum of RGB (Red+Green+Blue) = 81+127+228=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #517FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FE4 is #AE801B. Grayscale: #7C7C7C. Windows color (decimal): -11436060 or 14974801. OLE color: 14974801.
HSL color Cylindrical-coordinate representation of color #517FE4: hue angle of 221.22º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517FE4 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 127 | 228 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.11 |
| HSL | 221.22º | 0.73% | 0.61% | - |
| HSV(B) | 221.22º | 0.64% | 0.89% | - |
| XYZ | 24.99 | 22.53 | 76.43 | - |
| YUV | 124.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 228 | 0.64 | 0.44 | 0 | 0.11 | 221.22 | 0.73 | 0.61 |
| Hex | 51 | 7F | E4 | 40 | 2C | 0 | B | DD | 49 | 3D |
| Octal | 121 | 177 | 344 | 100 | 54 | 0 | 13 | 335 | 111 | 75 |
| Binary | 1010001 | 1111111 | 11100100 | 1000000 | 101100 | 0 | 1011 | 11011101 | 1001001 | 111101 |
Color Harmonies of #517FE4
Complementary color
Monochromatic Colors of #517FE4
Black with #517FE4
Text Example
Text Example
White with #517FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FE4; }
p { color: rgb(81,127,228); }
H1.HeaderClassName
{
color: #517FE4;
}
.AnyTagClassName
{
color: #517FE4;
}
</style>
background-color css
<style>
a { background-color: #517FE4; }
a { background-color: rgb(81,127,228); }
div.DivClassName
{
background-color: #517FE4;
}
.BgClassName
{
background-color: #517FE4;
}
</style>
border-color css
<style>
span { border-color: #517FE4; }
span { border-color: rgb(81,127,228); }
td.TdClassName
{
border-color: #517FE4;
}
.TagClassName
{
border-color: #517FE4;
}
</style>