COLOR #2588D2

HEX: #2588D2
RGB: (37,136,210)

Color info

#2588D2 contains mainly blue color. Web safe color of #2588D2 is #3399CC (or #39C).

RGB color model

#2588D2 color RGB value is (37,136,210).

  • red value is 37;
  • green value is 136;
  • blue value is 210.
RGB:
(37,136,210)
(15%,53%,82%)

RGB channels and saturation

R 37 of 255 = 15%
G 136 of 255 = 53%
B 210 of 255 = 82%

37
136
210

R + G + B ~ 50%. #2588D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 136 + 210 = 383 (100%)
R 37 of 383 ~ 9.66%
G 136 of 383 ~ 35.51%
B 210 of 383 ~ 54.83%

%9.66
%35.51
%54.83

CMYK color model

#2588D2 color CMYK value is (82,35,0,18).

  • cyan value is 82.38%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(82,35,0,18)
C82M35Y0K18 
(82%,35%,0%,18%)
(0.82/0.35/0.00/0.18)	

CMYK percentages

%82.38
%35.24
%0
%17.65

Codes

Color #2588D2 in popluar color models

2588D2
RGB37136210
HSL206°70.04%48.43%
HSB/HSV206°82.38%82.35%
CMYK82.38%35.24%0.00%
17.65%

Color #2588D2 in popluar number systems.

HEX2588D2
Decimal37136210
Binary1001011000100011010010
Octal45210322

Shades and tints

Shades of #2588D2

#2588D2
(37,136,210)
#227CBF
(34,124,191)
#1F70AC
(31,112,172)
#1C6499
(28,100,153)
#195886
(25,88,134)
#164C73
(22,76,115)
#134060
(19,64,96)
#10344D
(16,52,77)
#0D283A
(13,40,58)
#0A1C27
(10,28,39)
#071014
(7,16,20)
#000000
(0,0,0)

Tints of #2588D2

#2588D2
(37,136,210)
#3892D6
(56,146,214)
#4B9CDA
(75,156,218)
#5EA6DE
(94,166,222)
#71B0E2
(113,176,226)
#84BAE6
(132,186,230)
#97C4EA
(151,196,234)
#AACEEE
(170,206,238)
#BDD8F2
(189,216,242)
#D0E2F6
(208,226,246)
#E3ECFA
(227,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2588D2 color. Also use rgb(37,136,210) instead hex code.

Text Font Color

.myTextColor { color: #2588D2; }

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

This text font color is #2588D2.


Background Color

.myBgColor { background-color: #2588D2; }

<div style="background-color:#2588D2">Inner text</div>

This div background color is #2588D2.


Border color

.myBorderColor { border: 1px solid #2588D2; }

<div style="border:3px solid #2588D2">Div</div>

This div border color is #2588D2.


Opacity

.myOpacity80 { color: #2588D2; opacity: 0.8; }

<p style="color:#2588D2;opacity:0.8;">80%</p>

Text with #2588D2 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 #2588D2;}

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

This text has shadow with #2588D2 color.

.textShadow {text-shadow: 3px 3px 1px #2588D2, 3px 3px 1px red;}

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

This text has shadow with #2588D2 primary color and red secondary color.


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

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

This text has shadow with #2588D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2588D2 on black background.


Color preview on white background

This text has color #2588D2 on white background.



Black color preview on #2588D2 background

This text has black color on #2588D2 background.


White color preview on #2588D2 background

This text has white color on #2588D2 background.