#505ae2

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

Shades of Royal Blue #505AE2

Tints of Royal Blue #505AE2

Color information

#505AE2 (or 0x505AE2) is unknown color: approx Royal Blue. HEX triplet: 50, 5A and E2. RGB value is (80,90,226). Sum of RGB (Red+Green+Blue) = 80+90+226=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 226 (88.67% from 255 or 57.07% from 396); Max value from RGB is 226 - color contains mainly: blue. Hex color #505AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AE2 is #AFA51D. Grayscale: #656565. Windows color (decimal): -11511070 or 14834256. OLE color: 14834256.

HSL color Cylindrical-coordinate representation of color #505AE2: hue angle of 235.89º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #505AE2 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8090226-
CMYK0.650.6000.11
HSL235.89º71.57%60%-
HSV(B)235.89º64.6%88.63%-
XYZ20.6914.5173.66-
YUV102.51197.69111.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.20%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 226 (88.67% from 255) = 57.07%
R=20.20%
G=22.73%
B=57.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80902260.650.6000.11235.8971.5760
Hex505AE2413C0Bec483c
Octal1201323421017401335411074
Binary1010000101101011100010100000111110001011111011001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505ae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,226); }

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

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

 a { background-color: rgb(80,90,226); }

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

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

 span { border-color: rgb(80,90,226); }

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