COLOR #588DDE

HEX: #588DDE
RGB: (88,141,222)

Color info

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

RGB color model

#588DDE color RGB value is (88,141,222).

  • red value is 88;
  • green value is 141;
  • blue value is 222.
RGB:
(88,141,222)
(35%,55%,87%)

RGB channels and saturation

R 88 of 255 = 35%
G 141 of 255 = 55%
B 222 of 255 = 87%

88
141
222

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

Portions of RGB colors in percentages

R + G + B =
88 + 141 + 222 = 451 (100%)
R 88 of 451 ~ 19.51%
G 141 of 451 ~ 31.26%
B 222 of 451 ~ 49.22%

%19.51
%31.26
%49.22

CMYK color model

#588DDE color CMYK value is (60,36,0,13).

  • cyan value is 60.36%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(60,36,0,13)
C60M36Y0K13 
(60%,36%,0%,13%)
(0.60/0.36/0.00/0.13)	

CMYK percentages

%60.36
%36.49
%0
%12.94

Codes

Color #588DDE in popluar color models

588DDE
RGB88141222
HSL216°67.00%60.78%
HSB/HSV216°60.36%87.06%
CMYK60.36%36.49%0.00%
12.94%

Color #588DDE in popluar number systems.

HEX588DDE
Decimal88141222
Binary10110001000110111011110
Octal130215336

Shades and tints

Shades of #588DDE

#588DDE
(88,141,222)
#5081CA
(80,129,202)
#4875B6
(72,117,182)
#4069A2
(64,105,162)
#385D8E
(56,93,142)
#30517A
(48,81,122)
#284566
(40,69,102)
#203952
(32,57,82)
#182D3E
(24,45,62)
#10212A
(16,33,42)
#081516
(8,21,22)
#000000
(0,0,0)

Tints of #588DDE

#588DDE
(88,141,222)
#6797E1
(103,151,225)
#76A1E4
(118,161,228)
#85ABE7
(133,171,231)
#94B5EA
(148,181,234)
#A3BFED
(163,191,237)
#B2C9F0
(178,201,240)
#C1D3F3
(193,211,243)
#D0DDF6
(208,221,246)
#DFE7F9
(223,231,249)
#EEF1FC
(238,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588DDE color. Also use rgb(88,141,222) instead hex code.

Text Font Color

.myTextColor { color: #588DDE; }

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

This text font color is #588DDE.


Background Color

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

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

This div background color is #588DDE.


Border color

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

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

This div border color is #588DDE.


Opacity

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

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

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

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

This text has shadow with #588DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588DDE on black background.


Color preview on white background

This text has color #588DDE on white background.



Black color preview on #588DDE background

This text has black color on #588DDE background.


White color preview on #588DDE background

This text has white color on #588DDE background.