Shades of Royal Blue #517FE3
Tints of Royal Blue #517FE3
RGB
CMYK
RGB Variations
Color information
#517FE3 (or 0x517FE3) is known color: Royal Blue. HEX triplet: 51, 7F and E3. RGB value is (81,127,227). Sum of RGB (Red+Green+Blue) = 81+127+227=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 227 (89.06% from 255 or 52.18% from 435); Max value from RGB is 227 - color contains mainly: blue. Hex color #517FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FE3 is #AE801C. Grayscale: #7C7C7C. Windows color (decimal): -11436061 or 14909265. OLE color: 14909265.
HSL color Cylindrical-coordinate representation of color #517FE3: hue angle of 221.1º degrees, saturation: 0.72, 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 #517FE3 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 127 | 227 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.11 |
| HSL | 221.1º | 0.72% | 0.6% | - |
| HSV(B) | 221.1º | 0.64% | 0.89% | - |
| XYZ | 24.85 | 22.47 | 75.7 | - |
| YUV | 124.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 227 | 0.64 | 0.44 | 0 | 0.11 | 221.1 | 0.72 | 0.6 |
| Hex | 51 | 7F | E3 | 40 | 2C | 0 | B | DD | 48 | 3C |
| Octal | 121 | 177 | 343 | 100 | 54 | 0 | 13 | 335 | 110 | 74 |
| Binary | 1010001 | 1111111 | 11100011 | 1000000 | 101100 | 0 | 1011 | 11011101 | 1001000 | 111100 |
Color Harmonies of #517FE3
Complementary color
Monochromatic Colors of #517FE3
Black with #517FE3
Text Example
Text Example
White with #517FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FE3; }
p { color: rgb(81,127,227); }
H1.HeaderClassName
{
color: #517FE3;
}
.AnyTagClassName
{
color: #517FE3;
}
</style>
background-color css
<style>
a { background-color: #517FE3; }
a { background-color: rgb(81,127,227); }
div.DivClassName
{
background-color: #517FE3;
}
.BgClassName
{
background-color: #517FE3;
}
</style>
border-color css
<style>
span { border-color: #517FE3; }
span { border-color: rgb(81,127,227); }
td.TdClassName
{
border-color: #517FE3;
}
.TagClassName
{
border-color: #517FE3;
}
</style>