COLOR #488BCA

HEX: #488BCA
RGB: (72,139,202)

Color info

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

RGB color model

#488BCA color RGB value is (72,139,202).

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

RGB channels and saturation

R 72 of 255 = 28%
G 139 of 255 = 55%
B 202 of 255 = 79%

72
139
202

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

Portions of RGB colors in percentages

R + G + B =
72 + 139 + 202 = 413 (100%)
R 72 of 413 ~ 17.43%
G 139 of 413 ~ 33.66%
B 202 of 413 ~ 48.91%

%17.43
%33.66
%48.91

CMYK color model

#488BCA color CMYK value is (64,31,0,21).

  • cyan value is 64.36%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(64,31,0,21)
C64M31Y0K21 
(64%,31%,0%,21%)
(0.64/0.31/0.00/0.21)	

CMYK percentages

%64.36
%31.19
%0
%20.78

Codes

Color #488BCA in popluar color models

488BCA
RGB72139202
HSL209°55.08%53.73%
HSB/HSV209°64.36%79.22%
CMYK64.36%31.19%0.00%
20.78%

Color #488BCA in popluar number systems.

HEX488BCA
Decimal72139202
Binary10010001000101111001010
Octal110213312

Shades and tints

Shades of #488BCA

#488BCA
(72,139,202)
#427FB8
(66,127,184)
#3C73A6
(60,115,166)
#366794
(54,103,148)
#305B82
(48,91,130)
#2A4F70
(42,79,112)
#24435E
(36,67,94)
#1E374C
(30,55,76)
#182B3A
(24,43,58)
#121F28
(18,31,40)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #488BCA

#488BCA
(72,139,202)
#5895CE
(88,149,206)
#689FD2
(104,159,210)
#78A9D6
(120,169,214)
#88B3DA
(136,179,218)
#98BDDE
(152,189,222)
#A8C7E2
(168,199,226)
#B8D1E6
(184,209,230)
#C8DBEA
(200,219,234)
#D8E5EE
(216,229,238)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488BCA; }

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

This text font color is #488BCA.


Background Color

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

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

This div background color is #488BCA.


Border color

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

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

This div border color is #488BCA.


Opacity

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

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

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

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

This text has shadow with #488BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488BCA on black background.


Color preview on white background

This text has color #488BCA on white background.



Black color preview on #488BCA background

This text has black color on #488BCA background.


White color preview on #488BCA background

This text has white color on #488BCA background.