COLOR #0D8EDC

HEX: #0D8EDC
RGB: (13,142,220)

Color info

#0D8EDC contains mainly blue color. Web safe color of #0D8EDC is #0099CC (or #09C).

RGB color model

#0D8EDC color RGB value is (13,142,220).

  • red value is 13;
  • green value is 142;
  • blue value is 220.
RGB:
(13,142,220)
(5%,56%,86%)

RGB channels and saturation

R 13 of 255 = 5%
G 142 of 255 = 56%
B 220 of 255 = 86%

13
142
220

R + G + B ~ 49%. #0D8EDC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 142 + 220 = 375 (100%)
R 13 of 375 ~ 3.47%
G 142 of 375 ~ 37.87%
B 220 of 375 ~ 58.67%

%37.87
%58.67

CMYK color model

#0D8EDC color CMYK value is (94,35,0,14).

  • cyan value is 94.09%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(94,35,0,14)
C94M35Y0K14 
(94%,35%,0%,14%)
(0.94/0.35/0.00/0.14)	

CMYK percentages

%94.09
%35.45
%0
%13.73

Codes

Color #0D8EDC in popluar color models

0D8EDC
RGB13142220
HSL203°88.84%45.69%
HSB/HSV203°94.09%86.27%
CMYK94.09%35.45%0.00%
13.73%

Color #0D8EDC in popluar number systems.

HEX0D8EDC
Decimal13142220
Binary11011000111011011100
Octal15216334

Shades and tints

Shades of #0D8EDC

#0D8EDC
(13,142,220)
#0C82C8
(12,130,200)
#0B76B4
(11,118,180)
#0A6AA0
(10,106,160)
#095E8C
(9,94,140)
#085278
(8,82,120)
#074664
(7,70,100)
#063A50
(6,58,80)
#052E3C
(5,46,60)
#042228
(4,34,40)
#031614
(3,22,20)
#000000
(0,0,0)

Tints of #0D8EDC

#0D8EDC
(13,142,220)
#2398DF
(35,152,223)
#39A2E2
(57,162,226)
#4FACE5
(79,172,229)
#65B6E8
(101,182,232)
#7BC0EB
(123,192,235)
#91CAEE
(145,202,238)
#A7D4F1
(167,212,241)
#BDDEF4
(189,222,244)
#D3E8F7
(211,232,247)
#E9F2FA
(233,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D8EDC color. Also use rgb(13,142,220) instead hex code.

Text Font Color

.myTextColor { color: #0D8EDC; }

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

This text font color is #0D8EDC.


Background Color

.myBgColor { background-color: #0D8EDC; }

<div style="background-color:#0D8EDC">Inner text</div>

This div background color is #0D8EDC.


Border color

.myBorderColor { border: 1px solid #0D8EDC; }

<div style="border:3px solid #0D8EDC">Div</div>

This div border color is #0D8EDC.


Opacity

.myOpacity80 { color: #0D8EDC; opacity: 0.8; }

<p style="color:#0D8EDC;opacity:0.8;">80%</p>

Text with #0D8EDC 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 #0D8EDC;}

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

This text has shadow with #0D8EDC color.

.textShadow {text-shadow: 3px 3px 1px #0D8EDC, 3px 3px 1px red;}

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

This text has shadow with #0D8EDC primary color and red secondary color.


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

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

This text has shadow with #0D8EDC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D8EDC on black background.


Color preview on white background

This text has color #0D8EDC on white background.



Black color preview on #0D8EDC background

This text has black color on #0D8EDC background.


White color preview on #0D8EDC background

This text has white color on #0D8EDC background.