COLOR #1979E5

HEX: #1979E5
RGB: (25,121,229)

Color info

#1979E5 contains mainly blue color. Web safe color of #1979E5 is #0066CC (or #06C).

RGB color model

#1979E5 color RGB value is (25,121,229).

  • red value is 25;
  • green value is 121;
  • blue value is 229.
RGB:
(25,121,229)
(10%,47%,90%)

RGB channels and saturation

R 25 of 255 = 10%
G 121 of 255 = 47%
B 229 of 255 = 90%

25
121
229

R + G + B ~ 49%. #1979E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 121 + 229 = 375 (100%)
R 25 of 375 ~ 6.67%
G 121 of 375 ~ 32.27%
B 229 of 375 ~ 61.07%

%32.27
%61.07

CMYK color model

#1979E5 color CMYK value is (89,47,0,10).

  • cyan value is 89.08%
  • magenta value is 47.16%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(89,47,0,10)
C89M47Y0K10 
(89%,47%,0%,10%)
(0.89/0.47/0.00/0.10)	

CMYK percentages

%89.08
%47.16
%0
%10.2

Codes

Color #1979E5 in popluar color models

1979E5
RGB25121229
HSL212°80.31%49.80%
HSB/HSV212°89.08%89.80%
CMYK89.08%47.16%0.00%
10.20%

Color #1979E5 in popluar number systems.

HEX1979E5
Decimal25121229
Binary11001111100111100101
Octal31171345

Shades and tints

Shades of #1979E5

#1979E5
(25,121,229)
#176ED1
(23,110,209)
#1563BD
(21,99,189)
#1358A9
(19,88,169)
#114D95
(17,77,149)
#0F4281
(15,66,129)
#0D376D
(13,55,109)
#0B2C59
(11,44,89)
#092145
(9,33,69)
#071631
(7,22,49)
#050B1D
(5,11,29)
#000000
(0,0,0)

Tints of #1979E5

#1979E5
(25,121,229)
#2D85E7
(45,133,231)
#4191E9
(65,145,233)
#559DEB
(85,157,235)
#69A9ED
(105,169,237)
#7DB5EF
(125,181,239)
#91C1F1
(145,193,241)
#A5CDF3
(165,205,243)
#B9D9F5
(185,217,245)
#CDE5F7
(205,229,247)
#E1F1F9
(225,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1979E5 color. Also use rgb(25,121,229) instead hex code.

Text Font Color

.myTextColor { color: #1979E5; }

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

This text font color is #1979E5.


Background Color

.myBgColor { background-color: #1979E5; }

<div style="background-color:#1979E5">Inner text</div>

This div background color is #1979E5.


Border color

.myBorderColor { border: 1px solid #1979E5; }

<div style="border:3px solid #1979E5">Div</div>

This div border color is #1979E5.


Opacity

.myOpacity80 { color: #1979E5; opacity: 0.8; }

<p style="color:#1979E5;opacity:0.8;">80%</p>

Text with #1979E5 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 #1979E5;}

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

This text has shadow with #1979E5 color.

.textShadow {text-shadow: 3px 3px 1px #1979E5, 3px 3px 1px red;}

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

This text has shadow with #1979E5 primary color and red secondary color.


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

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

This text has shadow with #1979E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1979E5 on black background.


Color preview on white background

This text has color #1979E5 on white background.



Black color preview on #1979E5 background

This text has black color on #1979E5 background.


White color preview on #1979E5 background

This text has white color on #1979E5 background.