COLOR #5D9DF9

HEX: #5D9DF9
RGB: (93,157,249)

Color info

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

RGB color model

#5D9DF9 color RGB value is (93,157,249).

  • red value is 93;
  • green value is 157;
  • blue value is 249.
RGB:
(93,157,249)
(36%,62%,98%)

RGB channels and saturation

R 93 of 255 = 36%
G 157 of 255 = 62%
B 249 of 255 = 98%

93
157
249

R + G + B ~ 65%. #5D9DF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 157 + 249 = 499 (100%)
R 93 of 499 ~ 18.64%
G 157 of 499 ~ 31.46%
B 249 of 499 ~ 49.9%

%18.64
%31.46
%49.9

CMYK color model

#5D9DF9 color CMYK value is (63,37,0,2).

  • cyan value is 62.65%
  • magenta value is 36.95%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(63,37,0,2)
C63M37Y0K2 
(63%,37%,0%,2%)
(0.63/0.37/0.00/0.02)	

CMYK percentages

%62.65
%36.95
%0
%2.35

Codes

Color #5D9DF9 in popluar color models

5D9DF9
RGB93157249
HSL215°92.86%67.06%
HSB/HSV215°62.65%97.65%
CMYK62.65%36.95%0.00%
2.35%

Color #5D9DF9 in popluar number systems.

HEX5D9DF9
Decimal93157249
Binary10111011001110111111001
Octal135235371

Shades and tints

Shades of #5D9DF9

#5D9DF9
(93,157,249)
#558FE3
(85,143,227)
#4D81CD
(77,129,205)
#4573B7
(69,115,183)
#3D65A1
(61,101,161)
#35578B
(53,87,139)
#2D4975
(45,73,117)
#253B5F
(37,59,95)
#1D2D49
(29,45,73)
#151F33
(21,31,51)
#0D111D
(13,17,29)
#000000
(0,0,0)

Tints of #5D9DF9

#5D9DF9
(93,157,249)
#6BA5F9
(107,165,249)
#79ADF9
(121,173,249)
#87B5F9
(135,181,249)
#95BDF9
(149,189,249)
#A3C5F9
(163,197,249)
#B1CDF9
(177,205,249)
#BFD5F9
(191,213,249)
#CDDDF9
(205,221,249)
#DBE5F9
(219,229,249)
#E9EDF9
(233,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9DF9 color. Also use rgb(93,157,249) instead hex code.

Text Font Color

.myTextColor { color: #5D9DF9; }

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

This text font color is #5D9DF9.


Background Color

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

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

This div background color is #5D9DF9.


Border color

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

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

This div border color is #5D9DF9.


Opacity

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

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

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

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

This text has shadow with #5D9DF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9DF9 on black background.


Color preview on white background

This text has color #5D9DF9 on white background.



Black color preview on #5D9DF9 background

This text has black color on #5D9DF9 background.


White color preview on #5D9DF9 background

This text has white color on #5D9DF9 background.