Shades of Royal Blue #517FDE
Tints of Royal Blue #517FDE
RGB
CMYK
RGB Variations
Color information
#517FDE (or 0x517FDE) is known color: Royal Blue. HEX triplet: 51, 7F and DE. RGB value is (81,127,222). Sum of RGB (Red+Green+Blue) = 81+127+222=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #517FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FDE is #AE8021. Grayscale: #7B7B7B. Windows color (decimal): -11436066 or 14581585. OLE color: 14581585.
HSL color Cylindrical-coordinate representation of color #517FDE: hue angle of 220.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517FDE is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 127 | 222 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.13 |
| HSL | 220.43º | 0.68% | 0.59% | - |
| HSV(B) | 220.43º | 0.64% | 0.87% | - |
| XYZ | 24.17 | 22.2 | 72.12 | - |
| YUV | 124.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 222 | 0.64 | 0.43 | 0 | 0.13 | 220.43 | 0.68 | 0.59 |
| Hex | 51 | 7F | DE | 40 | 2B | 0 | D | DC | 44 | 3B |
| Octal | 121 | 177 | 336 | 100 | 53 | 0 | 15 | 334 | 104 | 73 |
| Binary | 1010001 | 1111111 | 11011110 | 1000000 | 101011 | 0 | 1101 | 11011100 | 1000100 | 111011 |
Color Harmonies of #517FDE
Complementary color
Monochromatic Colors of #517FDE
Black with #517FDE
Text Example
Text Example
White with #517FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FDE; }
p { color: rgb(81,127,222); }
H1.HeaderClassName
{
color: #517FDE;
}
.AnyTagClassName
{
color: #517FDE;
}
</style>
background-color css
<style>
a { background-color: #517FDE; }
a { background-color: rgb(81,127,222); }
div.DivClassName
{
background-color: #517FDE;
}
.BgClassName
{
background-color: #517FDE;
}
</style>
border-color css
<style>
span { border-color: #517FDE; }
span { border-color: rgb(81,127,222); }
td.TdClassName
{
border-color: #517FDE;
}
.TagClassName
{
border-color: #517FDE;
}
</style>