COLOR #489DEE

HEX: #489DEE
RGB: (72,157,238)

Color info

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

RGB color model

#489DEE color RGB value is (72,157,238).

  • red value is 72;
  • green value is 157;
  • blue value is 238.
RGB:
(72,157,238)
(28%,62%,93%)

RGB channels and saturation

R 72 of 255 = 28%
G 157 of 255 = 62%
B 238 of 255 = 93%

72
157
238

R + G + B ~ 61%. #489DEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 157 + 238 = 467 (100%)
R 72 of 467 ~ 15.42%
G 157 of 467 ~ 33.62%
B 238 of 467 ~ 50.96%

%15.42
%33.62
%50.96

CMYK color model

#489DEE color CMYK value is (70,34,0,7).

  • cyan value is 69.75%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(70,34,0,7)
C70M34Y0K7 
(70%,34%,0%,7%)
(0.70/0.34/0.00/0.07)	

CMYK percentages

%69.75
%34.03
%0
%6.67

Codes

Color #489DEE in popluar color models

489DEE
RGB72157238
HSL209°83.00%60.78%
HSB/HSV209°69.75%93.33%
CMYK69.75%34.03%0.00%
6.67%

Color #489DEE in popluar number systems.

HEX489DEE
Decimal72157238
Binary10010001001110111101110
Octal110235356

Shades and tints

Shades of #489DEE

#489DEE
(72,157,238)
#428FD9
(66,143,217)
#3C81C4
(60,129,196)
#3673AF
(54,115,175)
#30659A
(48,101,154)
#2A5785
(42,87,133)
#244970
(36,73,112)
#1E3B5B
(30,59,91)
#182D46
(24,45,70)
#121F31
(18,31,49)
#0C111C
(12,17,28)
#000000
(0,0,0)

Tints of #489DEE

#489DEE
(72,157,238)
#58A5EF
(88,165,239)
#68ADF0
(104,173,240)
#78B5F1
(120,181,241)
#88BDF2
(136,189,242)
#98C5F3
(152,197,243)
#A8CDF4
(168,205,244)
#B8D5F5
(184,213,245)
#C8DDF6
(200,221,246)
#D8E5F7
(216,229,247)
#E8EDF8
(232,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489DEE color. Also use rgb(72,157,238) instead hex code.

Text Font Color

.myTextColor { color: #489DEE; }

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

This text font color is #489DEE.


Background Color

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

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

This div background color is #489DEE.


Border color

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

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

This div border color is #489DEE.


Opacity

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

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

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

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

This text has shadow with #489DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489DEE on black background.


Color preview on white background

This text has color #489DEE on white background.



Black color preview on #489DEE background

This text has black color on #489DEE background.


White color preview on #489DEE background

This text has white color on #489DEE background.