COLOR #2A6ED3

HEX: #2A6ED3 RGB: (42,110,211)

Color info

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

RGB color model

#2A6ED3 color RGB value is (42,110,211).

RGB: (42,110,211) (16%, 43%, 83%)

RGB channels and saturation

R 42 of 255 = 16%
G 110 of 255 = 43%
B 211 of 255 = 83%

42
110
211

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

Portions of RGB colors in percentages

R + G + B = 42 + 110 + 211 = 363 (100%)
R 42 of 363 ~ 11.57%
G 110 of 363 ~ 30.3%
B 211 of 363 ~ 58.13'%

%11.57
%30.3
%58.13

CMYK color model

#2A6ED3 color CMYK value is (80,48,0,17).

  • cyan value is 80.09%
  • magenta value is 47.87%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (80,48,0,17)
C80M48Y0K17 (80%, 48%, 0%, 17%)
(0.80 / 0.48 / 0.00 / 0.17)

CMYK percentages

%80.09
%47.87
%0
%17.25

Codes

Color #2A6ED3 in popluar color models

2A 6E D3
RGB 42 110 211
HSL 216° 66.80% 49.61%
HSB/HSV 216° 80.09% 82.75%
CMYK 80.09% 47.87% 0.00%
17.25%

Color #2A6ED3 in popluar number systems.

HEX 2A 6E D3
Decimal 42 110 211
Binary 101010 1101110 11010011
Octal 52 156 323

Shades and tints

Shades of #2A6ED3

#2A6ED3
(42,110,211)
#2764C0
(39,100,192)
#245AAD
(36,90,173)
#21509A
(33,80,154)
#1E4687
(30,70,135)
#1B3C74
(27,60,116)
#183261
(24,50,97)
#15284E
(21,40,78)
#121E3B
(18,30,59)
#0F1428
(15,20,40)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #2A6ED3

#2A6ED3
(42,110,211)
#3D7BD7
(61,123,215)
#5088DB
(80,136,219)
#6395DF
(99,149,223)
#76A2E3
(118,162,227)
#89AFE7
(137,175,231)
#9CBCEB
(156,188,235)
#AFC9EF
(175,201,239)
#C2D6F3
(194,214,243)
#D5E3F7
(213,227,247)
#E8F0FB
(232,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A6ED3; }

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

This text font color is #2A6ED3.

Background Color

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

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

This div background color is #2A6ED3.

Border color

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

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

This div border color is #2A6ED3.

Opacity

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

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

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

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

This text has shadow with #2A6ED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A6ED3.

Preview

Color preview on black background

This text has color #2A6ED3 on black background.


Color preview on white background

This text has color #2A6ED3 on white background.


Black color preview on #2A6ED3 background

This text has black color on #2A6ED3 background.


White color preview on #2A6ED3 background

This text has white color on #2A6ED3 background.


Related colors

Complementary color

Complementary color for #2A6ED3 is #D5912C.


I love getcolorcode.com

Triadic colors

1 #D32A6E and #6ED32A with #2A6ED3 are triadic colors.

2 #D36E2A and #6E2AD3 with #2A6ED3 are triadic colors.