COLOR #0D71F0

HEX: #0D71F0
RGB: (13,113,240)

Color info

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

RGB color model

#0D71F0 color RGB value is (13,113,240).

  • red value is 13;
  • green value is 113;
  • blue value is 240.
RGB:
(13,113,240)
(5%,44%,94%)

RGB channels and saturation

R 13 of 255 = 5%
G 113 of 255 = 44%
B 240 of 255 = 94%

13
113
240

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

Portions of RGB colors in percentages

R + G + B =
13 + 113 + 240 = 366 (100%)
R 13 of 366 ~ 3.55%
G 113 of 366 ~ 30.87%
B 240 of 366 ~ 65.57%

%30.87
%65.57

CMYK color model

#0D71F0 color CMYK value is (95,53,0,6).

  • cyan value is 94.58%
  • magenta value is 52.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(95,53,0,6)
C95M53Y0K6 
(95%,53%,0%,6%)
(0.95/0.53/0.00/0.06)	

CMYK percentages

%94.58
%52.92
%0
%5.88

Codes

Color #0D71F0 in popluar color models

0D71F0
RGB13113240
HSL214°89.72%49.61%
HSB/HSV214°94.58%94.12%
CMYK94.58%52.92%0.00%
5.88%

Color #0D71F0 in popluar number systems.

HEX0D71F0
Decimal13113240
Binary1101111000111110000
Octal15161360

Shades and tints

Shades of #0D71F0

#0D71F0
(13,113,240)
#0C67DB
(12,103,219)
#0B5DC6
(11,93,198)
#0A53B1
(10,83,177)
#09499C
(9,73,156)
#083F87
(8,63,135)
#073572
(7,53,114)
#062B5D
(6,43,93)
#052148
(5,33,72)
#041733
(4,23,51)
#030D1E
(3,13,30)
#000000
(0,0,0)

Tints of #0D71F0

#0D71F0
(13,113,240)
#237DF1
(35,125,241)
#3989F2
(57,137,242)
#4F95F3
(79,149,243)
#65A1F4
(101,161,244)
#7BADF5
(123,173,245)
#91B9F6
(145,185,246)
#A7C5F7
(167,197,247)
#BDD1F8
(189,209,248)
#D3DDF9
(211,221,249)
#E9E9FA
(233,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D71F0 color. Also use rgb(13,113,240) instead hex code.

Text Font Color

.myTextColor { color: #0D71F0; }

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

This text font color is #0D71F0.


Background Color

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

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

This div background color is #0D71F0.


Border color

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

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

This div border color is #0D71F0.


Opacity

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

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

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

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

This text has shadow with #0D71F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D71F0 on black background.


Color preview on white background

This text has color #0D71F0 on white background.



Black color preview on #0D71F0 background

This text has black color on #0D71F0 background.


White color preview on #0D71F0 background

This text has white color on #0D71F0 background.