COLOR #014CE7

HEX: #014CE7
RGB: (1,76,231)

Color info

#014CE7 contains mainly blue color. Web safe color of #014CE7 is #0033FF (or #03F).

RGB color model

#014CE7 color RGB value is (1,76,231).

  • red value is 1;
  • green value is 76;
  • blue value is 231.
RGB:
(1,76,231)
(0%,30%,91%)

RGB channels and saturation

R 1 of 255 = 0%
G 76 of 255 = 30%
B 231 of 255 = 91%

1
76
231

R + G + B ~ 40%. #014CE7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 76 + 231 = 308 (100%)
R 1 of 308 ~ 0.32%
G 76 of 308 ~ 24.68%
B 231 of 308 ~ 75%

%24.68
%75

CMYK color model

#014CE7 color CMYK value is (100,67,0,9).

  • cyan value is 99.57%
  • magenta value is 67.10%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(100,67,0,9)
C100M67Y0K9 
(100%,67%,0%,9%)
(1.00/0.67/0.00/0.09)	

CMYK percentages

%99.57
%67.1
%0
%9.41

Codes

Color #014CE7 in popluar color models

014CE7
RGB176231
HSL220°99.14%45.49%
HSB/HSV220°99.57%90.59%
CMYK99.57%67.10%0.00%
9.41%

Color #014CE7 in popluar number systems.

HEX014CE7
Decimal176231
Binary1100110011100111
Octal1114347

Shades and tints

Shades of #014CE7

#014CE7
(1,76,231)
#0146D2
(1,70,210)
#0140BD
(1,64,189)
#013AA8
(1,58,168)
#013493
(1,52,147)
#012E7E
(1,46,126)
#012869
(1,40,105)
#012254
(1,34,84)
#011C3F
(1,28,63)
#01162A
(1,22,42)
#011015
(1,16,21)
#000000
(0,0,0)

Tints of #014CE7

#014CE7
(1,76,231)
#185CE9
(24,92,233)
#2F6CEB
(47,108,235)
#467CED
(70,124,237)
#5D8CEF
(93,140,239)
#749CF1
(116,156,241)
#8BACF3
(139,172,243)
#A2BCF5
(162,188,245)
#B9CCF7
(185,204,247)
#D0DCF9
(208,220,249)
#E7ECFB
(231,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014CE7 color. Also use rgb(1,76,231) instead hex code.

Text Font Color

.myTextColor { color: #014CE7; }

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

This text font color is #014CE7.


Background Color

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

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

This div background color is #014CE7.


Border color

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

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

This div border color is #014CE7.


Opacity

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

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

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

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

This text has shadow with #014CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014CE7 on black background.


Color preview on white background

This text has color #014CE7 on white background.



Black color preview on #014CE7 background

This text has black color on #014CE7 background.


White color preview on #014CE7 background

This text has white color on #014CE7 background.