COLOR #0D74D9

HEX: #0D74D9
RGB: (13,116,217)

Color info

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

RGB color model

#0D74D9 color RGB value is (13,116,217).

  • red value is 13;
  • green value is 116;
  • blue value is 217.
RGB:
(13,116,217)
(5%,45%,85%)

RGB channels and saturation

R 13 of 255 = 5%
G 116 of 255 = 45%
B 217 of 255 = 85%

13
116
217

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

Portions of RGB colors in percentages

R + G + B =
13 + 116 + 217 = 346 (100%)
R 13 of 346 ~ 3.76%
G 116 of 346 ~ 33.53%
B 217 of 346 ~ 62.72%

%33.53
%62.72

CMYK color model

#0D74D9 color CMYK value is (94,47,0,15).

  • cyan value is 94.01%
  • magenta value is 46.54%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(94,47,0,15)
C94M47Y0K15 
(94%,47%,0%,15%)
(0.94/0.47/0.00/0.15)	

CMYK percentages

%94.01
%46.54
%0
%14.9

Codes

Color #0D74D9 in popluar color models

0D74D9
RGB13116217
HSL210°88.70%45.10%
HSB/HSV210°94.01%85.10%
CMYK94.01%46.54%0.00%
14.90%

Color #0D74D9 in popluar number systems.

HEX0D74D9
Decimal13116217
Binary1101111010011011001
Octal15164331

Shades and tints

Shades of #0D74D9

#0D74D9
(13,116,217)
#0C6AC6
(12,106,198)
#0B60B3
(11,96,179)
#0A56A0
(10,86,160)
#094C8D
(9,76,141)
#08427A
(8,66,122)
#073867
(7,56,103)
#062E54
(6,46,84)
#052441
(5,36,65)
#041A2E
(4,26,46)
#03101B
(3,16,27)
#000000
(0,0,0)

Tints of #0D74D9

#0D74D9
(13,116,217)
#2380DC
(35,128,220)
#398CDF
(57,140,223)
#4F98E2
(79,152,226)
#65A4E5
(101,164,229)
#7BB0E8
(123,176,232)
#91BCEB
(145,188,235)
#A7C8EE
(167,200,238)
#BDD4F1
(189,212,241)
#D3E0F4
(211,224,244)
#E9ECF7
(233,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D74D9 color. Also use rgb(13,116,217) instead hex code.

Text Font Color

.myTextColor { color: #0D74D9; }

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

This text font color is #0D74D9.


Background Color

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

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

This div background color is #0D74D9.


Border color

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

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

This div border color is #0D74D9.


Opacity

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

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

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

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

This text has shadow with #0D74D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D74D9 on black background.


Color preview on white background

This text has color #0D74D9 on white background.



Black color preview on #0D74D9 background

This text has black color on #0D74D9 background.


White color preview on #0D74D9 background

This text has white color on #0D74D9 background.