#505EED

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

Shades of Royal Blue #505EED

Tints of Royal Blue #505EED

Color information

#505EED (or 0x505EED) is unknown color: approx Royal Blue. HEX triplet: 50, 5E and ED. RGB value is (80,94,237). Sum of RGB (Red+Green+Blue) = 80+94+237=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #505EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505EED is #AFA112. Grayscale: #696969. Windows color (decimal): -11510035 or 15556176. OLE color: 15556176.

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

Color convert

RGB8094237-
CMYK0.660.6000.07
HSL234.65º81.35%62.16%-
HSV(B)234.65º66.24%92.94%-
XYZ22.615.8381.98-
YUV106.12201.86109.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 237 (92.97% from 255) = 57.66%
R=19.46%
G=22.87%
B=57.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80942370.660.6000.07234.6581.3562.16
Hex505EED423C07eb513e
Octal120136355102740735312176
Binary101000010111101110110110000101111000111111010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,237); }

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

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

 a { background-color: rgb(80,94,237); }

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

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

 span { border-color: rgb(80,94,237); }

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