COLOR #5062EE

HEX: #5062EE
RGB: (80,98,238)

Color info

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

RGB color model

#5062EE color RGB value is (80,98,238).

  • red value is 80;
  • green value is 98;
  • blue value is 238.
RGB:
(80,98,238)
(31%,38%,93%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 238 of 255 = 93%

80
98
238

R + G + B ~ 54%. #5062EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 238 = 416 (100%)
R 80 of 416 ~ 19.23%
G 98 of 416 ~ 23.56%
B 238 of 416 ~ 57.21%

%19.23
%23.56
%57.21

CMYK color model

#5062EE color CMYK value is (66,59,0,7).

  • cyan value is 66.39%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(66,59,0,7)
C66M59Y0K7 
(66%,59%,0%,7%)
(0.66/0.59/0.00/0.07)	

CMYK percentages

%66.39
%58.82
%0
%6.67

Codes

Color #5062EE in popluar color models

5062EE
RGB8098238
HSL233°82.29%62.35%
HSB/HSV233°66.39%93.33%
CMYK66.39%58.82%0.00%
6.67%

Color #5062EE in popluar number systems.

HEX5062EE
Decimal8098238
Binary1010000110001011101110
Octal120142356

Shades and tints

Shades of #5062EE

#5062EE
(80,98,238)
#495AD9
(73,90,217)
#4252C4
(66,82,196)
#3B4AAF
(59,74,175)
#34429A
(52,66,154)
#2D3A85
(45,58,133)
#263270
(38,50,112)
#1F2A5B
(31,42,91)
#182246
(24,34,70)
#111A31
(17,26,49)
#0A121C
(10,18,28)
#000000
(0,0,0)

Tints of #5062EE

#5062EE
(80,98,238)
#5F70EF
(95,112,239)
#6E7EF0
(110,126,240)
#7D8CF1
(125,140,241)
#8C9AF2
(140,154,242)
#9BA8F3
(155,168,243)
#AAB6F4
(170,182,244)
#B9C4F5
(185,196,245)
#C8D2F6
(200,210,246)
#D7E0F7
(215,224,247)
#E6EEF8
(230,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5062EE color. Also use rgb(80,98,238) instead hex code.

Text Font Color

.myTextColor { color: #5062EE; }

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

This text font color is #5062EE.


Background Color

.myBgColor { background-color: #5062EE; }

<div style="background-color:#5062EE">Inner text</div>

This div background color is #5062EE.


Border color

.myBorderColor { border: 1px solid #5062EE; }

<div style="border:3px solid #5062EE">Div</div>

This div border color is #5062EE.


Opacity

.myOpacity80 { color: #5062EE; opacity: 0.8; }

<p style="color:#5062EE;opacity:0.8;">80%</p>

Text with #5062EE 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 #5062EE;}

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

This text has shadow with #5062EE color.

.textShadow {text-shadow: 3px 3px 1px #5062EE, 3px 3px 1px red;}

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

This text has shadow with #5062EE primary color and red secondary color.


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

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

This text has shadow with #5062EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5062EE on black background.


Color preview on white background

This text has color #5062EE on white background.



Black color preview on #5062EE background

This text has black color on #5062EE background.


White color preview on #5062EE background

This text has white color on #5062EE background.