COLOR #2A7AD3

HEX: #2A7AD3
RGB: (42,122,211)

Color info

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

RGB color model

#2A7AD3 color RGB value is (42,122,211).

  • red value is 42;
  • green value is 122;
  • blue value is 211.
RGB:
(42,122,211)
(16%,48%,83%)

RGB channels and saturation

R 42 of 255 = 16%
G 122 of 255 = 48%
B 211 of 255 = 83%

42
122
211

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

Portions of RGB colors in percentages

R + G + B =
42 + 122 + 211 = 375 (100%)
R 42 of 375 ~ 11.2%
G 122 of 375 ~ 32.53%
B 211 of 375 ~ 56.27%

%11.2
%32.53
%56.27

CMYK color model

#2A7AD3 color CMYK value is (80,42,0,17).

  • cyan value is 80.09%
  • magenta value is 42.18%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(80,42,0,17)
C80M42Y0K17 
(80%,42%,0%,17%)
(0.80/0.42/0.00/0.17)	

CMYK percentages

%80.09
%42.18
%0
%17.25

Codes

Color #2A7AD3 in popluar color models

2A7AD3
RGB42122211
HSL212°66.80%49.61%
HSB/HSV212°80.09%82.75%
CMYK80.09%42.18%0.00%
17.25%

Color #2A7AD3 in popluar number systems.

HEX2A7AD3
Decimal42122211
Binary101010111101011010011
Octal52172323

Shades and tints

Shades of #2A7AD3

#2A7AD3
(42,122,211)
#276FC0
(39,111,192)
#2464AD
(36,100,173)
#21599A
(33,89,154)
#1E4E87
(30,78,135)
#1B4374
(27,67,116)
#183861
(24,56,97)
#152D4E
(21,45,78)
#12223B
(18,34,59)
#0F1728
(15,23,40)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #2A7AD3

#2A7AD3
(42,122,211)
#3D86D7
(61,134,215)
#5092DB
(80,146,219)
#639EDF
(99,158,223)
#76AAE3
(118,170,227)
#89B6E7
(137,182,231)
#9CC2EB
(156,194,235)
#AFCEEF
(175,206,239)
#C2DAF3
(194,218,243)
#D5E6F7
(213,230,247)
#E8F2FB
(232,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A7AD3 color. Also use rgb(42,122,211) instead hex code.

Text Font Color

.myTextColor { color: #2A7AD3; }

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

This text font color is #2A7AD3.


Background Color

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

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

This div background color is #2A7AD3.


Border color

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

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

This div border color is #2A7AD3.


Opacity

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

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

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

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

This text has shadow with #2A7AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A7AD3 on black background.


Color preview on white background

This text has color #2A7AD3 on white background.



Black color preview on #2A7AD3 background

This text has black color on #2A7AD3 background.


White color preview on #2A7AD3 background

This text has white color on #2A7AD3 background.