COLOR #5488FC

HEX: #5488FC
RGB: (84,136,252)

Color info

#5488FC contains mainly blue color. Web safe color of #5488FC is #6699FF (or #69F).

RGB color model

#5488FC color RGB value is (84,136,252).

  • red value is 84;
  • green value is 136;
  • blue value is 252.
RGB:
(84,136,252)
(33%,53%,99%)

RGB channels and saturation

R 84 of 255 = 33%
G 136 of 255 = 53%
B 252 of 255 = 99%

84
136
252

R + G + B ~ 62%. #5488FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 136 + 252 = 472 (100%)
R 84 of 472 ~ 17.8%
G 136 of 472 ~ 28.81%
B 252 of 472 ~ 53.39%

%17.8
%28.81
%53.39

CMYK color model

#5488FC color CMYK value is (67,46,0,1).

  • cyan value is 66.67%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(67,46,0,1)
C67M46Y0K1 
(67%,46%,0%,1%)
(0.67/0.46/0.00/0.01)	

CMYK percentages

%66.67
%46.03
%0
%1.18

Codes

Color #5488FC in popluar color models

5488FC
RGB84136252
HSL221°96.55%65.88%
HSB/HSV221°66.67%98.82%
CMYK66.67%46.03%0.00%
1.18%

Color #5488FC in popluar number systems.

HEX5488FC
Decimal84136252
Binary10101001000100011111100
Octal124210374

Shades and tints

Shades of #5488FC

#5488FC
(84,136,252)
#4D7CE6
(77,124,230)
#4670D0
(70,112,208)
#3F64BA
(63,100,186)
#3858A4
(56,88,164)
#314C8E
(49,76,142)
#2A4078
(42,64,120)
#233462
(35,52,98)
#1C284C
(28,40,76)
#151C36
(21,28,54)
#0E1020
(14,16,32)
#000000
(0,0,0)

Tints of #5488FC

#5488FC
(84,136,252)
#6392FC
(99,146,252)
#729CFC
(114,156,252)
#81A6FC
(129,166,252)
#90B0FC
(144,176,252)
#9FBAFC
(159,186,252)
#AEC4FC
(174,196,252)
#BDCEFC
(189,206,252)
#CCD8FC
(204,216,252)
#DBE2FC
(219,226,252)
#EAECFC
(234,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5488FC color. Also use rgb(84,136,252) instead hex code.

Text Font Color

.myTextColor { color: #5488FC; }

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

This text font color is #5488FC.


Background Color

.myBgColor { background-color: #5488FC; }

<div style="background-color:#5488FC">Inner text</div>

This div background color is #5488FC.


Border color

.myBorderColor { border: 1px solid #5488FC; }

<div style="border:3px solid #5488FC">Div</div>

This div border color is #5488FC.


Opacity

.myOpacity80 { color: #5488FC; opacity: 0.8; }

<p style="color:#5488FC;opacity:0.8;">80%</p>

Text with #5488FC 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 #5488FC;}

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

This text has shadow with #5488FC color.

.textShadow {text-shadow: 3px 3px 1px #5488FC, 3px 3px 1px red;}

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

This text has shadow with #5488FC primary color and red secondary color.


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

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

This text has shadow with #5488FC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5488FC on black background.


Color preview on white background

This text has color #5488FC on white background.



Black color preview on #5488FC background

This text has black color on #5488FC background.


White color preview on #5488FC background

This text has white color on #5488FC background.