COLOR #5074E4

HEX: #5074E4
RGB: (80,116,228)

Color info

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

RGB color model

#5074E4 color RGB value is (80,116,228).

  • red value is 80;
  • green value is 116;
  • blue value is 228.
RGB:
(80,116,228)
(31%,45%,89%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 228 of 255 = 89%

80
116
228

R + G + B ~ 55%. #5074E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 228 = 424 (100%)
R 80 of 424 ~ 18.87%
G 116 of 424 ~ 27.36%
B 228 of 424 ~ 53.77%

%18.87
%27.36
%53.77

CMYK color model

#5074E4 color CMYK value is (65,49,0,11).

  • cyan value is 64.91%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(65,49,0,11)
C65M49Y0K11 
(65%,49%,0%,11%)
(0.65/0.49/0.00/0.11)	

CMYK percentages

%64.91
%49.12
%0
%10.59

Codes

Color #5074E4 in popluar color models

5074E4
RGB80116228
HSL225°73.27%60.39%
HSB/HSV225°64.91%89.41%
CMYK64.91%49.12%0.00%
10.59%

Color #5074E4 in popluar number systems.

HEX5074E4
Decimal80116228
Binary1010000111010011100100
Octal120164344

Shades and tints

Shades of #5074E4

#5074E4
(80,116,228)
#496AD0
(73,106,208)
#4260BC
(66,96,188)
#3B56A8
(59,86,168)
#344C94
(52,76,148)
#2D4280
(45,66,128)
#26386C
(38,56,108)
#1F2E58
(31,46,88)
#182444
(24,36,68)
#111A30
(17,26,48)
#0A101C
(10,16,28)
#000000
(0,0,0)

Tints of #5074E4

#5074E4
(80,116,228)
#5F80E6
(95,128,230)
#6E8CE8
(110,140,232)
#7D98EA
(125,152,234)
#8CA4EC
(140,164,236)
#9BB0EE
(155,176,238)
#AABCF0
(170,188,240)
#B9C8F2
(185,200,242)
#C8D4F4
(200,212,244)
#D7E0F6
(215,224,246)
#E6ECF8
(230,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5074E4 color. Also use rgb(80,116,228) instead hex code.

Text Font Color

.myTextColor { color: #5074E4; }

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

This text font color is #5074E4.


Background Color

.myBgColor { background-color: #5074E4; }

<div style="background-color:#5074E4">Inner text</div>

This div background color is #5074E4.


Border color

.myBorderColor { border: 1px solid #5074E4; }

<div style="border:3px solid #5074E4">Div</div>

This div border color is #5074E4.


Opacity

.myOpacity80 { color: #5074E4; opacity: 0.8; }

<p style="color:#5074E4;opacity:0.8;">80%</p>

Text with #5074E4 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 #5074E4;}

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

This text has shadow with #5074E4 color.

.textShadow {text-shadow: 3px 3px 1px #5074E4, 3px 3px 1px red;}

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

This text has shadow with #5074E4 primary color and red secondary color.


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

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

This text has shadow with #5074E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5074E4 on black background.


Color preview on white background

This text has color #5074E4 on white background.



Black color preview on #5074E4 background

This text has black color on #5074E4 background.


White color preview on #5074E4 background

This text has white color on #5074E4 background.