COLOR #2989DB

HEX: #2989DB
RGB: (41,137,219)

Color info

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

RGB color model

#2989DB color RGB value is (41,137,219).

  • red value is 41;
  • green value is 137;
  • blue value is 219.
RGB:
(41,137,219)
(16%,54%,86%)

RGB channels and saturation

R 41 of 255 = 16%
G 137 of 255 = 54%
B 219 of 255 = 86%

41
137
219

R + G + B ~ 52%. #2989DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 137 + 219 = 397 (100%)
R 41 of 397 ~ 10.33%
G 137 of 397 ~ 34.51%
B 219 of 397 ~ 55.16%

%10.33
%34.51
%55.16

CMYK color model

#2989DB color CMYK value is (81,37,0,14).

  • cyan value is 81.28%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(81,37,0,14)
C81M37Y0K14 
(81%,37%,0%,14%)
(0.81/0.37/0.00/0.14)	

CMYK percentages

%81.28
%37.44
%0
%14.12

Codes

Color #2989DB in popluar color models

2989DB
RGB41137219
HSL208°71.20%50.98%
HSB/HSV208°81.28%85.88%
CMYK81.28%37.44%0.00%
14.12%

Color #2989DB in popluar number systems.

HEX2989DB
Decimal41137219
Binary1010011000100111011011
Octal51211333

Shades and tints

Shades of #2989DB

#2989DB
(41,137,219)
#267DC8
(38,125,200)
#2371B5
(35,113,181)
#2065A2
(32,101,162)
#1D598F
(29,89,143)
#1A4D7C
(26,77,124)
#174169
(23,65,105)
#143556
(20,53,86)
#112943
(17,41,67)
#0E1D30
(14,29,48)
#0B111D
(11,17,29)
#000000
(0,0,0)

Tints of #2989DB

#2989DB
(41,137,219)
#3C93DE
(60,147,222)
#4F9DE1
(79,157,225)
#62A7E4
(98,167,228)
#75B1E7
(117,177,231)
#88BBEA
(136,187,234)
#9BC5ED
(155,197,237)
#AECFF0
(174,207,240)
#C1D9F3
(193,217,243)
#D4E3F6
(212,227,246)
#E7EDF9
(231,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2989DB color. Also use rgb(41,137,219) instead hex code.

Text Font Color

.myTextColor { color: #2989DB; }

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

This text font color is #2989DB.


Background Color

.myBgColor { background-color: #2989DB; }

<div style="background-color:#2989DB">Inner text</div>

This div background color is #2989DB.


Border color

.myBorderColor { border: 1px solid #2989DB; }

<div style="border:3px solid #2989DB">Div</div>

This div border color is #2989DB.


Opacity

.myOpacity80 { color: #2989DB; opacity: 0.8; }

<p style="color:#2989DB;opacity:0.8;">80%</p>

Text with #2989DB 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 #2989DB;}

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

This text has shadow with #2989DB color.

.textShadow {text-shadow: 3px 3px 1px #2989DB, 3px 3px 1px red;}

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

This text has shadow with #2989DB primary color and red secondary color.


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

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

This text has shadow with #2989DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2989DB on black background.


Color preview on white background

This text has color #2989DB on white background.



Black color preview on #2989DB background

This text has black color on #2989DB background.


White color preview on #2989DB background

This text has white color on #2989DB background.