Shades of Royal Blue #516BFA
Tints of Royal Blue #516BFA
RGB
CMYK
RGB Variations
Color information
#516BFA (or 0x516BFA) is known color: Royal Blue. HEX triplet: 51, 6B and FA. RGB value is (81,107,250). Sum of RGB (Red+Green+Blue) = 81+107+250=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #516BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BFA is #AE9405. Grayscale: #727272. Windows color (decimal): -11441158 or 16411473. OLE color: 16411473.
HSL color Cylindrical-coordinate representation of color #516BFA: hue angle of 230.77º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516BFA is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 107 | 250 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.02 |
| HSL | 230.77º | 0.94% | 0.65% | - |
| HSV(B) | 230.77º | 0.68% | 0.98% | - |
| XYZ | 25.91 | 19.17 | 92.78 | - |
| YUV | 115.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 250 | 0.68 | 0.57 | 0 | 0.02 | 230.77 | 0.94 | 0.65 |
| Hex | 51 | 6B | FA | 44 | 39 | 0 | 2 | E7 | 5E | 41 |
| Octal | 121 | 153 | 372 | 104 | 71 | 0 | 2 | 347 | 136 | 101 |
| Binary | 1010001 | 1101011 | 11111010 | 1000100 | 111001 | 0 | 10 | 11100111 | 1011110 | 1000001 |
Color Harmonies of #516BFA
Complementary color
Monochromatic Colors of #516BFA
Black with #516BFA
Text Example
Text Example
White with #516BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BFA; }
p { color: rgb(81,107,250); }
H1.HeaderClassName
{
color: #516BFA;
}
.AnyTagClassName
{
color: #516BFA;
}
</style>
background-color css
<style>
a { background-color: #516BFA; }
a { background-color: rgb(81,107,250); }
div.DivClassName
{
background-color: #516BFA;
}
.BgClassName
{
background-color: #516BFA;
}
</style>
border-color css
<style>
span { border-color: #516BFA; }
span { border-color: rgb(81,107,250); }
td.TdClassName
{
border-color: #516BFA;
}
.TagClassName
{
border-color: #516BFA;
}
</style>