COLOR #5E72ED

HEX: #5E72ED
RGB: (94,114,237)

Color info

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

RGB color model

#5E72ED color RGB value is (94,114,237).

  • red value is 94;
  • green value is 114;
  • blue value is 237.
RGB:
(94,114,237)
(37%,45%,93%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 237 of 255 = 93%

94
114
237

R + G + B ~ 58%. #5E72ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 237 = 445 (100%)
R 94 of 445 ~ 21.12%
G 114 of 445 ~ 25.62%
B 237 of 445 ~ 53.26%

%21.12
%25.62
%53.26

CMYK color model

#5E72ED color CMYK value is (60,52,0,7).

  • cyan value is 60.34%
  • magenta value is 51.90%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(60,52,0,7)
C60M52Y0K7 
(60%,52%,0%,7%)
(0.60/0.52/0.00/0.07)	

CMYK percentages

%60.34
%51.9
%0
%7.06

Codes

Color #5E72ED in popluar color models

5E72ED
RGB94114237
HSL232°79.89%64.90%
HSB/HSV232°60.34%92.94%
CMYK60.34%51.90%0.00%
7.06%

Color #5E72ED in popluar number systems.

HEX5E72ED
Decimal94114237
Binary1011110111001011101101
Octal136162355

Shades and tints

Shades of #5E72ED

#5E72ED
(94,114,237)
#5668D8
(86,104,216)
#4E5EC3
(78,94,195)
#4654AE
(70,84,174)
#3E4A99
(62,74,153)
#364084
(54,64,132)
#2E366F
(46,54,111)
#262C5A
(38,44,90)
#1E2245
(30,34,69)
#161830
(22,24,48)
#0E0E1B
(14,14,27)
#000000
(0,0,0)

Tints of #5E72ED

#5E72ED
(94,114,237)
#6C7EEE
(108,126,238)
#7A8AEF
(122,138,239)
#8896F0
(136,150,240)
#96A2F1
(150,162,241)
#A4AEF2
(164,174,242)
#B2BAF3
(178,186,243)
#C0C6F4
(192,198,244)
#CED2F5
(206,210,245)
#DCDEF6
(220,222,246)
#EAEAF7
(234,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E72ED color. Also use rgb(94,114,237) instead hex code.

Text Font Color

.myTextColor { color: #5E72ED; }

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

This text font color is #5E72ED.


Background Color

.myBgColor { background-color: #5E72ED; }

<div style="background-color:#5E72ED">Inner text</div>

This div background color is #5E72ED.


Border color

.myBorderColor { border: 1px solid #5E72ED; }

<div style="border:3px solid #5E72ED">Div</div>

This div border color is #5E72ED.


Opacity

.myOpacity80 { color: #5E72ED; opacity: 0.8; }

<p style="color:#5E72ED;opacity:0.8;">80%</p>

Text with #5E72ED 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 #5E72ED;}

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

This text has shadow with #5E72ED color.

.textShadow {text-shadow: 3px 3px 1px #5E72ED, 3px 3px 1px red;}

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

This text has shadow with #5E72ED primary color and red secondary color.


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

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

This text has shadow with #5E72ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E72ED on black background.


Color preview on white background

This text has color #5E72ED on white background.



Black color preview on #5E72ED background

This text has black color on #5E72ED background.


White color preview on #5E72ED background

This text has white color on #5E72ED background.