Shades of Royal Blue #516BED
Tints of Royal Blue #516BED
RGB
CMYK
RGB Variations
Color information
#516BED (or 0x516BED) is known color: Royal Blue. HEX triplet: 51, 6B and ED. RGB value is (81,107,237). Sum of RGB (Red+Green+Blue) = 81+107+237=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #516BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BED is #AE9412. Grayscale: #717171. Windows color (decimal): -11441171 or 15559505. OLE color: 15559505.
HSL color Cylindrical-coordinate representation of color #516BED: hue angle of 230º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516BED is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 107 | 237 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.07 |
| HSL | 230º | 0.81% | 0.62% | - |
| HSV(B) | 230º | 0.66% | 0.93% | - |
| XYZ | 23.94 | 18.38 | 82.41 | - |
| YUV | 114.05 | 197.39 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 237 | 0.66 | 0.55 | 0 | 0.07 | 230 | 0.81 | 0.62 |
| Hex | 51 | 6B | ED | 42 | 37 | 0 | 7 | E6 | 51 | 3E |
| Octal | 121 | 153 | 355 | 102 | 67 | 0 | 7 | 346 | 121 | 76 |
| Binary | 1010001 | 1101011 | 11101101 | 1000010 | 110111 | 0 | 111 | 11100110 | 1010001 | 111110 |
Color Harmonies of #516BED
Complementary color
Monochromatic Colors of #516BED
Black with #516BED
Text Example
Text Example
White with #516BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BED; }
p { color: rgb(81,107,237); }
H1.HeaderClassName
{
color: #516BED;
}
.AnyTagClassName
{
color: #516BED;
}
</style>
background-color css
<style>
a { background-color: #516BED; }
a { background-color: rgb(81,107,237); }
div.DivClassName
{
background-color: #516BED;
}
.BgClassName
{
background-color: #516BED;
}
</style>
border-color css
<style>
span { border-color: #516BED; }
span { border-color: rgb(81,107,237); }
td.TdClassName
{
border-color: #516BED;
}
.TagClassName
{
border-color: #516BED;
}
</style>