COLOR #489CD8

HEX: #489CD8
RGB: (72,156,216)

Color info

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

RGB color model

#489CD8 color RGB value is (72,156,216).

  • red value is 72;
  • green value is 156;
  • blue value is 216.
RGB:
(72,156,216)
(28%,61%,85%)

RGB channels and saturation

R 72 of 255 = 28%
G 156 of 255 = 61%
B 216 of 255 = 85%

72
156
216

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

Portions of RGB colors in percentages

R + G + B =
72 + 156 + 216 = 444 (100%)
R 72 of 444 ~ 16.22%
G 156 of 444 ~ 35.14%
B 216 of 444 ~ 48.65%

%16.22
%35.14
%48.65

CMYK color model

#489CD8 color CMYK value is (67,28,0,15).

  • cyan value is 66.67%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(67,28,0,15)
C67M28Y0K15 
(67%,28%,0%,15%)
(0.67/0.28/0.00/0.15)	

CMYK percentages

%66.67
%27.78
%0
%15.29

Codes

Color #489CD8 in popluar color models

489CD8
RGB72156216
HSL205°64.86%56.47%
HSB/HSV205°66.67%84.71%
CMYK66.67%27.78%0.00%
15.29%

Color #489CD8 in popluar number systems.

HEX489CD8
Decimal72156216
Binary10010001001110011011000
Octal110234330

Shades and tints

Shades of #489CD8

#489CD8
(72,156,216)
#428EC5
(66,142,197)
#3C80B2
(60,128,178)
#36729F
(54,114,159)
#30648C
(48,100,140)
#2A5679
(42,86,121)
#244866
(36,72,102)
#1E3A53
(30,58,83)
#182C40
(24,44,64)
#121E2D
(18,30,45)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #489CD8

#489CD8
(72,156,216)
#58A5DB
(88,165,219)
#68AEDE
(104,174,222)
#78B7E1
(120,183,225)
#88C0E4
(136,192,228)
#98C9E7
(152,201,231)
#A8D2EA
(168,210,234)
#B8DBED
(184,219,237)
#C8E4F0
(200,228,240)
#D8EDF3
(216,237,243)
#E8F6F6
(232,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489CD8 color. Also use rgb(72,156,216) instead hex code.

Text Font Color

.myTextColor { color: #489CD8; }

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

This text font color is #489CD8.


Background Color

.myBgColor { background-color: #489CD8; }

<div style="background-color:#489CD8">Inner text</div>

This div background color is #489CD8.


Border color

.myBorderColor { border: 1px solid #489CD8; }

<div style="border:3px solid #489CD8">Div</div>

This div border color is #489CD8.


Opacity

.myOpacity80 { color: #489CD8; opacity: 0.8; }

<p style="color:#489CD8;opacity:0.8;">80%</p>

Text with #489CD8 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 #489CD8;}

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

This text has shadow with #489CD8 color.

.textShadow {text-shadow: 3px 3px 1px #489CD8, 3px 3px 1px red;}

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

This text has shadow with #489CD8 primary color and red secondary color.


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

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

This text has shadow with #489CD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489CD8 on black background.


Color preview on white background

This text has color #489CD8 on white background.



Black color preview on #489CD8 background

This text has black color on #489CD8 background.


White color preview on #489CD8 background

This text has white color on #489CD8 background.