COLOR #1977DB

HEX: #1977DB
RGB: (25,119,219)

Color info

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

RGB color model

#1977DB color RGB value is (25,119,219).

  • red value is 25;
  • green value is 119;
  • blue value is 219.
RGB:
(25,119,219)
(10%,47%,86%)

RGB channels and saturation

R 25 of 255 = 10%
G 119 of 255 = 47%
B 219 of 255 = 86%

25
119
219

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

Portions of RGB colors in percentages

R + G + B =
25 + 119 + 219 = 363 (100%)
R 25 of 363 ~ 6.89%
G 119 of 363 ~ 32.78%
B 219 of 363 ~ 60.33%

%32.78
%60.33

CMYK color model

#1977DB color CMYK value is (89,46,0,14).

  • cyan value is 88.58%
  • magenta value is 45.66%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(89,46,0,14)
C89M46Y0K14 
(89%,46%,0%,14%)
(0.89/0.46/0.00/0.14)	

CMYK percentages

%88.58
%45.66
%0
%14.12

Codes

Color #1977DB in popluar color models

1977DB
RGB25119219
HSL211°79.51%47.84%
HSB/HSV211°88.58%85.88%
CMYK88.58%45.66%0.00%
14.12%

Color #1977DB in popluar number systems.

HEX1977DB
Decimal25119219
Binary11001111011111011011
Octal31167333

Shades and tints

Shades of #1977DB

#1977DB
(25,119,219)
#176DC8
(23,109,200)
#1563B5
(21,99,181)
#1359A2
(19,89,162)
#114F8F
(17,79,143)
#0F457C
(15,69,124)
#0D3B69
(13,59,105)
#0B3156
(11,49,86)
#092743
(9,39,67)
#071D30
(7,29,48)
#05131D
(5,19,29)
#000000
(0,0,0)

Tints of #1977DB

#1977DB
(25,119,219)
#2D83DE
(45,131,222)
#418FE1
(65,143,225)
#559BE4
(85,155,228)
#69A7E7
(105,167,231)
#7DB3EA
(125,179,234)
#91BFED
(145,191,237)
#A5CBF0
(165,203,240)
#B9D7F3
(185,215,243)
#CDE3F6
(205,227,246)
#E1EFF9
(225,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1977DB color. Also use rgb(25,119,219) instead hex code.

Text Font Color

.myTextColor { color: #1977DB; }

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

This text font color is #1977DB.


Background Color

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

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

This div background color is #1977DB.


Border color

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

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

This div border color is #1977DB.


Opacity

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

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

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

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

This text has shadow with #1977DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1977DB on black background.


Color preview on white background

This text has color #1977DB on white background.



Black color preview on #1977DB background

This text has black color on #1977DB background.


White color preview on #1977DB background

This text has white color on #1977DB background.