COLOR #5054E8

HEX: #5054E8
RGB: (80,84,232)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
84
232

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 232 = 396 (100%)
R 80 of 396 ~ 20.2%
G 84 of 396 ~ 21.21%
B 232 of 396 ~ 58.59%

%20.2
%21.21
%58.59

CMYK color model

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

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

CMYK percentages

%65.52
%63.79
%0
%9.02

Codes

Color #5054E8 in popluar color models

5054E8
RGB8084232
HSL238°76.77%61.18%
HSB/HSV238°65.52%90.98%
CMYK65.52%63.79%0.00%
9.02%

Color #5054E8 in popluar number systems.

HEX5054E8
Decimal8084232
Binary1010000101010011101000
Octal120124350

Shades and tints

Shades of #5054E8

#5054E8
(80,84,232)
#494DD3
(73,77,211)
#4246BE
(66,70,190)
#3B3FA9
(59,63,169)
#343894
(52,56,148)
#2D317F
(45,49,127)
#262A6A
(38,42,106)
#1F2355
(31,35,85)
#181C40
(24,28,64)
#11152B
(17,21,43)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #5054E8

#5054E8
(80,84,232)
#5F63EA
(95,99,234)
#6E72EC
(110,114,236)
#7D81EE
(125,129,238)
#8C90F0
(140,144,240)
#9B9FF2
(155,159,242)
#AAAEF4
(170,174,244)
#B9BDF6
(185,189,246)
#C8CCF8
(200,204,248)
#D7DBFA
(215,219,250)
#E6EAFC
(230,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5054E8; }

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

This text font color is #5054E8.


Background Color

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

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

This div background color is #5054E8.


Border color

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

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

This div border color is #5054E8.


Opacity

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

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

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

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

This text has shadow with #5054E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5054E8 on black background.


Color preview on white background

This text has color #5054E8 on white background.



Black color preview on #5054E8 background

This text has black color on #5054E8 background.


White color preview on #5054E8 background

This text has white color on #5054E8 background.