#516EED

Color #516EED Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #516EED

Tints of Royal Blue #516EED

Color information

#516EED (or 0x516EED) is unknown color: approx Royal Blue. HEX triplet: 51, 6E and ED. RGB value is (81,110,237). Sum of RGB (Red+Green+Blue) = 81+110+237=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #516EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EED is #AE9112. Grayscale: #737373. Windows color (decimal): -11440403 or 15560273. OLE color: 15560273.

HSL color Cylindrical-coordinate representation of color #516EED: hue angle of 228.85º 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 #516EED is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81110237-
CMYK0.660.5400.07
HSL228.85º81.25%62.35%-
HSV(B)228.85º65.82%92.94%-
XYZ24.2619.0282.51-
YUV115.81196.39103.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=18.93%
G=25.70%
B=55.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811102370.660.5400.07228.8581.2562.35
Hex516EED423607e5513e
Octal121156355102660734512176
Binary101000111011101110110110000101101100111111001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516EED; }

 p { color: rgb(81,110,237); }

 H1.HeaderClassName
 {
   color: #516EED;
 }
 .AnyTagClassName
 {
   color: #516EED;
 }
</style>
background-color css

<style>
 a { background-color: #516EED; }

 a { background-color: rgb(81,110,237); }

 div.DivClassName
 {
   background-color: #516EED;
 }
 .BgClassName
 {
   background-color: #516EED;
 }
</style>
border-color css

<style>
 span { border-color: #516EED; }

 span { border-color: rgb(81,110,237); }

 td.TdClassName
 {
   border-color: #516EED;
 }
 .TagClassName
 {
   border-color: #516EED;
 }
</style>