COLOR #1979D5

HEX: #1979D5
RGB: (25,121,213)

Color info

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

RGB color model

#1979D5 color RGB value is (25,121,213).

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

RGB channels and saturation

R 25 of 255 = 10%
G 121 of 255 = 47%
B 213 of 255 = 84%

25
121
213

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

Portions of RGB colors in percentages

R + G + B =
25 + 121 + 213 = 359 (100%)
R 25 of 359 ~ 6.96%
G 121 of 359 ~ 33.7%
B 213 of 359 ~ 59.33%

%33.7
%59.33

CMYK color model

#1979D5 color CMYK value is (88,43,0,16).

  • cyan value is 88.26%
  • magenta value is 43.19%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(88,43,0,16)
C88M43Y0K16 
(88%,43%,0%,16%)
(0.88/0.43/0.00/0.16)	

CMYK percentages

%88.26
%43.19
%0
%16.47

Codes

Color #1979D5 in popluar color models

1979D5
RGB25121213
HSL209°78.99%46.67%
HSB/HSV209°88.26%83.53%
CMYK88.26%43.19%0.00%
16.47%

Color #1979D5 in popluar number systems.

HEX1979D5
Decimal25121213
Binary11001111100111010101
Octal31171325

Shades and tints

Shades of #1979D5

#1979D5
(25,121,213)
#176EC2
(23,110,194)
#1563AF
(21,99,175)
#13589C
(19,88,156)
#114D89
(17,77,137)
#0F4276
(15,66,118)
#0D3763
(13,55,99)
#0B2C50
(11,44,80)
#09213D
(9,33,61)
#07162A
(7,22,42)
#050B17
(5,11,23)
#000000
(0,0,0)

Tints of #1979D5

#1979D5
(25,121,213)
#2D85D8
(45,133,216)
#4191DB
(65,145,219)
#559DDE
(85,157,222)
#69A9E1
(105,169,225)
#7DB5E4
(125,181,228)
#91C1E7
(145,193,231)
#A5CDEA
(165,205,234)
#B9D9ED
(185,217,237)
#CDE5F0
(205,229,240)
#E1F1F3
(225,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1979D5; }

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

This text font color is #1979D5.


Background Color

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

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

This div background color is #1979D5.


Border color

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

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

This div border color is #1979D5.


Opacity

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

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

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

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

This text has shadow with #1979D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1979D5 on black background.


Color preview on white background

This text has color #1979D5 on white background.



Black color preview on #1979D5 background

This text has black color on #1979D5 background.


White color preview on #1979D5 background

This text has white color on #1979D5 background.