COLOR #0C7BD6

HEX: #0C7BD6
RGB: (12,123,214)

Color info

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

RGB color model

#0C7BD6 color RGB value is (12,123,214).

  • red value is 12;
  • green value is 123;
  • blue value is 214.
RGB:
(12,123,214)
(5%,48%,84%)

RGB channels and saturation

R 12 of 255 = 5%
G 123 of 255 = 48%
B 214 of 255 = 84%

12
123
214

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

Portions of RGB colors in percentages

R + G + B =
12 + 123 + 214 = 349 (100%)
R 12 of 349 ~ 3.44%
G 123 of 349 ~ 35.24%
B 214 of 349 ~ 61.32%

%35.24
%61.32

CMYK color model

#0C7BD6 color CMYK value is (94,43,0,16).

  • cyan value is 94.39%
  • magenta value is 42.52%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(94,43,0,16)
C94M43Y0K16 
(94%,43%,0%,16%)
(0.94/0.43/0.00/0.16)	

CMYK percentages

%94.39
%42.52
%0
%16.08

Codes

Color #0C7BD6 in popluar color models

0C7BD6
RGB12123214
HSL207°89.38%44.31%
HSB/HSV207°94.39%83.92%
CMYK94.39%42.52%0.00%
16.08%

Color #0C7BD6 in popluar number systems.

HEX0C7BD6
Decimal12123214
Binary1100111101111010110
Octal14173326

Shades and tints

Shades of #0C7BD6

#0C7BD6
(12,123,214)
#0B70C3
(11,112,195)
#0A65B0
(10,101,176)
#095A9D
(9,90,157)
#084F8A
(8,79,138)
#074477
(7,68,119)
#063964
(6,57,100)
#052E51
(5,46,81)
#04233E
(4,35,62)
#03182B
(3,24,43)
#020D18
(2,13,24)
#000000
(0,0,0)

Tints of #0C7BD6

#0C7BD6
(12,123,214)
#2287D9
(34,135,217)
#3893DC
(56,147,220)
#4E9FDF
(78,159,223)
#64ABE2
(100,171,226)
#7AB7E5
(122,183,229)
#90C3E8
(144,195,232)
#A6CFEB
(166,207,235)
#BCDBEE
(188,219,238)
#D2E7F1
(210,231,241)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7BD6 color. Also use rgb(12,123,214) instead hex code.

Text Font Color

.myTextColor { color: #0C7BD6; }

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

This text font color is #0C7BD6.


Background Color

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

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

This div background color is #0C7BD6.


Border color

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

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

This div border color is #0C7BD6.


Opacity

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

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

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

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

This text has shadow with #0C7BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7BD6 on black background.


Color preview on white background

This text has color #0C7BD6 on white background.



Black color preview on #0C7BD6 background

This text has black color on #0C7BD6 background.


White color preview on #0C7BD6 background

This text has white color on #0C7BD6 background.