Shades of Royal Blue #516AF1
Tints of Royal Blue #516AF1
RGB
CMYK
RGB Variations
Color information
#516AF1 (or 0x516AF1) is known color: Royal Blue. HEX triplet: 51, 6A and F1. RGB value is (81,106,241). Sum of RGB (Red+Green+Blue) = 81+106+241=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #516AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516AF1 is #AE950E. Grayscale: #717171. Windows color (decimal): -11441423 or 15821393. OLE color: 15821393.
HSL color Cylindrical-coordinate representation of color #516AF1: hue angle of 230.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516AF1 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 106 | 241 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.05 |
| HSL | 230.63º | 0.85% | 0.63% | - |
| HSV(B) | 230.63º | 0.66% | 0.95% | - |
| XYZ | 24.42 | 18.41 | 85.48 | - |
| YUV | 113.92 | 199.72 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 241 | 0.66 | 0.56 | 0 | 0.05 | 230.63 | 0.85 | 0.63 |
| Hex | 51 | 6A | F1 | 42 | 38 | 0 | 5 | E7 | 55 | 3F |
| Octal | 121 | 152 | 361 | 102 | 70 | 0 | 5 | 347 | 125 | 77 |
| Binary | 1010001 | 1101010 | 11110001 | 1000010 | 111000 | 0 | 101 | 11100111 | 1010101 | 111111 |
Color Harmonies of #516AF1
Complementary color
Monochromatic Colors of #516AF1
Black with #516AF1
Text Example
Text Example
White with #516AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AF1; }
p { color: rgb(81,106,241); }
H1.HeaderClassName
{
color: #516AF1;
}
.AnyTagClassName
{
color: #516AF1;
}
</style>
background-color css
<style>
a { background-color: #516AF1; }
a { background-color: rgb(81,106,241); }
div.DivClassName
{
background-color: #516AF1;
}
.BgClassName
{
background-color: #516AF1;
}
</style>
border-color css
<style>
span { border-color: #516AF1; }
span { border-color: rgb(81,106,241); }
td.TdClassName
{
border-color: #516AF1;
}
.TagClassName
{
border-color: #516AF1;
}
</style>