COLOR #5870E0

HEX: #5870E0
RGB: (88,112,224)

Color info

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

RGB color model

#5870E0 color RGB value is (88,112,224).

  • red value is 88;
  • green value is 112;
  • blue value is 224.
RGB:
(88,112,224)
(35%,44%,88%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 224 of 255 = 88%

88
112
224

R + G + B ~ 56%. #5870E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 224 = 424 (100%)
R 88 of 424 ~ 20.75%
G 112 of 424 ~ 26.42%
B 224 of 424 ~ 52.83%

%20.75
%26.42
%52.83

CMYK color model

#5870E0 color CMYK value is (61,50,0,12).

  • cyan value is 60.71%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(61,50,0,12)
C61M50Y0K12 
(61%,50%,0%,12%)
(0.61/0.50/0.00/0.12)	

CMYK percentages

%60.71
%50
%0
%12.16

Codes

Color #5870E0 in popluar color models

5870E0
RGB88112224
HSL229°68.69%61.18%
HSB/HSV229°60.71%87.84%
CMYK60.71%50.00%0.00%
12.16%

Color #5870E0 in popluar number systems.

HEX5870E0
Decimal88112224
Binary1011000111000011100000
Octal130160340

Shades and tints

Shades of #5870E0

#5870E0
(88,112,224)
#5066CC
(80,102,204)
#485CB8
(72,92,184)
#4052A4
(64,82,164)
#384890
(56,72,144)
#303E7C
(48,62,124)
#283468
(40,52,104)
#202A54
(32,42,84)
#182040
(24,32,64)
#10162C
(16,22,44)
#080C18
(8,12,24)
#000000
(0,0,0)

Tints of #5870E0

#5870E0
(88,112,224)
#677DE2
(103,125,226)
#768AE4
(118,138,228)
#8597E6
(133,151,230)
#94A4E8
(148,164,232)
#A3B1EA
(163,177,234)
#B2BEEC
(178,190,236)
#C1CBEE
(193,203,238)
#D0D8F0
(208,216,240)
#DFE5F2
(223,229,242)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5870E0 color. Also use rgb(88,112,224) instead hex code.

Text Font Color

.myTextColor { color: #5870E0; }

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

This text font color is #5870E0.


Background Color

.myBgColor { background-color: #5870E0; }

<div style="background-color:#5870E0">Inner text</div>

This div background color is #5870E0.


Border color

.myBorderColor { border: 1px solid #5870E0; }

<div style="border:3px solid #5870E0">Div</div>

This div border color is #5870E0.


Opacity

.myOpacity80 { color: #5870E0; opacity: 0.8; }

<p style="color:#5870E0;opacity:0.8;">80%</p>

Text with #5870E0 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 #5870E0;}

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

This text has shadow with #5870E0 color.

.textShadow {text-shadow: 3px 3px 1px #5870E0, 3px 3px 1px red;}

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

This text has shadow with #5870E0 primary color and red secondary color.


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

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

This text has shadow with #5870E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5870E0 on black background.


Color preview on white background

This text has color #5870E0 on white background.



Black color preview on #5870E0 background

This text has black color on #5870E0 background.


White color preview on #5870E0 background

This text has white color on #5870E0 background.