Shades of Royal Blue #517FE2
Tints of Royal Blue #517FE2
RGB
CMYK
RGB Variations
Color information
#517FE2 (or 0x517FE2) is known color: Royal Blue. HEX triplet: 51, 7F and E2. RGB value is (81,127,226). Sum of RGB (Red+Green+Blue) = 81+127+226=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #517FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FE2 is #AE801D. Grayscale: #7C7C7C. Windows color (decimal): -11436062 or 14843729. OLE color: 14843729.
HSL color Cylindrical-coordinate representation of color #517FE2: hue angle of 220.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517FE2 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 127 | 226 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.11 |
| HSL | 220.97º | 0.71% | 0.6% | - |
| HSV(B) | 220.97º | 0.64% | 0.89% | - |
| XYZ | 24.71 | 22.42 | 74.98 | - |
| YUV | 124.53 | 185.26 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 226 | 0.64 | 0.44 | 0 | 0.11 | 220.97 | 0.71 | 0.6 |
| Hex | 51 | 7F | E2 | 40 | 2C | 0 | B | DD | 47 | 3C |
| Octal | 121 | 177 | 342 | 100 | 54 | 0 | 13 | 335 | 107 | 74 |
| Binary | 1010001 | 1111111 | 11100010 | 1000000 | 101100 | 0 | 1011 | 11011101 | 1000111 | 111100 |
Color Harmonies of #517FE2
Complementary color
Monochromatic Colors of #517FE2
Black with #517FE2
Text Example
Text Example
White with #517FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FE2; }
p { color: rgb(81,127,226); }
H1.HeaderClassName
{
color: #517FE2;
}
.AnyTagClassName
{
color: #517FE2;
}
</style>
background-color css
<style>
a { background-color: #517FE2; }
a { background-color: rgb(81,127,226); }
div.DivClassName
{
background-color: #517FE2;
}
.BgClassName
{
background-color: #517FE2;
}
</style>
border-color css
<style>
span { border-color: #517FE2; }
span { border-color: rgb(81,127,226); }
td.TdClassName
{
border-color: #517FE2;
}
.TagClassName
{
border-color: #517FE2;
}
</style>