COLOR #2979D2

HEX: #2979D2
RGB: (41,121,210)

Color info

#2979D2 contains mainly blue color. Web safe color of #2979D2 is #3366CC (or #36C).

RGB color model

#2979D2 color RGB value is (41,121,210).

  • red value is 41;
  • green value is 121;
  • blue value is 210.
RGB:
(41,121,210)
(16%,47%,82%)

RGB channels and saturation

R 41 of 255 = 16%
G 121 of 255 = 47%
B 210 of 255 = 82%

41
121
210

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

Portions of RGB colors in percentages

R + G + B =
41 + 121 + 210 = 372 (100%)
R 41 of 372 ~ 11.02%
G 121 of 372 ~ 32.53%
B 210 of 372 ~ 56.45%

%11.02
%32.53
%56.45

CMYK color model

#2979D2 color CMYK value is (80,42,0,18).

  • cyan value is 80.48%
  • magenta value is 42.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(80,42,0,18)
C80M42Y0K18 
(80%,42%,0%,18%)
(0.80/0.42/0.00/0.18)	

CMYK percentages

%80.48
%42.38
%0
%17.65

Codes

Color #2979D2 in popluar color models

2979D2
RGB41121210
HSL212°67.33%49.22%
HSB/HSV212°80.48%82.35%
CMYK80.48%42.38%0.00%
17.65%

Color #2979D2 in popluar number systems.

HEX2979D2
Decimal41121210
Binary101001111100111010010
Octal51171322

Shades and tints

Shades of #2979D2

#2979D2
(41,121,210)
#266EBF
(38,110,191)
#2363AC
(35,99,172)
#205899
(32,88,153)
#1D4D86
(29,77,134)
#1A4273
(26,66,115)
#173760
(23,55,96)
#142C4D
(20,44,77)
#11213A
(17,33,58)
#0E1627
(14,22,39)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #2979D2

#2979D2
(41,121,210)
#3C85D6
(60,133,214)
#4F91DA
(79,145,218)
#629DDE
(98,157,222)
#75A9E2
(117,169,226)
#88B5E6
(136,181,230)
#9BC1EA
(155,193,234)
#AECDEE
(174,205,238)
#C1D9F2
(193,217,242)
#D4E5F6
(212,229,246)
#E7F1FA
(231,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2979D2 color. Also use rgb(41,121,210) instead hex code.

Text Font Color

.myTextColor { color: #2979D2; }

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

This text font color is #2979D2.


Background Color

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

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

This div background color is #2979D2.


Border color

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

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

This div border color is #2979D2.


Opacity

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

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

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

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

This text has shadow with #2979D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2979D2 on black background.


Color preview on white background

This text has color #2979D2 on white background.



Black color preview on #2979D2 background

This text has black color on #2979D2 background.


White color preview on #2979D2 background

This text has white color on #2979D2 background.