Color Hex Logo

#1463ff Color Hex

#1463FF
(20,99,255)
0 Favorites   0 Comments

Color spaces of #1463ff

RGB 2099255
HSL0.611.000.54
HSV220°92°100°
CMYK 0.920.610.00   0.00
XYZ22.800316.292496.5508
Yxy16.29240.16810.1201
Hunter Lab40.363830.1925-113.5677
CIE-Lab47.355837.5881-82.9107

#1463ff color RGB value is (20,99,255).

#1463ff hex color red value is 20, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1463ff hue: 0.61 , saturation: 1.00 and the lightness value of 1463ff is 0.54.

The process color (four color CMYK) of #1463ff color hex is 0.92, 0.61, 0.00, 0.00. Web safe color of #1463ff is #0066ff. Color #1463ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100011 11111111
Octal 24 143 377
Decimal 20 99 255
Hex 14 63 FF

RGB Percentages of Color #1463ff

%5.35
%26.47
%68.18

CMYK Percentages of Color #1463ff

%92
%61
%0
%0

Triadic Colors of #1463ff

#1463ff #ff1463 #63ff14

Analogous Colors of #1463ff

#1463ff #3a14ff #14d9ff

Monochromatic Colors of #1463ff

#1463ff

Complementary Color

#1463ff #ffb014

#1463ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1463ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1463ff Color CSS Codes

.mybgcolor {background-color:#1463ff; } 
.myforecolor {color:#1463ff; }
.mybordercolor {border:3px solid #1463ff; }

#1463ff Text Font Color

<p style="color:#1463ff">Text here</p>

This sample text font color is #1463ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1463ff Background Color

<div style="background-color:#1463ff">
Div content here</div>

This div background color is #1463ff


#1463ff Border Color

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

This div border color is #1463ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,99,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1463ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1463ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1463ff;
  box-shadow:         1px 1px 3px 2px #1463ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,99,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1463ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1463ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1463ff;
  box-shadow:         1px 1px 3px 2px #1463ff;">
Div content here</div>

This div box has shadow with color #1463ff


Comments

No comments written yet.

Please login to write comment.