COLOR #0073CF

HEX: #0073CF
RGB: (0,115,207)

Color info

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

RGB color model

#0073CF color RGB value is (0,115,207).

  • red value is 0;
  • green value is 115;
  • blue value is 207.
RGB:
(0,115,207)
(0%,45%,81%)

RGB channels and saturation

R 0 of 255 = 0%
G 115 of 255 = 45%
B 207 of 255 = 81%

0
115
207

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

Portions of RGB colors in percentages

R + G + B =
0 + 115 + 207 = 322 (100%)
R 0 of 322 ~ 0%
G 115 of 322 ~ 35.71%
B 207 of 322 ~ 64.29%

%35.71
%64.29

CMYK color model

#0073CF color CMYK value is (100,44,0,19).

  • cyan value is 100.00%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(100,44,0,19)
C100M44Y0K19 
(100%,44%,0%,19%)
(1.00/0.44/0.00/0.19)	

CMYK percentages

%100
%44.44
%0
%18.82

Codes

Color #0073CF in popluar color models

0073CF
RGB0115207
HSL207°100.00%40.59%
HSB/HSV207°100.00%81.18%
CMYK100.00%44.44%0.00%
18.82%

Color #0073CF in popluar number systems.

HEX0073CF
Decimal0115207
Binary0111001111001111
Octal0163317

Shades and tints

Shades of #0073CF

#0073CF
(0,115,207)
#0069BD
(0,105,189)
#005FAB
(0,95,171)
#005599
(0,85,153)
#004B87
(0,75,135)
#004175
(0,65,117)
#003763
(0,55,99)
#002D51
(0,45,81)
#00233F
(0,35,63)
#00192D
(0,25,45)
#000F1B
(0,15,27)
#000000
(0,0,0)

Tints of #0073CF

#0073CF
(0,115,207)
#177FD3
(23,127,211)
#2E8BD7
(46,139,215)
#4597DB
(69,151,219)
#5CA3DF
(92,163,223)
#73AFE3
(115,175,227)
#8ABBE7
(138,187,231)
#A1C7EB
(161,199,235)
#B8D3EF
(184,211,239)
#CFDFF3
(207,223,243)
#E6EBF7
(230,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0073CF color. Also use rgb(0,115,207) instead hex code.

Text Font Color

.myTextColor { color: #0073CF; }

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

This text font color is #0073CF.


Background Color

.myBgColor { background-color: #0073CF; }

<div style="background-color:#0073CF">Inner text</div>

This div background color is #0073CF.


Border color

.myBorderColor { border: 1px solid #0073CF; }

<div style="border:3px solid #0073CF">Div</div>

This div border color is #0073CF.


Opacity

.myOpacity80 { color: #0073CF; opacity: 0.8; }

<p style="color:#0073CF;opacity:0.8;">80%</p>

Text with #0073CF 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 #0073CF;}

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

This text has shadow with #0073CF color.

.textShadow {text-shadow: 3px 3px 1px #0073CF, 3px 3px 1px red;}

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

This text has shadow with #0073CF primary color and red secondary color.


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

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

This text has shadow with #0073CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0073CF on black background.


Color preview on white background

This text has color #0073CF on white background.



Black color preview on #0073CF background

This text has black color on #0073CF background.


White color preview on #0073CF background

This text has white color on #0073CF background.