COLOR #27A5E2

HEX: #27A5E2 RGB: (39,165,226)

Color info

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

RGB color model

#27A5E2 color RGB value is (39,165,226).

RGB: (39,165,226) (15%, 65%, 89%)

RGB channels and saturation

R 39 of 255 = 15%
G 165 of 255 = 65%
B 226 of 255 = 89%

39
165
226

R + G + B ~ 56%. #27A5E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 39 + 165 + 226 = 430 (100%)
R 39 of 430 ~ 9.07%
G 165 of 430 ~ 38.37%
B 226 of 430 ~ 52.56'%

%38.37
%52.56

CMYK color model

#27A5E2 color CMYK value is (83,27,0,11).

  • cyan value is 82.74%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (83,27,0,11)
C83M27Y0K11 (83%, 27%, 0%, 11%)
(0.83 / 0.27 / 0.00 / 0.11)

CMYK percentages

%82.74
%26.99
%0
%11.37

Codes

Color #27A5E2 in popluar color models

27 A5 E2
RGB 39 165 226
HSL 200° 76.33% 51.96%
HSB/HSV 200° 82.74% 88.63%
CMYK 82.74% 26.99% 0.00%
11.37%

Color #27A5E2 in popluar number systems.

HEX 27 A5 E2
Decimal 39 165 226
Binary 100111 10100101 11100010
Octal 47 245 342

Shades and tints

Shades of #27A5E2

#27A5E2
(39,165,226)
#2496CE
(36,150,206)
#2187BA
(33,135,186)
#1E78A6
(30,120,166)
#1B6992
(27,105,146)
#185A7E
(24,90,126)
#154B6A
(21,75,106)
#123C56
(18,60,86)
#0F2D42
(15,45,66)
#0C1E2E
(12,30,46)
#090F1A
(9,15,26)
#000000
(0,0,0)

Tints of #27A5E2

#27A5E2
(39,165,226)
#3AADE4
(58,173,228)
#4DB5E6
(77,181,230)
#60BDE8
(96,189,232)
#73C5EA
(115,197,234)
#86CDEC
(134,205,236)
#99D5EE
(153,213,238)
#ACDDF0
(172,221,240)
#BFE5F2
(191,229,242)
#D2EDF4
(210,237,244)
#E5F5F6
(229,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27A5E2 color. Also use rgb(39,165,226) instead hex code.

Text Font Color

.myTextColor { color: #27A5E2; }

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

This text font color is #27A5E2.

Background Color

.myBgColor { background-color: #27A5E2; }

<div style="background-color:#27A5E2">Inner text</div>

This div background color is #27A5E2.

Border color

.myBorderColor { border: 1px solid #27A5E2; }

<div style="border:3px solid #27A5E2">Div</div>

This div border color is #27A5E2.

Opacity

.myOpacity80 { color: #27A5E2; opacity: 0.8; }

<p style="color:#27A5E2;opacity:0.8;">80%</p>

Text with #27A5E2 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 #27A5E2;}

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

This text has shadow with #27A5E2 color.


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

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

This text has shadow with #27A5E2 primary color and red secondary color.


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

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

This text has shadow with #27A5E2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #27A5E2.

Preview

Color preview on black background

This text has color #27A5E2 on black background.


Color preview on white background

This text has color #27A5E2 on white background.


Black color preview on #27A5E2 background

This text has black color on #27A5E2 background.


White color preview on #27A5E2 background

This text has white color on #27A5E2 background.


Related colors

Complementary color

Complementary color for #hex is #D85A1D.


I love getcolorcode.com

Triadic colors

1 #E227A5 and #A5E227 with #27A5E2 are triadic colors.

2 #E2A527 and #A527E2 with #27A5E2 are triadic colors.