COLOR #2179D7

HEX: #2179D7
RGB: (33,121,215)

Color info

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

RGB color model

#2179D7 color RGB value is (33,121,215).

  • red value is 33;
  • green value is 121;
  • blue value is 215.
RGB:
(33,121,215)
(13%,47%,84%)

RGB channels and saturation

R 33 of 255 = 13%
G 121 of 255 = 47%
B 215 of 255 = 84%

33
121
215

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

Portions of RGB colors in percentages

R + G + B =
33 + 121 + 215 = 369 (100%)
R 33 of 369 ~ 8.94%
G 121 of 369 ~ 32.79%
B 215 of 369 ~ 58.27%

%32.79
%58.27

CMYK color model

#2179D7 color CMYK value is (85,44,0,16).

  • cyan value is 84.65%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(85,44,0,16)
C85M44Y0K16 
(85%,44%,0%,16%)
(0.85/0.44/0.00/0.16)	

CMYK percentages

%84.65
%43.72
%0
%15.69

Codes

Color #2179D7 in popluar color models

2179D7
RGB33121215
HSL211°73.39%48.63%
HSB/HSV211°84.65%84.31%
CMYK84.65%43.72%0.00%
15.69%

Color #2179D7 in popluar number systems.

HEX2179D7
Decimal33121215
Binary100001111100111010111
Octal41171327

Shades and tints

Shades of #2179D7

#2179D7
(33,121,215)
#1E6EC4
(30,110,196)
#1B63B1
(27,99,177)
#18589E
(24,88,158)
#154D8B
(21,77,139)
#124278
(18,66,120)
#0F3765
(15,55,101)
#0C2C52
(12,44,82)
#09213F
(9,33,63)
#06162C
(6,22,44)
#030B19
(3,11,25)
#000000
(0,0,0)

Tints of #2179D7

#2179D7
(33,121,215)
#3585DA
(53,133,218)
#4991DD
(73,145,221)
#5D9DE0
(93,157,224)
#71A9E3
(113,169,227)
#85B5E6
(133,181,230)
#99C1E9
(153,193,233)
#ADCDEC
(173,205,236)
#C1D9EF
(193,217,239)
#D5E5F2
(213,229,242)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2179D7 color. Also use rgb(33,121,215) instead hex code.

Text Font Color

.myTextColor { color: #2179D7; }

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

This text font color is #2179D7.


Background Color

.myBgColor { background-color: #2179D7; }

<div style="background-color:#2179D7">Inner text</div>

This div background color is #2179D7.


Border color

.myBorderColor { border: 1px solid #2179D7; }

<div style="border:3px solid #2179D7">Div</div>

This div border color is #2179D7.


Opacity

.myOpacity80 { color: #2179D7; opacity: 0.8; }

<p style="color:#2179D7;opacity:0.8;">80%</p>

Text with #2179D7 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 #2179D7;}

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

This text has shadow with #2179D7 color.

.textShadow {text-shadow: 3px 3px 1px #2179D7, 3px 3px 1px red;}

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

This text has shadow with #2179D7 primary color and red secondary color.


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

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

This text has shadow with #2179D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2179D7 on black background.


Color preview on white background

This text has color #2179D7 on white background.



Black color preview on #2179D7 background

This text has black color on #2179D7 background.


White color preview on #2179D7 background

This text has white color on #2179D7 background.