COLOR #28A7EE

HEX: #28A7EE RGB: (40,167,238)

Color info

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

RGB color model

#28A7EE color RGB value is (40,167,238).

RGB: (40,167,238) (16%, 65%, 93%)

RGB channels and saturation

R 40 of 255 = 16%
G 167 of 255 = 65%
B 238 of 255 = 93%

40
167
238

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

Portions of RGB colors in percentages

R + G + B = 40 + 167 + 238 = 445 (100%)
R 40 of 445 ~ 8.99%
G 167 of 445 ~ 37.53%
B 238 of 445 ~ 53.48'%

%37.53
%53.48

CMYK color model

#28A7EE color CMYK value is (83,30,0,7).

  • cyan value is 83.19%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (83,30,0,7)
C83M30Y0K7 (83%, 30%, 0%, 7%)
(0.83 / 0.30 / 0.00 / 0.07)

CMYK percentages

%83.19
%29.83
%0
%6.67

Codes

Color #28A7EE in popluar color models

28 A7 EE
RGB 40 167 238
HSL 202° 85.34% 54.51%
HSB/HSV 202° 83.19% 93.33%
CMYK 83.19% 29.83% 0.00%
6.67%

Color #28A7EE in popluar number systems.

HEX 28 A7 EE
Decimal 40 167 238
Binary 101000 10100111 11101110
Octal 50 247 356

Shades and tints

Shades of #28A7EE

#28A7EE
(40,167,238)
#2598D9
(37,152,217)
#2289C4
(34,137,196)
#1F7AAF
(31,122,175)
#1C6B9A
(28,107,154)
#195C85
(25,92,133)
#164D70
(22,77,112)
#133E5B
(19,62,91)
#102F46
(16,47,70)
#0D2031
(13,32,49)
#0A111C
(10,17,28)
#000000
(0,0,0)

Tints of #28A7EE

#28A7EE
(40,167,238)
#3BAFEF
(59,175,239)
#4EB7F0
(78,183,240)
#61BFF1
(97,191,241)
#74C7F2
(116,199,242)
#87CFF3
(135,207,243)
#9AD7F4
(154,215,244)
#ADDFF5
(173,223,245)
#C0E7F6
(192,231,246)
#D3EFF7
(211,239,247)
#E6F7F8
(230,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28A7EE color. Also use rgb(40,167,238) instead hex code.

Text Font Color

.myTextColor { color: #28A7EE; }

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

This text font color is #28A7EE.

Background Color

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

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

This div background color is #28A7EE.

Border color

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

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

This div border color is #28A7EE.

Opacity

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

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

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

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

This text has shadow with #28A7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #28A7EE.

Preview

Color preview on black background

This text has color #28A7EE on black background.


Color preview on white background

This text has color #28A7EE on white background.


Black color preview on #28A7EE background

This text has black color on #28A7EE background.


White color preview on #28A7EE background

This text has white color on #28A7EE background.


Related colors

Complementary color

Complementary color for #hex is #D75811.


I love getcolorcode.com

Triadic colors

1 #EE28A7 and #A7EE28 with #28A7EE are triadic colors.

2 #EEA728 and #A728EE with #28A7EE are triadic colors.