COLOR #014FD6

HEX: #014FD6
RGB: (1,79,214)

Color info

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

RGB color model

#014FD6 color RGB value is (1,79,214).

  • red value is 1;
  • green value is 79;
  • blue value is 214.
RGB:
(1,79,214)
(0%,31%,84%)

RGB channels and saturation

R 1 of 255 = 0%
G 79 of 255 = 31%
B 214 of 255 = 84%

1
79
214

R + G + B ~ 38%. #014FD6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 79 + 214 = 294 (100%)
R 1 of 294 ~ 0.34%
G 79 of 294 ~ 26.87%
B 214 of 294 ~ 72.79%

%26.87
%72.79

CMYK color model

#014FD6 color CMYK value is (100,63,0,16).

  • cyan value is 99.53%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(100,63,0,16)
C100M63Y0K16 
(100%,63%,0%,16%)
(1.00/0.63/0.00/0.16)	

CMYK percentages

%99.53
%63.08
%0
%16.08

Codes

Color #014FD6 in popluar color models

014FD6
RGB179214
HSL218°99.07%42.16%
HSB/HSV218°99.53%83.92%
CMYK99.53%63.08%0.00%
16.08%

Color #014FD6 in popluar number systems.

HEX014FD6
Decimal179214
Binary1100111111010110
Octal1117326

Shades and tints

Shades of #014FD6

#014FD6
(1,79,214)
#0148C3
(1,72,195)
#0141B0
(1,65,176)
#013A9D
(1,58,157)
#01338A
(1,51,138)
#012C77
(1,44,119)
#012564
(1,37,100)
#011E51
(1,30,81)
#01173E
(1,23,62)
#01102B
(1,16,43)
#010918
(1,9,24)
#000000
(0,0,0)

Tints of #014FD6

#014FD6
(1,79,214)
#185FD9
(24,95,217)
#2F6FDC
(47,111,220)
#467FDF
(70,127,223)
#5D8FE2
(93,143,226)
#749FE5
(116,159,229)
#8BAFE8
(139,175,232)
#A2BFEB
(162,191,235)
#B9CFEE
(185,207,238)
#D0DFF1
(208,223,241)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014FD6 color. Also use rgb(1,79,214) instead hex code.

Text Font Color

.myTextColor { color: #014FD6; }

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

This text font color is #014FD6.


Background Color

.myBgColor { background-color: #014FD6; }

<div style="background-color:#014FD6">Inner text</div>

This div background color is #014FD6.


Border color

.myBorderColor { border: 1px solid #014FD6; }

<div style="border:3px solid #014FD6">Div</div>

This div border color is #014FD6.


Opacity

.myOpacity80 { color: #014FD6; opacity: 0.8; }

<p style="color:#014FD6;opacity:0.8;">80%</p>

Text with #014FD6 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 #014FD6;}

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

This text has shadow with #014FD6 color.

.textShadow {text-shadow: 3px 3px 1px #014FD6, 3px 3px 1px red;}

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

This text has shadow with #014FD6 primary color and red secondary color.


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

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

This text has shadow with #014FD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014FD6 on black background.


Color preview on white background

This text has color #014FD6 on white background.



Black color preview on #014FD6 background

This text has black color on #014FD6 background.


White color preview on #014FD6 background

This text has white color on #014FD6 background.