COLOR #0060D3

HEX: #0060D3
RGB: (0,96,211)

Color info

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

RGB color model

#0060D3 color RGB value is (0,96,211).

  • red value is 0;
  • green value is 96;
  • blue value is 211.
RGB:
(0,96,211)
(0%,38%,83%)

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 211 of 255 = 83%

0
96
211

R + G + B ~ 40%. #0060D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 211 = 307 (100%)
R 0 of 307 ~ 0%
G 96 of 307 ~ 31.27%
B 211 of 307 ~ 68.73%

%31.27
%68.73

CMYK color model

#0060D3 color CMYK value is (100,55,0,17).

  • cyan value is 100.00%
  • magenta value is 54.50%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(100,55,0,17)
C100M55Y0K17 
(100%,55%,0%,17%)
(1.00/0.55/0.00/0.17)	

CMYK percentages

%100
%54.5
%0
%17.25

Codes

Color #0060D3 in popluar color models

0060D3
RGB096211
HSL213°100.00%41.37%
HSB/HSV213°100.00%82.75%
CMYK100.00%54.50%0.00%
17.25%

Color #0060D3 in popluar number systems.

HEX0060D3
Decimal096211
Binary0110000011010011
Octal0140323

Shades and tints

Shades of #0060D3

#0060D3
(0,96,211)
#0058C0
(0,88,192)
#0050AD
(0,80,173)
#00489A
(0,72,154)
#004087
(0,64,135)
#003874
(0,56,116)
#003061
(0,48,97)
#00284E
(0,40,78)
#00203B
(0,32,59)
#001828
(0,24,40)
#001015
(0,16,21)
#000000
(0,0,0)

Tints of #0060D3

#0060D3
(0,96,211)
#176ED7
(23,110,215)
#2E7CDB
(46,124,219)
#458ADF
(69,138,223)
#5C98E3
(92,152,227)
#73A6E7
(115,166,231)
#8AB4EB
(138,180,235)
#A1C2EF
(161,194,239)
#B8D0F3
(184,208,243)
#CFDEF7
(207,222,247)
#E6ECFB
(230,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0060D3 color. Also use rgb(0,96,211) instead hex code.

Text Font Color

.myTextColor { color: #0060D3; }

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

This text font color is #0060D3.


Background Color

.myBgColor { background-color: #0060D3; }

<div style="background-color:#0060D3">Inner text</div>

This div background color is #0060D3.


Border color

.myBorderColor { border: 1px solid #0060D3; }

<div style="border:3px solid #0060D3">Div</div>

This div border color is #0060D3.


Opacity

.myOpacity80 { color: #0060D3; opacity: 0.8; }

<p style="color:#0060D3;opacity:0.8;">80%</p>

Text with #0060D3 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 #0060D3;}

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

This text has shadow with #0060D3 color.

.textShadow {text-shadow: 3px 3px 1px #0060D3, 3px 3px 1px red;}

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

This text has shadow with #0060D3 primary color and red secondary color.


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

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

This text has shadow with #0060D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0060D3 on black background.


Color preview on white background

This text has color #0060D3 on white background.



Black color preview on #0060D3 background

This text has black color on #0060D3 background.


White color preview on #0060D3 background

This text has white color on #0060D3 background.