COLOR #488BEA

HEX: #488BEA
RGB: (72,139,234)

Color info

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

RGB color model

#488BEA color RGB value is (72,139,234).

  • red value is 72;
  • green value is 139;
  • blue value is 234.
RGB:
(72,139,234)
(28%,55%,92%)

RGB channels and saturation

R 72 of 255 = 28%
G 139 of 255 = 55%
B 234 of 255 = 92%

72
139
234

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

Portions of RGB colors in percentages

R + G + B =
72 + 139 + 234 = 445 (100%)
R 72 of 445 ~ 16.18%
G 139 of 445 ~ 31.24%
B 234 of 445 ~ 52.58%

%16.18
%31.24
%52.58

CMYK color model

#488BEA color CMYK value is (69,41,0,8).

  • cyan value is 69.23%
  • magenta value is 40.60%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(69,41,0,8)
C69M41Y0K8 
(69%,41%,0%,8%)
(0.69/0.41/0.00/0.08)	

CMYK percentages

%69.23
%40.6
%0
%8.24

Codes

Color #488BEA in popluar color models

488BEA
RGB72139234
HSL215°79.41%60.00%
HSB/HSV215°69.23%91.76%
CMYK69.23%40.60%0.00%
8.24%

Color #488BEA in popluar number systems.

HEX488BEA
Decimal72139234
Binary10010001000101111101010
Octal110213352

Shades and tints

Shades of #488BEA

#488BEA
(72,139,234)
#427FD5
(66,127,213)
#3C73C0
(60,115,192)
#3667AB
(54,103,171)
#305B96
(48,91,150)
#2A4F81
(42,79,129)
#24436C
(36,67,108)
#1E3757
(30,55,87)
#182B42
(24,43,66)
#121F2D
(18,31,45)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #488BEA

#488BEA
(72,139,234)
#5895EB
(88,149,235)
#689FEC
(104,159,236)
#78A9ED
(120,169,237)
#88B3EE
(136,179,238)
#98BDEF
(152,189,239)
#A8C7F0
(168,199,240)
#B8D1F1
(184,209,241)
#C8DBF2
(200,219,242)
#D8E5F3
(216,229,243)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488BEA color. Also use rgb(72,139,234) instead hex code.

Text Font Color

.myTextColor { color: #488BEA; }

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

This text font color is #488BEA.


Background Color

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

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

This div background color is #488BEA.


Border color

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

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

This div border color is #488BEA.


Opacity

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

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

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

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

This text has shadow with #488BEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488BEA on black background.


Color preview on white background

This text has color #488BEA on white background.



Black color preview on #488BEA background

This text has black color on #488BEA background.


White color preview on #488BEA background

This text has white color on #488BEA background.