COLOR #588ECD

HEX: #588ECD
RGB: (88,142,205)

Color info

#588ECD contains mainly blue color. Web safe color of #588ECD is #6699CC (or #69C).

RGB color model

#588ECD color RGB value is (88,142,205).

  • red value is 88;
  • green value is 142;
  • blue value is 205.
RGB:
(88,142,205)
(35%,56%,80%)

RGB channels and saturation

R 88 of 255 = 35%
G 142 of 255 = 56%
B 205 of 255 = 80%

88
142
205

R + G + B ~ 57%. #588ECD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 142 + 205 = 435 (100%)
R 88 of 435 ~ 20.23%
G 142 of 435 ~ 32.64%
B 205 of 435 ~ 47.13%

%20.23
%32.64
%47.13

CMYK color model

#588ECD color CMYK value is (57,31,0,20).

  • cyan value is 57.07%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(57,31,0,20)
C57M31Y0K20 
(57%,31%,0%,20%)
(0.57/0.31/0.00/0.20)	

CMYK percentages

%57.07
%30.73
%0
%19.61

Codes

Color #588ECD in popluar color models

588ECD
RGB88142205
HSL212°53.92%57.45%
HSB/HSV212°57.07%80.39%
CMYK57.07%30.73%0.00%
19.61%

Color #588ECD in popluar number systems.

HEX588ECD
Decimal88142205
Binary10110001000111011001101
Octal130216315

Shades and tints

Shades of #588ECD

#588ECD
(88,142,205)
#5082BB
(80,130,187)
#4876A9
(72,118,169)
#406A97
(64,106,151)
#385E85
(56,94,133)
#305273
(48,82,115)
#284661
(40,70,97)
#203A4F
(32,58,79)
#182E3D
(24,46,61)
#10222B
(16,34,43)
#081619
(8,22,25)
#000000
(0,0,0)

Tints of #588ECD

#588ECD
(88,142,205)
#6798D1
(103,152,209)
#76A2D5
(118,162,213)
#85ACD9
(133,172,217)
#94B6DD
(148,182,221)
#A3C0E1
(163,192,225)
#B2CAE5
(178,202,229)
#C1D4E9
(193,212,233)
#D0DEED
(208,222,237)
#DFE8F1
(223,232,241)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588ECD color. Also use rgb(88,142,205) instead hex code.

Text Font Color

.myTextColor { color: #588ECD; }

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

This text font color is #588ECD.


Background Color

.myBgColor { background-color: #588ECD; }

<div style="background-color:#588ECD">Inner text</div>

This div background color is #588ECD.


Border color

.myBorderColor { border: 1px solid #588ECD; }

<div style="border:3px solid #588ECD">Div</div>

This div border color is #588ECD.


Opacity

.myOpacity80 { color: #588ECD; opacity: 0.8; }

<p style="color:#588ECD;opacity:0.8;">80%</p>

Text with #588ECD 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 #588ECD;}

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

This text has shadow with #588ECD color.

.textShadow {text-shadow: 3px 3px 1px #588ECD, 3px 3px 1px red;}

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

This text has shadow with #588ECD primary color and red secondary color.


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

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

This text has shadow with #588ECD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588ECD on black background.


Color preview on white background

This text has color #588ECD on white background.



Black color preview on #588ECD background

This text has black color on #588ECD background.


White color preview on #588ECD background

This text has white color on #588ECD background.