COLOR #5E70FA

HEX: #5E70FA
RGB: (94,112,250)

Color info

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

RGB color model

#5E70FA color RGB value is (94,112,250).

  • red value is 94;
  • green value is 112;
  • blue value is 250.
RGB:
(94,112,250)
(37%,44%,98%)

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 250 of 255 = 98%

94
112
250

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

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 250 = 456 (100%)
R 94 of 456 ~ 20.61%
G 112 of 456 ~ 24.56%
B 250 of 456 ~ 54.82%

%20.61
%24.56
%54.82

CMYK color model

#5E70FA color CMYK value is (62,55,0,2).

  • cyan value is 62.40%
  • magenta value is 55.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(62,55,0,2)
C62M55Y0K2 
(62%,55%,0%,2%)
(0.62/0.55/0.00/0.02)	

CMYK percentages

%62.4
%55.2
%0
%1.96

Codes

Color #5E70FA in popluar color models

5E70FA
RGB94112250
HSL233°93.98%67.45%
HSB/HSV233°62.40%98.04%
CMYK62.40%55.20%0.00%
1.96%

Color #5E70FA in popluar number systems.

HEX5E70FA
Decimal94112250
Binary1011110111000011111010
Octal136160372

Shades and tints

Shades of #5E70FA

#5E70FA
(94,112,250)
#5666E4
(86,102,228)
#4E5CCE
(78,92,206)
#4652B8
(70,82,184)
#3E48A2
(62,72,162)
#363E8C
(54,62,140)
#2E3476
(46,52,118)
#262A60
(38,42,96)
#1E204A
(30,32,74)
#161634
(22,22,52)
#0E0C1E
(14,12,30)
#000000
(0,0,0)

Tints of #5E70FA

#5E70FA
(94,112,250)
#6C7DFA
(108,125,250)
#7A8AFA
(122,138,250)
#8897FA
(136,151,250)
#96A4FA
(150,164,250)
#A4B1FA
(164,177,250)
#B2BEFA
(178,190,250)
#C0CBFA
(192,203,250)
#CED8FA
(206,216,250)
#DCE5FA
(220,229,250)
#EAF2FA
(234,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E70FA color. Also use rgb(94,112,250) instead hex code.

Text Font Color

.myTextColor { color: #5E70FA; }

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

This text font color is #5E70FA.


Background Color

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

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

This div background color is #5E70FA.


Border color

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

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

This div border color is #5E70FA.


Opacity

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

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

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

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

This text has shadow with #5E70FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E70FA on black background.


Color preview on white background

This text has color #5E70FA on white background.



Black color preview on #5E70FA background

This text has black color on #5E70FA background.


White color preview on #5E70FA background

This text has white color on #5E70FA background.