#505BE2

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

Shades of Royal Blue #505BE2

Tints of Royal Blue #505BE2

Color information

#505BE2 (or 0x505BE2) is unknown color: approx Royal Blue. HEX triplet: 50, 5B and E2. RGB value is (80,91,226). Sum of RGB (Red+Green+Blue) = 80+91+226=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 226 (88.67% from 255 or 56.93% from 397); Max value from RGB is 226 - color contains mainly: blue. Hex color #505BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BE2 is #AFA41D. Grayscale: #666666. Windows color (decimal): -11510814 or 14834512. OLE color: 14834512.

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

Color convert

RGB8091226-
CMYK0.650.6000.11
HSL235.48º71.57%60%-
HSV(B)235.48º64.6%88.63%-
XYZ20.7814.6873.69-
YUV103.1197.36111.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 226 (88.67% from 255) = 56.93%
R=20.15%
G=22.92%
B=56.93%

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
Decimal80912260.650.6000.11235.4871.5760
Hex505BE2413C0Beb483c
Octal1201333421017401335311074
Binary1010000101101111100010100000111110001011111010111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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