COLOR #54A0EB

HEX: #54A0EB
RGB: (84,160,235)

Color info

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

RGB color model

#54A0EB color RGB value is (84,160,235).

  • red value is 84;
  • green value is 160;
  • blue value is 235.
RGB:
(84,160,235)
(33%,63%,92%)

RGB channels and saturation

R 84 of 255 = 33%
G 160 of 255 = 63%
B 235 of 255 = 92%

84
160
235

R + G + B ~ 63%. #54A0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 160 + 235 = 479 (100%)
R 84 of 479 ~ 17.54%
G 160 of 479 ~ 33.4%
B 235 of 479 ~ 49.06%

%17.54
%33.4
%49.06

CMYK color model

#54A0EB color CMYK value is (64,32,0,8).

  • cyan value is 64.26%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(64,32,0,8)
C64M32Y0K8 
(64%,32%,0%,8%)
(0.64/0.32/0.00/0.08)	

CMYK percentages

%64.26
%31.91
%0
%7.84

Codes

Color #54A0EB in popluar color models

54A0EB
RGB84160235
HSL210°79.06%62.55%
HSB/HSV210°64.26%92.16%
CMYK64.26%31.91%0.00%
7.84%

Color #54A0EB in popluar number systems.

HEX54A0EB
Decimal84160235
Binary10101001010000011101011
Octal124240353

Shades and tints

Shades of #54A0EB

#54A0EB
(84,160,235)
#4D92D6
(77,146,214)
#4684C1
(70,132,193)
#3F76AC
(63,118,172)
#386897
(56,104,151)
#315A82
(49,90,130)
#2A4C6D
(42,76,109)
#233E58
(35,62,88)
#1C3043
(28,48,67)
#15222E
(21,34,46)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #54A0EB

#54A0EB
(84,160,235)
#63A8EC
(99,168,236)
#72B0ED
(114,176,237)
#81B8EE
(129,184,238)
#90C0EF
(144,192,239)
#9FC8F0
(159,200,240)
#AED0F1
(174,208,241)
#BDD8F2
(189,216,242)
#CCE0F3
(204,224,243)
#DBE8F4
(219,232,244)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A0EB color. Also use rgb(84,160,235) instead hex code.

Text Font Color

.myTextColor { color: #54A0EB; }

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

This text font color is #54A0EB.


Background Color

.myBgColor { background-color: #54A0EB; }

<div style="background-color:#54A0EB">Inner text</div>

This div background color is #54A0EB.


Border color

.myBorderColor { border: 1px solid #54A0EB; }

<div style="border:3px solid #54A0EB">Div</div>

This div border color is #54A0EB.


Opacity

.myOpacity80 { color: #54A0EB; opacity: 0.8; }

<p style="color:#54A0EB;opacity:0.8;">80%</p>

Text with #54A0EB 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 #54A0EB;}

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

This text has shadow with #54A0EB color.

.textShadow {text-shadow: 3px 3px 1px #54A0EB, 3px 3px 1px red;}

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

This text has shadow with #54A0EB primary color and red secondary color.


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

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

This text has shadow with #54A0EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A0EB on black background.


Color preview on white background

This text has color #54A0EB on white background.



Black color preview on #54A0EB background

This text has black color on #54A0EB background.


White color preview on #54A0EB background

This text has white color on #54A0EB background.