COLOR #1463C7

HEX: #1463C7
RGB: (20,99,199)

Color info

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

RGB color model

#1463C7 color RGB value is (20,99,199).

  • red value is 20;
  • green value is 99;
  • blue value is 199.
RGB:
(20,99,199)
(8%,39%,78%)

RGB channels and saturation

R 20 of 255 = 8%
G 99 of 255 = 39%
B 199 of 255 = 78%

20
99
199

R + G + B ~ 42%. #1463C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 99 + 199 = 318 (100%)
R 20 of 318 ~ 6.29%
G 99 of 318 ~ 31.13%
B 199 of 318 ~ 62.58%

%31.13
%62.58

CMYK color model

#1463C7 color CMYK value is (90,50,0,22).

  • cyan value is 89.95%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(90,50,0,22)
C90M50Y0K22 
(90%,50%,0%,22%)
(0.90/0.50/0.00/0.22)	

CMYK percentages

%89.95
%50.25
%0
%21.96

Codes

Color #1463C7 in popluar color models

1463C7
RGB2099199
HSL214°81.74%42.94%
HSB/HSV214°89.95%78.04%
CMYK89.95%50.25%0.00%
21.96%

Color #1463C7 in popluar number systems.

HEX1463C7
Decimal2099199
Binary10100110001111000111
Octal24143307

Shades and tints

Shades of #1463C7

#1463C7
(20,99,199)
#135AB5
(19,90,181)
#1251A3
(18,81,163)
#114891
(17,72,145)
#103F7F
(16,63,127)
#0F366D
(15,54,109)
#0E2D5B
(14,45,91)
#0D2449
(13,36,73)
#0C1B37
(12,27,55)
#0B1225
(11,18,37)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #1463C7

#1463C7
(20,99,199)
#2971CC
(41,113,204)
#3E7FD1
(62,127,209)
#538DD6
(83,141,214)
#689BDB
(104,155,219)
#7DA9E0
(125,169,224)
#92B7E5
(146,183,229)
#A7C5EA
(167,197,234)
#BCD3EF
(188,211,239)
#D1E1F4
(209,225,244)
#E6EFF9
(230,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1463C7 color. Also use rgb(20,99,199) instead hex code.

Text Font Color

.myTextColor { color: #1463C7; }

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

This text font color is #1463C7.


Background Color

.myBgColor { background-color: #1463C7; }

<div style="background-color:#1463C7">Inner text</div>

This div background color is #1463C7.


Border color

.myBorderColor { border: 1px solid #1463C7; }

<div style="border:3px solid #1463C7">Div</div>

This div border color is #1463C7.


Opacity

.myOpacity80 { color: #1463C7; opacity: 0.8; }

<p style="color:#1463C7;opacity:0.8;">80%</p>

Text with #1463C7 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 #1463C7;}

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

This text has shadow with #1463C7 color.

.textShadow {text-shadow: 3px 3px 1px #1463C7, 3px 3px 1px red;}

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

This text has shadow with #1463C7 primary color and red secondary color.


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

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

This text has shadow with #1463C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1463C7 on black background.


Color preview on white background

This text has color #1463C7 on white background.



Black color preview on #1463C7 background

This text has black color on #1463C7 background.


White color preview on #1463C7 background

This text has white color on #1463C7 background.