COLOR #5050E8

HEX: #5050E8
RGB: (80,80,232)

Color info

#5050E8 contains mainly blue color. Web safe color of #5050E8 is #6666FF (or #66F).

RGB color model

#5050E8 color RGB value is (80,80,232).

  • red value is 80;
  • green value is 80;
  • blue value is 232.
RGB:
(80,80,232)
(31%,31%,91%)

RGB channels and saturation

R 80 of 255 = 31%
G 80 of 255 = 31%
B 232 of 255 = 91%

80
80
232

R + G + B ~ 51%. #5050E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 232 = 392 (100%)
R 80 of 392 ~ 20.41%
G 80 of 392 ~ 20.41%
B 232 of 392 ~ 59.18%

%20.41
%20.41
%59.18

CMYK color model

#5050E8 color CMYK value is (66,66,0,9).

  • cyan value is 65.52%
  • magenta value is 65.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(66,66,0,9)
C66M66Y0K9 
(66%,66%,0%,9%)
(0.66/0.66/0.00/0.09)	

CMYK percentages

%65.52
%65.52
%0
%9.02

Codes

Color #5050E8 in popluar color models

5050E8
RGB8080232
HSL240°76.77%61.18%
HSB/HSV240°65.52%90.98%
CMYK65.52%65.52%0.00%
9.02%

Color #5050E8 in popluar number systems.

HEX5050E8
Decimal8080232
Binary1010000101000011101000
Octal120120350

Shades and tints

Shades of #5050E8

#5050E8
(80,80,232)
#4949D3
(73,73,211)
#4242BE
(66,66,190)
#3B3BA9
(59,59,169)
#343494
(52,52,148)
#2D2D7F
(45,45,127)
#26266A
(38,38,106)
#1F1F55
(31,31,85)
#181840
(24,24,64)
#11112B
(17,17,43)
#0A0A16
(10,10,22)
#000000
(0,0,0)

Tints of #5050E8

#5050E8
(80,80,232)
#5F5FEA
(95,95,234)
#6E6EEC
(110,110,236)
#7D7DEE
(125,125,238)
#8C8CF0
(140,140,240)
#9B9BF2
(155,155,242)
#AAAAF4
(170,170,244)
#B9B9F6
(185,185,246)
#C8C8F8
(200,200,248)
#D7D7FA
(215,215,250)
#E6E6FC
(230,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5050E8 color. Also use rgb(80,80,232) instead hex code.

Text Font Color

.myTextColor { color: #5050E8; }

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

This text font color is #5050E8.


Background Color

.myBgColor { background-color: #5050E8; }

<div style="background-color:#5050E8">Inner text</div>

This div background color is #5050E8.


Border color

.myBorderColor { border: 1px solid #5050E8; }

<div style="border:3px solid #5050E8">Div</div>

This div border color is #5050E8.


Opacity

.myOpacity80 { color: #5050E8; opacity: 0.8; }

<p style="color:#5050E8;opacity:0.8;">80%</p>

Text with #5050E8 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 #5050E8;}

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

This text has shadow with #5050E8 color.

.textShadow {text-shadow: 3px 3px 1px #5050E8, 3px 3px 1px red;}

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

This text has shadow with #5050E8 primary color and red secondary color.


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

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

This text has shadow with #5050E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5050E8 on black background.


Color preview on white background

This text has color #5050E8 on white background.



Black color preview on #5050E8 background

This text has black color on #5050E8 background.


White color preview on #5050E8 background

This text has white color on #5050E8 background.