Shades of Royal Blue #517DF4
Tints of Royal Blue #517DF4
RGB
CMYK
RGB Variations
Color information
#517DF4 (or 0x517DF4) is known color: Royal Blue. HEX triplet: 51, 7D and F4. RGB value is (81,125,244). Sum of RGB (Red+Green+Blue) = 81+125+244=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #517DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517DF4 is #AE820B. Grayscale: #7C7C7C. Windows color (decimal): -11436556 or 16022865. OLE color: 16022865.
HSL color Cylindrical-coordinate representation of color #517DF4: hue angle of 223.8º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #517DF4 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 125 | 244 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.04 |
| HSL | 223.8º | 0.88% | 0.64% | - |
| HSV(B) | 223.8º | 0.67% | 0.96% | - |
| XYZ | 27.06 | 22.95 | 88.59 | - |
| YUV | 125.41 | 194.92 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 244 | 0.67 | 0.49 | 0 | 0.04 | 223.8 | 0.88 | 0.64 |
| Hex | 51 | 7D | F4 | 43 | 31 | 0 | 4 | E0 | 58 | 40 |
| Octal | 121 | 175 | 364 | 103 | 61 | 0 | 4 | 340 | 130 | 100 |
| Binary | 1010001 | 1111101 | 11110100 | 1000011 | 110001 | 0 | 100 | 11100000 | 1011000 | 1000000 |
Color Harmonies of #517DF4
Complementary color
Monochromatic Colors of #517DF4
Black with #517DF4
Text Example
Text Example
White with #517DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DF4; }
p { color: rgb(81,125,244); }
H1.HeaderClassName
{
color: #517DF4;
}
.AnyTagClassName
{
color: #517DF4;
}
</style>
background-color css
<style>
a { background-color: #517DF4; }
a { background-color: rgb(81,125,244); }
div.DivClassName
{
background-color: #517DF4;
}
.BgClassName
{
background-color: #517DF4;
}
</style>
border-color css
<style>
span { border-color: #517DF4; }
span { border-color: rgb(81,125,244); }
td.TdClassName
{
border-color: #517DF4;
}
.TagClassName
{
border-color: #517DF4;
}
</style>