COLOR #1974D2

HEX: #1974D2
RGB: (25,116,210)

Color info

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

RGB color model

#1974D2 color RGB value is (25,116,210).

  • red value is 25;
  • green value is 116;
  • blue value is 210.
RGB:
(25,116,210)
(10%,45%,82%)

RGB channels and saturation

R 25 of 255 = 10%
G 116 of 255 = 45%
B 210 of 255 = 82%

25
116
210

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

Portions of RGB colors in percentages

R + G + B =
25 + 116 + 210 = 351 (100%)
R 25 of 351 ~ 7.12%
G 116 of 351 ~ 33.05%
B 210 of 351 ~ 59.83%

%33.05
%59.83

CMYK color model

#1974D2 color CMYK value is (88,45,0,18).

  • cyan value is 88.10%
  • magenta value is 44.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(88,45,0,18)
C88M45Y0K18 
(88%,45%,0%,18%)
(0.88/0.45/0.00/0.18)	

CMYK percentages

%88.1
%44.76
%0
%17.65

Codes

Color #1974D2 in popluar color models

1974D2
RGB25116210
HSL210°78.72%46.08%
HSB/HSV210°88.10%82.35%
CMYK88.10%44.76%0.00%
17.65%

Color #1974D2 in popluar number systems.

HEX1974D2
Decimal25116210
Binary11001111010011010010
Octal31164322

Shades and tints

Shades of #1974D2

#1974D2
(25,116,210)
#176ABF
(23,106,191)
#1560AC
(21,96,172)
#135699
(19,86,153)
#114C86
(17,76,134)
#0F4273
(15,66,115)
#0D3860
(13,56,96)
#0B2E4D
(11,46,77)
#09243A
(9,36,58)
#071A27
(7,26,39)
#051014
(5,16,20)
#000000
(0,0,0)

Tints of #1974D2

#1974D2
(25,116,210)
#2D80D6
(45,128,214)
#418CDA
(65,140,218)
#5598DE
(85,152,222)
#69A4E2
(105,164,226)
#7DB0E6
(125,176,230)
#91BCEA
(145,188,234)
#A5C8EE
(165,200,238)
#B9D4F2
(185,212,242)
#CDE0F6
(205,224,246)
#E1ECFA
(225,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1974D2 color. Also use rgb(25,116,210) instead hex code.

Text Font Color

.myTextColor { color: #1974D2; }

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

This text font color is #1974D2.


Background Color

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

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

This div background color is #1974D2.


Border color

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

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

This div border color is #1974D2.


Opacity

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

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

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

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

This text has shadow with #1974D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1974D2 on black background.


Color preview on white background

This text has color #1974D2 on white background.



Black color preview on #1974D2 background

This text has black color on #1974D2 background.


White color preview on #1974D2 background

This text has white color on #1974D2 background.