COLOR #2D96E1

HEX: #2D96E1
RGB: (45,150,225)

Color info

#2D96E1 contains mainly blue color. Web safe color of #2D96E1 is #3399CC (or #39C).

RGB color model

#2D96E1 color RGB value is (45,150,225).

  • red value is 45;
  • green value is 150;
  • blue value is 225.
RGB:
(45,150,225)
(18%,59%,88%)

RGB channels and saturation

R 45 of 255 = 18%
G 150 of 255 = 59%
B 225 of 255 = 88%

45
150
225

R + G + B ~ 55%. #2D96E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
45 + 150 + 225 = 420 (100%)
R 45 of 420 ~ 10.71%
G 150 of 420 ~ 35.71%
B 225 of 420 ~ 53.57%

%10.71
%35.71
%53.57

CMYK color model

#2D96E1 color CMYK value is (80,33,0,12).

  • cyan value is 80.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(80,33,0,12)
C80M33Y0K12 
(80%,33%,0%,12%)
(0.80/0.33/0.00/0.12)	

CMYK percentages

%80
%33.33
%0
%11.76

Codes

Color #2D96E1 in popluar color models

2D96E1
RGB45150225
HSL205°75.00%52.94%
HSB/HSV205°80.00%88.24%
CMYK80.00%33.33%0.00%
11.76%

Color #2D96E1 in popluar number systems.

HEX2D96E1
Decimal45150225
Binary1011011001011011100001
Octal55226341

Shades and tints

Shades of #2D96E1

#2D96E1
(45,150,225)
#2989CD
(41,137,205)
#257CB9
(37,124,185)
#216FA5
(33,111,165)
#1D6291
(29,98,145)
#19557D
(25,85,125)
#154869
(21,72,105)
#113B55
(17,59,85)
#0D2E41
(13,46,65)
#09212D
(9,33,45)
#051419
(5,20,25)
#000000
(0,0,0)

Tints of #2D96E1

#2D96E1
(45,150,225)
#409FE3
(64,159,227)
#53A8E5
(83,168,229)
#66B1E7
(102,177,231)
#79BAE9
(121,186,233)
#8CC3EB
(140,195,235)
#9FCCED
(159,204,237)
#B2D5EF
(178,213,239)
#C5DEF1
(197,222,241)
#D8E7F3
(216,231,243)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D96E1 color. Also use rgb(45,150,225) instead hex code.

Text Font Color

.myTextColor { color: #2D96E1; }

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

This text font color is #2D96E1.


Background Color

.myBgColor { background-color: #2D96E1; }

<div style="background-color:#2D96E1">Inner text</div>

This div background color is #2D96E1.


Border color

.myBorderColor { border: 1px solid #2D96E1; }

<div style="border:3px solid #2D96E1">Div</div>

This div border color is #2D96E1.


Opacity

.myOpacity80 { color: #2D96E1; opacity: 0.8; }

<p style="color:#2D96E1;opacity:0.8;">80%</p>

Text with #2D96E1 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 #2D96E1;}

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

This text has shadow with #2D96E1 color.

.textShadow {text-shadow: 3px 3px 1px #2D96E1, 3px 3px 1px red;}

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

This text has shadow with #2D96E1 primary color and red secondary color.


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

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

This text has shadow with #2D96E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D96E1 on black background.


Color preview on white background

This text has color #2D96E1 on white background.



Black color preview on #2D96E1 background

This text has black color on #2D96E1 background.


White color preview on #2D96E1 background

This text has white color on #2D96E1 background.