COLOR #007CFC

HEX: #007CFC
RGB: (0,124,252)

Color info

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

RGB color model

#007CFC color RGB value is (0,124,252).

  • red value is 0;
  • green value is 124;
  • blue value is 252.
RGB:
(0,124,252)
(0%,49%,99%)

RGB channels and saturation

R 0 of 255 = 0%
G 124 of 255 = 49%
B 252 of 255 = 99%

0
124
252

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

Portions of RGB colors in percentages

R + G + B =
0 + 124 + 252 = 376 (100%)
R 0 of 376 ~ 0%
G 124 of 376 ~ 32.98%
B 252 of 376 ~ 67.02%

%32.98
%67.02

CMYK color model

#007CFC color CMYK value is (100,51,0,1).

  • cyan value is 100.00%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(100,51,0,1)
C100M51Y0K1 
(100%,51%,0%,1%)
(1.00/0.51/0.00/0.01)	

CMYK percentages

%100
%50.79
%0
%1.18

Codes

Color #007CFC in popluar color models

007CFC
RGB0124252
HSL210°100.00%49.41%
HSB/HSV210°100.00%98.82%
CMYK100.00%50.79%0.00%
1.18%

Color #007CFC in popluar number systems.

HEX007CFC
Decimal0124252
Binary0111110011111100
Octal0174374

Shades and tints

Shades of #007CFC

#007CFC
(0,124,252)
#0071E6
(0,113,230)
#0066D0
(0,102,208)
#005BBA
(0,91,186)
#0050A4
(0,80,164)
#00458E
(0,69,142)
#003A78
(0,58,120)
#002F62
(0,47,98)
#00244C
(0,36,76)
#001936
(0,25,54)
#000E20
(0,14,32)
#000000
(0,0,0)

Tints of #007CFC

#007CFC
(0,124,252)
#1787FC
(23,135,252)
#2E92FC
(46,146,252)
#459DFC
(69,157,252)
#5CA8FC
(92,168,252)
#73B3FC
(115,179,252)
#8ABEFC
(138,190,252)
#A1C9FC
(161,201,252)
#B8D4FC
(184,212,252)
#CFDFFC
(207,223,252)
#E6EAFC
(230,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007CFC color. Also use rgb(0,124,252) instead hex code.

Text Font Color

.myTextColor { color: #007CFC; }

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

This text font color is #007CFC.


Background Color

.myBgColor { background-color: #007CFC; }

<div style="background-color:#007CFC">Inner text</div>

This div background color is #007CFC.


Border color

.myBorderColor { border: 1px solid #007CFC; }

<div style="border:3px solid #007CFC">Div</div>

This div border color is #007CFC.


Opacity

.myOpacity80 { color: #007CFC; opacity: 0.8; }

<p style="color:#007CFC;opacity:0.8;">80%</p>

Text with #007CFC 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 #007CFC;}

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

This text has shadow with #007CFC color.

.textShadow {text-shadow: 3px 3px 1px #007CFC, 3px 3px 1px red;}

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

This text has shadow with #007CFC primary color and red secondary color.


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

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

This text has shadow with #007CFC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007CFC on black background.


Color preview on white background

This text has color #007CFC on white background.



Black color preview on #007CFC background

This text has black color on #007CFC background.


White color preview on #007CFC background

This text has white color on #007CFC background.