COLOR #488ED9

HEX: #488ED9
RGB: (72,142,217)

Color info

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

RGB color model

#488ED9 color RGB value is (72,142,217).

  • red value is 72;
  • green value is 142;
  • blue value is 217.
RGB:
(72,142,217)
(28%,56%,85%)

RGB channels and saturation

R 72 of 255 = 28%
G 142 of 255 = 56%
B 217 of 255 = 85%

72
142
217

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

Portions of RGB colors in percentages

R + G + B =
72 + 142 + 217 = 431 (100%)
R 72 of 431 ~ 16.71%
G 142 of 431 ~ 32.95%
B 217 of 431 ~ 50.35%

%16.71
%32.95
%50.35

CMYK color model

#488ED9 color CMYK value is (67,35,0,15).

  • cyan value is 66.82%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(67,35,0,15)
C67M35Y0K15 
(67%,35%,0%,15%)
(0.67/0.35/0.00/0.15)	

CMYK percentages

%66.82
%34.56
%0
%14.9

Codes

Color #488ED9 in popluar color models

488ED9
RGB72142217
HSL211°65.61%56.67%
HSB/HSV211°66.82%85.10%
CMYK66.82%34.56%0.00%
14.90%

Color #488ED9 in popluar number systems.

HEX488ED9
Decimal72142217
Binary10010001000111011011001
Octal110216331

Shades and tints

Shades of #488ED9

#488ED9
(72,142,217)
#4282C6
(66,130,198)
#3C76B3
(60,118,179)
#366AA0
(54,106,160)
#305E8D
(48,94,141)
#2A527A
(42,82,122)
#244667
(36,70,103)
#1E3A54
(30,58,84)
#182E41
(24,46,65)
#12222E
(18,34,46)
#0C161B
(12,22,27)
#000000
(0,0,0)

Tints of #488ED9

#488ED9
(72,142,217)
#5898DC
(88,152,220)
#68A2DF
(104,162,223)
#78ACE2
(120,172,226)
#88B6E5
(136,182,229)
#98C0E8
(152,192,232)
#A8CAEB
(168,202,235)
#B8D4EE
(184,212,238)
#C8DEF1
(200,222,241)
#D8E8F4
(216,232,244)
#E8F2F7
(232,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488ED9 color. Also use rgb(72,142,217) instead hex code.

Text Font Color

.myTextColor { color: #488ED9; }

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

This text font color is #488ED9.


Background Color

.myBgColor { background-color: #488ED9; }

<div style="background-color:#488ED9">Inner text</div>

This div background color is #488ED9.


Border color

.myBorderColor { border: 1px solid #488ED9; }

<div style="border:3px solid #488ED9">Div</div>

This div border color is #488ED9.


Opacity

.myOpacity80 { color: #488ED9; opacity: 0.8; }

<p style="color:#488ED9;opacity:0.8;">80%</p>

Text with #488ED9 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 #488ED9;}

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

This text has shadow with #488ED9 color.

.textShadow {text-shadow: 3px 3px 1px #488ED9, 3px 3px 1px red;}

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

This text has shadow with #488ED9 primary color and red secondary color.


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

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

This text has shadow with #488ED9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488ED9 on black background.


Color preview on white background

This text has color #488ED9 on white background.



Black color preview on #488ED9 background

This text has black color on #488ED9 background.


White color preview on #488ED9 background

This text has white color on #488ED9 background.