COLOR #2B7DDD

HEX: #2B7DDD
RGB: (43,125,221)

Color info

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

RGB color model

#2B7DDD color RGB value is (43,125,221).

  • red value is 43;
  • green value is 125;
  • blue value is 221.
RGB:
(43,125,221)
(17%,49%,87%)

RGB channels and saturation

R 43 of 255 = 17%
G 125 of 255 = 49%
B 221 of 255 = 87%

43
125
221

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

Portions of RGB colors in percentages

R + G + B =
43 + 125 + 221 = 389 (100%)
R 43 of 389 ~ 11.05%
G 125 of 389 ~ 32.13%
B 221 of 389 ~ 56.81%

%11.05
%32.13
%56.81

CMYK color model

#2B7DDD color CMYK value is (81,43,0,13).

  • cyan value is 80.54%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(81,43,0,13)
C81M43Y0K13 
(81%,43%,0%,13%)
(0.81/0.43/0.00/0.13)	

CMYK percentages

%80.54
%43.44
%0
%13.33

Codes

Color #2B7DDD in popluar color models

2B7DDD
RGB43125221
HSL212°72.36%51.76%
HSB/HSV212°80.54%86.67%
CMYK80.54%43.44%0.00%
13.33%

Color #2B7DDD in popluar number systems.

HEX2B7DDD
Decimal43125221
Binary101011111110111011101
Octal53175335

Shades and tints

Shades of #2B7DDD

#2B7DDD
(43,125,221)
#2872C9
(40,114,201)
#2567B5
(37,103,181)
#225CA1
(34,92,161)
#1F518D
(31,81,141)
#1C4679
(28,70,121)
#193B65
(25,59,101)
#163051
(22,48,81)
#13253D
(19,37,61)
#101A29
(16,26,41)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #2B7DDD

#2B7DDD
(43,125,221)
#3E88E0
(62,136,224)
#5193E3
(81,147,227)
#649EE6
(100,158,230)
#77A9E9
(119,169,233)
#8AB4EC
(138,180,236)
#9DBFEF
(157,191,239)
#B0CAF2
(176,202,242)
#C3D5F5
(195,213,245)
#D6E0F8
(214,224,248)
#E9EBFB
(233,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B7DDD color. Also use rgb(43,125,221) instead hex code.

Text Font Color

.myTextColor { color: #2B7DDD; }

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

This text font color is #2B7DDD.


Background Color

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

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

This div background color is #2B7DDD.


Border color

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

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

This div border color is #2B7DDD.


Opacity

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

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

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

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

This text has shadow with #2B7DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B7DDD on black background.


Color preview on white background

This text has color #2B7DDD on white background.



Black color preview on #2B7DDD background

This text has black color on #2B7DDD background.


White color preview on #2B7DDD background

This text has white color on #2B7DDD background.