COLOR #0D7DE0

HEX: #0D7DE0
RGB: (13,125,224)

Color info

#0D7DE0 contains mainly blue color. Web safe color of #0D7DE0 is #0066CC (or #06C).

RGB color model

#0D7DE0 color RGB value is (13,125,224).

  • red value is 13;
  • green value is 125;
  • blue value is 224.
RGB:
(13,125,224)
(5%,49%,88%)

RGB channels and saturation

R 13 of 255 = 5%
G 125 of 255 = 49%
B 224 of 255 = 88%

13
125
224

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

Portions of RGB colors in percentages

R + G + B =
13 + 125 + 224 = 362 (100%)
R 13 of 362 ~ 3.59%
G 125 of 362 ~ 34.53%
B 224 of 362 ~ 61.88%

%34.53
%61.88

CMYK color model

#0D7DE0 color CMYK value is (94,44,0,12).

  • cyan value is 94.20%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(94,44,0,12)
C94M44Y0K12 
(94%,44%,0%,12%)
(0.94/0.44/0.00/0.12)	

CMYK percentages

%94.2
%44.2
%0
%12.16

Codes

Color #0D7DE0 in popluar color models

0D7DE0
RGB13125224
HSL208°89.03%46.47%
HSB/HSV208°94.20%87.84%
CMYK94.20%44.20%0.00%
12.16%

Color #0D7DE0 in popluar number systems.

HEX0D7DE0
Decimal13125224
Binary1101111110111100000
Octal15175340

Shades and tints

Shades of #0D7DE0

#0D7DE0
(13,125,224)
#0C72CC
(12,114,204)
#0B67B8
(11,103,184)
#0A5CA4
(10,92,164)
#095190
(9,81,144)
#08467C
(8,70,124)
#073B68
(7,59,104)
#063054
(6,48,84)
#052540
(5,37,64)
#041A2C
(4,26,44)
#030F18
(3,15,24)
#000000
(0,0,0)

Tints of #0D7DE0

#0D7DE0
(13,125,224)
#2388E2
(35,136,226)
#3993E4
(57,147,228)
#4F9EE6
(79,158,230)
#65A9E8
(101,169,232)
#7BB4EA
(123,180,234)
#91BFEC
(145,191,236)
#A7CAEE
(167,202,238)
#BDD5F0
(189,213,240)
#D3E0F2
(211,224,242)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7DE0 color. Also use rgb(13,125,224) instead hex code.

Text Font Color

.myTextColor { color: #0D7DE0; }

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

This text font color is #0D7DE0.


Background Color

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

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

This div background color is #0D7DE0.


Border color

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

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

This div border color is #0D7DE0.


Opacity

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

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

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

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

This text has shadow with #0D7DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7DE0 on black background.


Color preview on white background

This text has color #0D7DE0 on white background.



Black color preview on #0D7DE0 background

This text has black color on #0D7DE0 background.


White color preview on #0D7DE0 background

This text has white color on #0D7DE0 background.