COLOR #505FE2

HEX: #505FE2
RGB: (80,95,226)

Color info

#505FE2 contains mainly blue color. Web safe color of #505FE2 is #6666CC (or #66C).

RGB color model

#505FE2 color RGB value is (80,95,226).

  • red value is 80;
  • green value is 95;
  • blue value is 226.
RGB:
(80,95,226)
(31%,37%,89%)

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 226 of 255 = 89%

80
95
226

R + G + B ~ 52%. #505FE2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 226 = 401 (100%)
R 80 of 401 ~ 19.95%
G 95 of 401 ~ 23.69%
B 226 of 401 ~ 56.36%

%19.95
%23.69
%56.36

CMYK color model

#505FE2 color CMYK value is (65,58,0,11).

  • cyan value is 64.60%
  • magenta value is 57.96%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(65,58,0,11)
C65M58Y0K11 
(65%,58%,0%,11%)
(0.65/0.58/0.00/0.11)	

CMYK percentages

%64.6
%57.96
%0
%11.37

Codes

Color #505FE2 in popluar color models

505FE2
RGB8095226
HSL234°71.57%60.00%
HSB/HSV234°64.60%88.63%
CMYK64.60%57.96%0.00%
11.37%

Color #505FE2 in popluar number systems.

HEX505FE2
Decimal8095226
Binary1010000101111111100010
Octal120137342

Shades and tints

Shades of #505FE2

#505FE2
(80,95,226)
#4957CE
(73,87,206)
#424FBA
(66,79,186)
#3B47A6
(59,71,166)
#343F92
(52,63,146)
#2D377E
(45,55,126)
#262F6A
(38,47,106)
#1F2756
(31,39,86)
#181F42
(24,31,66)
#11172E
(17,23,46)
#0A0F1A
(10,15,26)
#000000
(0,0,0)

Tints of #505FE2

#505FE2
(80,95,226)
#5F6DE4
(95,109,228)
#6E7BE6
(110,123,230)
#7D89E8
(125,137,232)
#8C97EA
(140,151,234)
#9BA5EC
(155,165,236)
#AAB3EE
(170,179,238)
#B9C1F0
(185,193,240)
#C8CFF2
(200,207,242)
#D7DDF4
(215,221,244)
#E6EBF6
(230,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505FE2 color. Also use rgb(80,95,226) instead hex code.

Text Font Color

.myTextColor { color: #505FE2; }

<p style="color:#505FE2">This sample text font color is #505FE2.</p>

This text font color is #505FE2.


Background Color

.myBgColor { background-color: #505FE2; }

<div style="background-color:#505FE2">Inner text</div>

This div background color is #505FE2.


Border color

.myBorderColor { border: 1px solid #505FE2; }

<div style="border:3px solid #505FE2">Div</div>

This div border color is #505FE2.


Opacity

.myOpacity80 { color: #505FE2; opacity: 0.8; }

<p style="color:#505FE2;opacity:0.8;">80%</p>

Text with #505FE2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #505FE2;}

<p style="text-shadow: 3px 3px 1px #505FE2">Text here.</p>

This text has shadow with #505FE2 color.

.textShadow {text-shadow: 3px 3px 1px #505FE2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #505FE2, 5px 5px 20px red">Text here.</p>

This text has shadow with #505FE2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#505FE2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#505FE2, Direction=45, Strength=4)">Text</p>

This text has shadow with #505FE2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #505FE2;
  -webkit-box-shadow:	1px 1px 3px 2px #505FE2;
  box-shadow:		1px 1px 3px 2px #505FE2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #505FE2;
-webkit-box-shadow: 1px 1px 3px 2px #505FE2;
box-shadow:1px 1px 3px 2px #505FE2;">
Div content here</div>
This div box has shadow with color #505FE2.

Preview

Color preview on black background

This text has color #505FE2 on black background.


Color preview on white background

This text has color #505FE2 on white background.



Black color preview on #505FE2 background

This text has black color on #505FE2 background.


White color preview on #505FE2 background

This text has white color on #505FE2 background.