COLOR #488AF5

HEX: #488AF5
RGB: (72,138,245)

Color info

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

RGB color model

#488AF5 color RGB value is (72,138,245).

  • red value is 72;
  • green value is 138;
  • blue value is 245.
RGB:
(72,138,245)
(28%,54%,96%)

RGB channels and saturation

R 72 of 255 = 28%
G 138 of 255 = 54%
B 245 of 255 = 96%

72
138
245

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

Portions of RGB colors in percentages

R + G + B =
72 + 138 + 245 = 455 (100%)
R 72 of 455 ~ 15.82%
G 138 of 455 ~ 30.33%
B 245 of 455 ~ 53.85%

%15.82
%30.33
%53.85

CMYK color model

#488AF5 color CMYK value is (71,44,0,4).

  • cyan value is 70.61%
  • magenta value is 43.67%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(71,44,0,4)
C71M44Y0K4 
(71%,44%,0%,4%)
(0.71/0.44/0.00/0.04)	

CMYK percentages

%70.61
%43.67
%0
%3.92

Codes

Color #488AF5 in popluar color models

488AF5
RGB72138245
HSL217°89.64%62.16%
HSB/HSV217°70.61%96.08%
CMYK70.61%43.67%0.00%
3.92%

Color #488AF5 in popluar number systems.

HEX488AF5
Decimal72138245
Binary10010001000101011110101
Octal110212365

Shades and tints

Shades of #488AF5

#488AF5
(72,138,245)
#427EDF
(66,126,223)
#3C72C9
(60,114,201)
#3666B3
(54,102,179)
#305A9D
(48,90,157)
#2A4E87
(42,78,135)
#244271
(36,66,113)
#1E365B
(30,54,91)
#182A45
(24,42,69)
#121E2F
(18,30,47)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #488AF5

#488AF5
(72,138,245)
#5894F5
(88,148,245)
#689EF5
(104,158,245)
#78A8F5
(120,168,245)
#88B2F5
(136,178,245)
#98BCF5
(152,188,245)
#A8C6F5
(168,198,245)
#B8D0F5
(184,208,245)
#C8DAF5
(200,218,245)
#D8E4F5
(216,228,245)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488AF5 color. Also use rgb(72,138,245) instead hex code.

Text Font Color

.myTextColor { color: #488AF5; }

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

This text font color is #488AF5.


Background Color

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

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

This div background color is #488AF5.


Border color

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

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

This div border color is #488AF5.


Opacity

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

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

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

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

This text has shadow with #488AF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488AF5 on black background.


Color preview on white background

This text has color #488AF5 on white background.



Black color preview on #488AF5 background

This text has black color on #488AF5 background.


White color preview on #488AF5 background

This text has white color on #488AF5 background.