#515EE8

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

Shades of Royal Blue #515EE8

Tints of Royal Blue #515EE8

Color information

#515EE8 (or 0x515EE8) is unknown color: approx Royal Blue. HEX triplet: 51, 5E and E8. RGB value is (81,94,232). Sum of RGB (Red+Green+Blue) = 81+94+232=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #515EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EE8 is #AEA117. Grayscale: #696969. Windows color (decimal): -11444504 or 15228497. OLE color: 15228497.

HSL color Cylindrical-coordinate representation of color #515EE8: hue angle of 234.83º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #515EE8 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8194232-
CMYK0.650.5900.09
HSL234.83º76.65%61.37%-
HSV(B)234.83º65.09%90.98%-
XYZ21.9615.5878.19-
YUV105.84199.19110.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 232 (91.02% from 255) = 57.00%
R=19.90%
G=23.10%
B=57.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81942320.650.5900.09234.8376.6561.37
Hex515EE8413B09eb4d3d
Octal1211363501017301135311575
Binary1010001101111011101000100000111101101001111010111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515EE8; }

 p { color: rgb(81,94,232); }

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

<style>
 a { background-color: #515EE8; }

 a { background-color: rgb(81,94,232); }

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

<style>
 span { border-color: #515EE8; }

 span { border-color: rgb(81,94,232); }

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