Shades of Royal Blue #516EFB
Tints of Royal Blue #516EFB
RGB
CMYK
RGB Variations
Color information
#516EFB (or 0x516EFB) is known color: Royal Blue. HEX triplet: 51, 6E and FB. RGB value is (81,110,251). Sum of RGB (Red+Green+Blue) = 81+110+251=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #516EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EFB is #AE9104. Grayscale: #747474. Windows color (decimal): -11440389 or 16477777. OLE color: 16477777.
HSL color Cylindrical-coordinate representation of color #516EFB: hue angle of 229.76º degrees, saturation: 0.96, 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 #516EFB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 110 | 251 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.02 |
| HSL | 229.76º | 0.96% | 0.65% | - |
| HSV(B) | 229.76º | 0.68% | 0.98% | - |
| XYZ | 26.38 | 19.87 | 93.71 | - |
| YUV | 117.4 | 203.39 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 251 | 0.68 | 0.56 | 0 | 0.02 | 229.76 | 0.96 | 0.65 |
| Hex | 51 | 6E | FB | 44 | 38 | 0 | 2 | E6 | 60 | 41 |
| Octal | 121 | 156 | 373 | 104 | 70 | 0 | 2 | 346 | 140 | 101 |
| Binary | 1010001 | 1101110 | 11111011 | 1000100 | 111000 | 0 | 10 | 11100110 | 1100000 | 1000001 |
Color Harmonies of #516EFB
Complementary color
Monochromatic Colors of #516EFB
Black with #516EFB
Text Example
Text Example
White with #516EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EFB; }
p { color: rgb(81,110,251); }
H1.HeaderClassName
{
color: #516EFB;
}
.AnyTagClassName
{
color: #516EFB;
}
</style>
background-color css
<style>
a { background-color: #516EFB; }
a { background-color: rgb(81,110,251); }
div.DivClassName
{
background-color: #516EFB;
}
.BgClassName
{
background-color: #516EFB;
}
</style>
border-color css
<style>
span { border-color: #516EFB; }
span { border-color: rgb(81,110,251); }
td.TdClassName
{
border-color: #516EFB;
}
.TagClassName
{
border-color: #516EFB;
}
</style>