#515EDE

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

Shades of Royal Blue #515EDE

Tints of Royal Blue #515EDE

Color information

#515EDE (or 0x515EDE) is unknown color: approx Royal Blue. HEX triplet: 51, 5E and DE. RGB value is (81,94,222). Sum of RGB (Red+Green+Blue) = 81+94+222=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #515EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EDE is #AEA121. Grayscale: #686868. Windows color (decimal): -11444514 or 14573137. OLE color: 14573137.

HSL color Cylindrical-coordinate representation of color #515EDE: hue angle of 234.47º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515EDE is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8194222-
CMYK0.640.5800.13
HSL234.47º68.12%59.41%-
HSV(B)234.47º63.51%87.06%-
XYZ20.5815.0370.92-
YUV104.7194.19111.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 222 (87.11% from 255) = 55.92%
R=20.40%
G=23.68%
B=55.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81942220.640.5800.13234.4768.1259.41
Hex515EDE403A0Dea443b
Octal1211363361007201535210473
Binary1010001101111011011110100000011101001101111010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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