COLOR #0C7EEB

HEX: #0C7EEB
RGB: (12,126,235)

Color info

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

RGB color model

#0C7EEB color RGB value is (12,126,235).

  • red value is 12;
  • green value is 126;
  • blue value is 235.
RGB:
(12,126,235)
(5%,49%,92%)

RGB channels and saturation

R 12 of 255 = 5%
G 126 of 255 = 49%
B 235 of 255 = 92%

12
126
235

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

Portions of RGB colors in percentages

R + G + B =
12 + 126 + 235 = 373 (100%)
R 12 of 373 ~ 3.22%
G 126 of 373 ~ 33.78%
B 235 of 373 ~ 63%

%33.78
%63

CMYK color model

#0C7EEB color CMYK value is (95,46,0,8).

  • cyan value is 94.89%
  • magenta value is 46.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(95,46,0,8)
C95M46Y0K8 
(95%,46%,0%,8%)
(0.95/0.46/0.00/0.08)	

CMYK percentages

%94.89
%46.38
%0
%7.84

Codes

Color #0C7EEB in popluar color models

0C7EEB
RGB12126235
HSL209°90.28%48.43%
HSB/HSV209°94.89%92.16%
CMYK94.89%46.38%0.00%
7.84%

Color #0C7EEB in popluar number systems.

HEX0C7EEB
Decimal12126235
Binary1100111111011101011
Octal14176353

Shades and tints

Shades of #0C7EEB

#0C7EEB
(12,126,235)
#0B73D6
(11,115,214)
#0A68C1
(10,104,193)
#095DAC
(9,93,172)
#085297
(8,82,151)
#074782
(7,71,130)
#063C6D
(6,60,109)
#053158
(5,49,88)
#042643
(4,38,67)
#031B2E
(3,27,46)
#021019
(2,16,25)
#000000
(0,0,0)

Tints of #0C7EEB

#0C7EEB
(12,126,235)
#2289EC
(34,137,236)
#3894ED
(56,148,237)
#4E9FEE
(78,159,238)
#64AAEF
(100,170,239)
#7AB5F0
(122,181,240)
#90C0F1
(144,192,241)
#A6CBF2
(166,203,242)
#BCD6F3
(188,214,243)
#D2E1F4
(210,225,244)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7EEB color. Also use rgb(12,126,235) instead hex code.

Text Font Color

.myTextColor { color: #0C7EEB; }

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

This text font color is #0C7EEB.


Background Color

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

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

This div background color is #0C7EEB.


Border color

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

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

This div border color is #0C7EEB.


Opacity

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

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

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

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

This text has shadow with #0C7EEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7EEB on black background.


Color preview on white background

This text has color #0C7EEB on white background.



Black color preview on #0C7EEB background

This text has black color on #0C7EEB background.


White color preview on #0C7EEB background

This text has white color on #0C7EEB background.