COLOR #005DE8

HEX: #005DE8
RGB: (0,93,232)

Color info

#005DE8 contains mainly blue color. Web safe color of #005DE8 is #0066FF (or #06F).

RGB color model

#005DE8 color RGB value is (0,93,232).

  • red value is 0;
  • green value is 93;
  • blue value is 232.
RGB:
(0,93,232)
(0%,36%,91%)

RGB channels and saturation

R 0 of 255 = 0%
G 93 of 255 = 36%
B 232 of 255 = 91%

0
93
232

R + G + B ~ 42%. #005DE8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 232 = 325 (100%)
R 0 of 325 ~ 0%
G 93 of 325 ~ 28.62%
B 232 of 325 ~ 71.38%

%28.62
%71.38

CMYK color model

#005DE8 color CMYK value is (100,60,0,9).

  • cyan value is 100.00%
  • magenta value is 59.91%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(100,60,0,9)
C100M60Y0K9 
(100%,60%,0%,9%)
(1.00/0.60/0.00/0.09)	

CMYK percentages

%100
%59.91
%0
%9.02

Codes

Color #005DE8 in popluar color models

005DE8
RGB093232
HSL216°100.00%45.49%
HSB/HSV216°100.00%90.98%
CMYK100.00%59.91%0.00%
9.02%

Color #005DE8 in popluar number systems.

HEX005DE8
Decimal093232
Binary0101110111101000
Octal0135350

Shades and tints

Shades of #005DE8

#005DE8
(0,93,232)
#0055D3
(0,85,211)
#004DBE
(0,77,190)
#0045A9
(0,69,169)
#003D94
(0,61,148)
#00357F
(0,53,127)
#002D6A
(0,45,106)
#002555
(0,37,85)
#001D40
(0,29,64)
#00152B
(0,21,43)
#000D16
(0,13,22)
#000000
(0,0,0)

Tints of #005DE8

#005DE8
(0,93,232)
#176BEA
(23,107,234)
#2E79EC
(46,121,236)
#4587EE
(69,135,238)
#5C95F0
(92,149,240)
#73A3F2
(115,163,242)
#8AB1F4
(138,177,244)
#A1BFF6
(161,191,246)
#B8CDF8
(184,205,248)
#CFDBFA
(207,219,250)
#E6E9FC
(230,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005DE8 color. Also use rgb(0,93,232) instead hex code.

Text Font Color

.myTextColor { color: #005DE8; }

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

This text font color is #005DE8.


Background Color

.myBgColor { background-color: #005DE8; }

<div style="background-color:#005DE8">Inner text</div>

This div background color is #005DE8.


Border color

.myBorderColor { border: 1px solid #005DE8; }

<div style="border:3px solid #005DE8">Div</div>

This div border color is #005DE8.


Opacity

.myOpacity80 { color: #005DE8; opacity: 0.8; }

<p style="color:#005DE8;opacity:0.8;">80%</p>

Text with #005DE8 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 #005DE8;}

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

This text has shadow with #005DE8 color.

.textShadow {text-shadow: 3px 3px 1px #005DE8, 3px 3px 1px red;}

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

This text has shadow with #005DE8 primary color and red secondary color.


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

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

This text has shadow with #005DE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005DE8 on black background.


Color preview on white background

This text has color #005DE8 on white background.



Black color preview on #005DE8 background

This text has black color on #005DE8 background.


White color preview on #005DE8 background

This text has white color on #005DE8 background.