Shades of Royal Blue #516FF8
Tints of Royal Blue #516FF8
RGB
CMYK
RGB Variations
Color information
#516FF8 (or 0x516FF8) is known color: Royal Blue. HEX triplet: 51, 6F and F8. RGB value is (81,111,248). Sum of RGB (Red+Green+Blue) = 81+111+248=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #516FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FF8 is #AE9007. Grayscale: #757575. Windows color (decimal): -11440136 or 16281425. OLE color: 16281425.
HSL color Cylindrical-coordinate representation of color #516FF8: hue angle of 229.22º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516FF8 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 111 | 248 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.03 |
| HSL | 229.22º | 0.92% | 0.65% | - |
| HSV(B) | 229.22º | 0.67% | 0.97% | - |
| XYZ | 26.02 | 19.9 | 91.28 | - |
| YUV | 117.65 | 201.56 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 248 | 0.67 | 0.55 | 0 | 0.03 | 229.22 | 0.92 | 0.65 |
| Hex | 51 | 6F | F8 | 43 | 37 | 0 | 3 | E5 | 5C | 41 |
| Octal | 121 | 157 | 370 | 103 | 67 | 0 | 3 | 345 | 134 | 101 |
| Binary | 1010001 | 1101111 | 11111000 | 1000011 | 110111 | 0 | 11 | 11100101 | 1011100 | 1000001 |
Color Harmonies of #516FF8
Complementary color
Monochromatic Colors of #516FF8
Black with #516FF8
Text Example
Text Example
White with #516FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FF8; }
p { color: rgb(81,111,248); }
H1.HeaderClassName
{
color: #516FF8;
}
.AnyTagClassName
{
color: #516FF8;
}
</style>
background-color css
<style>
a { background-color: #516FF8; }
a { background-color: rgb(81,111,248); }
div.DivClassName
{
background-color: #516FF8;
}
.BgClassName
{
background-color: #516FF8;
}
</style>
border-color css
<style>
span { border-color: #516FF8; }
span { border-color: rgb(81,111,248); }
td.TdClassName
{
border-color: #516FF8;
}
.TagClassName
{
border-color: #516FF8;
}
</style>