COLOR #28A5F1

HEX: #28A5F1
RGB: (40,165,241)

Color info

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

RGB color model

#28A5F1 color RGB value is (40,165,241).

  • red value is 40;
  • green value is 165;
  • blue value is 241.
RGB:
(40,165,241)
(16%,65%,95%)

RGB channels and saturation

R 40 of 255 = 16%
G 165 of 255 = 65%
B 241 of 255 = 95%

40
165
241

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

Portions of RGB colors in percentages

R + G + B =
40 + 165 + 241 = 446 (100%)
R 40 of 446 ~ 8.97%
G 165 of 446 ~ 37%
B 241 of 446 ~ 54.04%

%37
%54.04

CMYK color model

#28A5F1 color CMYK value is (83,32,0,5).

  • cyan value is 83.40%
  • magenta value is 31.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(83,32,0,5)
C83M32Y0K5 
(83%,32%,0%,5%)
(0.83/0.32/0.00/0.05)	

CMYK percentages

%83.4
%31.54
%0
%5.49

Codes

Color #28A5F1 in popluar color models

28A5F1
RGB40165241
HSL203°87.77%55.10%
HSB/HSV203°83.40%94.51%
CMYK83.40%31.54%0.00%
5.49%

Color #28A5F1 in popluar number systems.

HEX28A5F1
Decimal40165241
Binary1010001010010111110001
Octal50245361

Shades and tints

Shades of #28A5F1

#28A5F1
(40,165,241)
#2596DC
(37,150,220)
#2287C7
(34,135,199)
#1F78B2
(31,120,178)
#1C699D
(28,105,157)
#195A88
(25,90,136)
#164B73
(22,75,115)
#133C5E
(19,60,94)
#102D49
(16,45,73)
#0D1E34
(13,30,52)
#0A0F1F
(10,15,31)
#000000
(0,0,0)

Tints of #28A5F1

#28A5F1
(40,165,241)
#3BADF2
(59,173,242)
#4EB5F3
(78,181,243)
#61BDF4
(97,189,244)
#74C5F5
(116,197,245)
#87CDF6
(135,205,246)
#9AD5F7
(154,213,247)
#ADDDF8
(173,221,248)
#C0E5F9
(192,229,249)
#D3EDFA
(211,237,250)
#E6F5FB
(230,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28A5F1 color. Also use rgb(40,165,241) instead hex code.

Text Font Color

.myTextColor { color: #28A5F1; }

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

This text font color is #28A5F1.


Background Color

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

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

This div background color is #28A5F1.


Border color

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

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

This div border color is #28A5F1.


Opacity

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

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

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

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

This text has shadow with #28A5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28A5F1 on black background.


Color preview on white background

This text has color #28A5F1 on white background.



Black color preview on #28A5F1 background

This text has black color on #28A5F1 background.


White color preview on #28A5F1 background

This text has white color on #28A5F1 background.