COLOR #5D9CF3

HEX: #5D9CF3
RGB: (93,156,243)

Color info

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

RGB color model

#5D9CF3 color RGB value is (93,156,243).

  • red value is 93;
  • green value is 156;
  • blue value is 243.
RGB:
(93,156,243)
(36%,61%,95%)

RGB channels and saturation

R 93 of 255 = 36%
G 156 of 255 = 61%
B 243 of 255 = 95%

93
156
243

R + G + B ~ 64%. #5D9CF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 156 + 243 = 492 (100%)
R 93 of 492 ~ 18.9%
G 156 of 492 ~ 31.71%
B 243 of 492 ~ 49.39%

%18.9
%31.71
%49.39

CMYK color model

#5D9CF3 color CMYK value is (62,36,0,5).

  • cyan value is 61.73%
  • magenta value is 35.80%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(62,36,0,5)
C62M36Y0K5 
(62%,36%,0%,5%)
(0.62/0.36/0.00/0.05)	

CMYK percentages

%61.73
%35.8
%0
%4.71

Codes

Color #5D9CF3 in popluar color models

5D9CF3
RGB93156243
HSL215°86.21%65.88%
HSB/HSV215°61.73%95.29%
CMYK61.73%35.80%0.00%
4.71%

Color #5D9CF3 in popluar number systems.

HEX5D9CF3
Decimal93156243
Binary10111011001110011110011
Octal135234363

Shades and tints

Shades of #5D9CF3

#5D9CF3
(93,156,243)
#558EDD
(85,142,221)
#4D80C7
(77,128,199)
#4572B1
(69,114,177)
#3D649B
(61,100,155)
#355685
(53,86,133)
#2D486F
(45,72,111)
#253A59
(37,58,89)
#1D2C43
(29,44,67)
#151E2D
(21,30,45)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #5D9CF3

#5D9CF3
(93,156,243)
#6BA5F4
(107,165,244)
#79AEF5
(121,174,245)
#87B7F6
(135,183,246)
#95C0F7
(149,192,247)
#A3C9F8
(163,201,248)
#B1D2F9
(177,210,249)
#BFDBFA
(191,219,250)
#CDE4FB
(205,228,251)
#DBEDFC
(219,237,252)
#E9F6FD
(233,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9CF3 color. Also use rgb(93,156,243) instead hex code.

Text Font Color

.myTextColor { color: #5D9CF3; }

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

This text font color is #5D9CF3.


Background Color

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

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

This div background color is #5D9CF3.


Border color

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

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

This div border color is #5D9CF3.


Opacity

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

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

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

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

This text has shadow with #5D9CF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9CF3 on black background.


Color preview on white background

This text has color #5D9CF3 on white background.



Black color preview on #5D9CF3 background

This text has black color on #5D9CF3 background.


White color preview on #5D9CF3 background

This text has white color on #5D9CF3 background.