#515EDC

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

Shades of Royal Blue #515EDC

Tints of Royal Blue #515EDC

Color information

#515EDC (or 0x515EDC) is unknown color: approx Royal Blue. HEX triplet: 51, 5E and DC. RGB value is (81,94,220). Sum of RGB (Red+Green+Blue) = 81+94+220=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #515EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EDC is #AEA123. Grayscale: #676767. Windows color (decimal): -11444516 or 14442065. OLE color: 14442065.

HSL color Cylindrical-coordinate representation of color #515EDC: hue angle of 234.39º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515EDC is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8194220-
CMYK0.630.5700.14
HSL234.39º66.51%59.02%-
HSV(B)234.39º63.18%86.27%-
XYZ20.3114.9269.52-
YUV104.48193.19111.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.51%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 220 (86.33% from 255) = 55.70%
R=20.51%
G=23.80%
B=55.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81942200.630.5700.14234.3966.5159.02
Hex515EDC3F390Eea433b
Octal121136334777101635210373
Binary101000110111101101110011111111100101110111010101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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