COLOR #0C7EEA

HEX: #0C7EEA
RGB: (12,126,234)

Color info

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

RGB color model

#0C7EEA color RGB value is (12,126,234).

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

RGB channels and saturation

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

12
126
234

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

Portions of RGB colors in percentages

R + G + B =
12 + 126 + 234 = 372 (100%)
R 12 of 372 ~ 3.23%
G 126 of 372 ~ 33.87%
B 234 of 372 ~ 62.9%

%33.87
%62.9

CMYK color model

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

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

CMYK percentages

%94.87
%46.15
%0
%8.24

Codes

Color #0C7EEA in popluar color models

0C7EEA
RGB12126234
HSL209°90.24%48.24%
HSB/HSV209°94.87%91.76%
CMYK94.87%46.15%0.00%
8.24%

Color #0C7EEA in popluar number systems.

HEX0C7EEA
Decimal12126234
Binary1100111111011101010
Octal14176352

Shades and tints

Shades of #0C7EEA

#0C7EEA
(12,126,234)
#0B73D5
(11,115,213)
#0A68C0
(10,104,192)
#095DAB
(9,93,171)
#085296
(8,82,150)
#074781
(7,71,129)
#063C6C
(6,60,108)
#053157
(5,49,87)
#042642
(4,38,66)
#031B2D
(3,27,45)
#021018
(2,16,24)
#000000
(0,0,0)

Tints of #0C7EEA

#0C7EEA
(12,126,234)
#2289EB
(34,137,235)
#3894EC
(56,148,236)
#4E9FED
(78,159,237)
#64AAEE
(100,170,238)
#7AB5EF
(122,181,239)
#90C0F0
(144,192,240)
#A6CBF1
(166,203,241)
#BCD6F2
(188,214,242)
#D2E1F3
(210,225,243)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C7EEA; }

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

This text font color is #0C7EEA.


Background Color

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

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

This div background color is #0C7EEA.


Border color

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

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

This div border color is #0C7EEA.


Opacity

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

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

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

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

This text has shadow with #0C7EEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7EEA on black background.


Color preview on white background

This text has color #0C7EEA on white background.



Black color preview on #0C7EEA background

This text has black color on #0C7EEA background.


White color preview on #0C7EEA background

This text has white color on #0C7EEA background.