COLOR #28A9ED

HEX: #28A9ED RGB: (40,169,237)

Color info

#28A9ED contains mainly blue color. Web safe color of #28A9ED is #3399FF (or #39F).

RGB color model

#28A9ED color RGB value is (40,169,237).

RGB: (40,169,237) (16%, 66%, 93%)

RGB channels and saturation

R 40 of 255 = 16%
G 169 of 255 = 66%
B 237 of 255 = 93%

40
169
237

R + G + B ~ 58%. #28A9ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 40 + 169 + 237 = 446 (100%)
R 40 of 446 ~ 8.97%
G 169 of 446 ~ 37.89%
B 237 of 446 ~ 53.14'%

%37.89
%53.14

CMYK color model

#28A9ED color CMYK value is (83,29,0,7).

  • cyan value is 83.12%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (83,29,0,7)
C83M29Y0K7 (83%, 29%, 0%, 7%)
(0.83 / 0.29 / 0.00 / 0.07)

CMYK percentages

%83.12
%28.69
%0
%7.06

Codes

Color #28A9ED in popluar color models

28 A9 ED
RGB 40 169 237
HSL 201° 84.55% 54.31%
HSB/HSV 201° 83.12% 92.94%
CMYK 83.12% 28.69% 0.00%
7.06%

Color #28A9ED in popluar number systems.

HEX 28 A9 ED
Decimal 40 169 237
Binary 101000 10101001 11101101
Octal 50 251 355

Shades and tints

Shades of #28A9ED

#28A9ED
(40,169,237)
#259AD8
(37,154,216)
#228BC3
(34,139,195)
#1F7CAE
(31,124,174)
#1C6D99
(28,109,153)
#195E84
(25,94,132)
#164F6F
(22,79,111)
#13405A
(19,64,90)
#103145
(16,49,69)
#0D2230
(13,34,48)
#0A131B
(10,19,27)
#000000
(0,0,0)

Tints of #28A9ED

#28A9ED
(40,169,237)
#3BB0EE
(59,176,238)
#4EB7EF
(78,183,239)
#61BEF0
(97,190,240)
#74C5F1
(116,197,241)
#87CCF2
(135,204,242)
#9AD3F3
(154,211,243)
#ADDAF4
(173,218,244)
#C0E1F5
(192,225,245)
#D3E8F6
(211,232,246)
#E6EFF7
(230,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28A9ED color. Also use rgb(40,169,237) instead hex code.

Text Font Color

.myTextColor { color: #28A9ED; }

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

This text font color is #28A9ED.

Background Color

.myBgColor { background-color: #28A9ED; }

<div style="background-color:#28A9ED">Inner text</div>

This div background color is #28A9ED.

Border color

.myBorderColor { border: 1px solid #28A9ED; }

<div style="border:3px solid #28A9ED">Div</div>

This div border color is #28A9ED.

Opacity

.myOpacity80 { color: #28A9ED; opacity: 0.8; }

<p style="color:#28A9ED;opacity:0.8;">80%</p>

Text with #28A9ED 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 #28A9ED;}

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

This text has shadow with #28A9ED color.


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

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

This text has shadow with #28A9ED primary color and red secondary color.


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

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

This text has shadow with #28A9ED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #28A9ED.

Preview

Color preview on black background

This text has color #28A9ED on black background.


Color preview on white background

This text has color #28A9ED on white background.


Black color preview on #28A9ED background

This text has black color on #28A9ED background.


White color preview on #28A9ED background

This text has white color on #28A9ED background.


Related colors

Complementary color

Complementary color for #hex is #D75612.


I love getcolorcode.com

Triadic colors

1 #ED28A9 and #A9ED28 with #28A9ED are triadic colors.

2 #EDA928 and #A928ED with #28A9ED are triadic colors.