COLOR #2883E1

HEX: #2883E1
RGB: (40,131,225)

Color info

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

RGB color model

#2883E1 color RGB value is (40,131,225).

  • red value is 40;
  • green value is 131;
  • blue value is 225.
RGB:
(40,131,225)
(16%,51%,88%)

RGB channels and saturation

R 40 of 255 = 16%
G 131 of 255 = 51%
B 225 of 255 = 88%

40
131
225

R + G + B ~ 52%. #2883E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
40 + 131 + 225 = 396 (100%)
R 40 of 396 ~ 10.1%
G 131 of 396 ~ 33.08%
B 225 of 396 ~ 56.82%

%10.1
%33.08
%56.82

CMYK color model

#2883E1 color CMYK value is (82,42,0,12).

  • cyan value is 82.22%
  • magenta value is 41.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(82,42,0,12)
C82M42Y0K12 
(82%,42%,0%,12%)
(0.82/0.42/0.00/0.12)	

CMYK percentages

%82.22
%41.78
%0
%11.76

Codes

Color #2883E1 in popluar color models

2883E1
RGB40131225
HSL210°75.51%51.96%
HSB/HSV210°82.22%88.24%
CMYK82.22%41.78%0.00%
11.76%

Color #2883E1 in popluar number systems.

HEX2883E1
Decimal40131225
Binary1010001000001111100001
Octal50203341

Shades and tints

Shades of #2883E1

#2883E1
(40,131,225)
#2578CD
(37,120,205)
#226DB9
(34,109,185)
#1F62A5
(31,98,165)
#1C5791
(28,87,145)
#194C7D
(25,76,125)
#164169
(22,65,105)
#133655
(19,54,85)
#102B41
(16,43,65)
#0D202D
(13,32,45)
#0A1519
(10,21,25)
#000000
(0,0,0)

Tints of #2883E1

#2883E1
(40,131,225)
#3B8EE3
(59,142,227)
#4E99E5
(78,153,229)
#61A4E7
(97,164,231)
#74AFE9
(116,175,233)
#87BAEB
(135,186,235)
#9AC5ED
(154,197,237)
#ADD0EF
(173,208,239)
#C0DBF1
(192,219,241)
#D3E6F3
(211,230,243)
#E6F1F5
(230,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2883E1 color. Also use rgb(40,131,225) instead hex code.

Text Font Color

.myTextColor { color: #2883E1; }

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

This text font color is #2883E1.


Background Color

.myBgColor { background-color: #2883E1; }

<div style="background-color:#2883E1">Inner text</div>

This div background color is #2883E1.


Border color

.myBorderColor { border: 1px solid #2883E1; }

<div style="border:3px solid #2883E1">Div</div>

This div border color is #2883E1.


Opacity

.myOpacity80 { color: #2883E1; opacity: 0.8; }

<p style="color:#2883E1;opacity:0.8;">80%</p>

Text with #2883E1 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 #2883E1;}

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

This text has shadow with #2883E1 color.

.textShadow {text-shadow: 3px 3px 1px #2883E1, 3px 3px 1px red;}

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

This text has shadow with #2883E1 primary color and red secondary color.


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

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

This text has shadow with #2883E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2883E1 on black background.


Color preview on white background

This text has color #2883E1 on white background.



Black color preview on #2883E1 background

This text has black color on #2883E1 background.


White color preview on #2883E1 background

This text has white color on #2883E1 background.