Shades of Royal Blue #516CF9
Tints of Royal Blue #516CF9
RGB
CMYK
RGB Variations
Color information
#516CF9 (or 0x516CF9) is known color: Royal Blue. HEX triplet: 51, 6C and F9. RGB value is (81,108,249). Sum of RGB (Red+Green+Blue) = 81+108+249=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #516CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CF9 is #AE9306. Grayscale: #737373. Windows color (decimal): -11440903 or 16346193. OLE color: 16346193.
HSL color Cylindrical-coordinate representation of color #516CF9: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516CF9 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 108 | 249 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.02 |
| HSL | 230.36º | 0.93% | 0.65% | - |
| HSV(B) | 230.36º | 0.67% | 0.98% | - |
| XYZ | 25.85 | 19.31 | 91.99 | - |
| YUV | 116 | 203.05 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 249 | 0.67 | 0.57 | 0 | 0.02 | 230.36 | 0.93 | 0.65 |
| Hex | 51 | 6C | F9 | 43 | 39 | 0 | 2 | E6 | 5D | 41 |
| Octal | 121 | 154 | 371 | 103 | 71 | 0 | 2 | 346 | 135 | 101 |
| Binary | 1010001 | 1101100 | 11111001 | 1000011 | 111001 | 0 | 10 | 11100110 | 1011101 | 1000001 |
Color Harmonies of #516CF9
Complementary color
Monochromatic Colors of #516CF9
Black with #516CF9
Text Example
Text Example
White with #516CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CF9; }
p { color: rgb(81,108,249); }
H1.HeaderClassName
{
color: #516CF9;
}
.AnyTagClassName
{
color: #516CF9;
}
</style>
background-color css
<style>
a { background-color: #516CF9; }
a { background-color: rgb(81,108,249); }
div.DivClassName
{
background-color: #516CF9;
}
.BgClassName
{
background-color: #516CF9;
}
</style>
border-color css
<style>
span { border-color: #516CF9; }
span { border-color: rgb(81,108,249); }
td.TdClassName
{
border-color: #516CF9;
}
.TagClassName
{
border-color: #516CF9;
}
</style>