COLOR #5A8FDD

HEX: #5A8FDD
RGB: (90,143,221)

Color info

#5A8FDD contains mainly blue color. Web safe color of #5A8FDD is #6699CC (or #69C).

RGB color model

#5A8FDD color RGB value is (90,143,221).

  • red value is 90;
  • green value is 143;
  • blue value is 221.
RGB:
(90,143,221)
(35%,56%,87%)

RGB channels and saturation

R 90 of 255 = 35%
G 143 of 255 = 56%
B 221 of 255 = 87%

90
143
221

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

Portions of RGB colors in percentages

R + G + B =
90 + 143 + 221 = 454 (100%)
R 90 of 454 ~ 19.82%
G 143 of 454 ~ 31.5%
B 221 of 454 ~ 48.68%

%19.82
%31.5
%48.68

CMYK color model

#5A8FDD color CMYK value is (59,35,0,13).

  • cyan value is 59.28%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(59,35,0,13)
C59M35Y0K13 
(59%,35%,0%,13%)
(0.59/0.35/0.00/0.13)	

CMYK percentages

%59.28
%35.29
%0
%13.33

Codes

Color #5A8FDD in popluar color models

5A8FDD
RGB90143221
HSL216°65.83%60.98%
HSB/HSV216°59.28%86.67%
CMYK59.28%35.29%0.00%
13.33%

Color #5A8FDD in popluar number systems.

HEX5A8FDD
Decimal90143221
Binary10110101000111111011101
Octal132217335

Shades and tints

Shades of #5A8FDD

#5A8FDD
(90,143,221)
#5282C9
(82,130,201)
#4A75B5
(74,117,181)
#4268A1
(66,104,161)
#3A5B8D
(58,91,141)
#324E79
(50,78,121)
#2A4165
(42,65,101)
#223451
(34,52,81)
#1A273D
(26,39,61)
#121A29
(18,26,41)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #5A8FDD

#5A8FDD
(90,143,221)
#6999E0
(105,153,224)
#78A3E3
(120,163,227)
#87ADE6
(135,173,230)
#96B7E9
(150,183,233)
#A5C1EC
(165,193,236)
#B4CBEF
(180,203,239)
#C3D5F2
(195,213,242)
#D2DFF5
(210,223,245)
#E1E9F8
(225,233,248)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8FDD color. Also use rgb(90,143,221) instead hex code.

Text Font Color

.myTextColor { color: #5A8FDD; }

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

This text font color is #5A8FDD.


Background Color

.myBgColor { background-color: #5A8FDD; }

<div style="background-color:#5A8FDD">Inner text</div>

This div background color is #5A8FDD.


Border color

.myBorderColor { border: 1px solid #5A8FDD; }

<div style="border:3px solid #5A8FDD">Div</div>

This div border color is #5A8FDD.


Opacity

.myOpacity80 { color: #5A8FDD; opacity: 0.8; }

<p style="color:#5A8FDD;opacity:0.8;">80%</p>

Text with #5A8FDD 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 #5A8FDD;}

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

This text has shadow with #5A8FDD color.

.textShadow {text-shadow: 3px 3px 1px #5A8FDD, 3px 3px 1px red;}

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

This text has shadow with #5A8FDD primary color and red secondary color.


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

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

This text has shadow with #5A8FDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8FDD on black background.


Color preview on white background

This text has color #5A8FDD on white background.



Black color preview on #5A8FDD background

This text has black color on #5A8FDD background.


White color preview on #5A8FDD background

This text has white color on #5A8FDD background.