Color Hex Logo

#1464bc Color Hex

#1464BC
(20,100,188)
0 Favorites   0 Comments

Color spaces of #1464bc

RGB 20100188
HSL0.590.810.41
HSV211°89°74°
CMYK 0.890.470.00   0.26
XYZ13.922812.893949.3319
Yxy12.89390.18280.1693
Hunter Lab35.90816.3715-56.3192
CIE-Lab42.602910.9732-52.5704

#1464bc color RGB value is (20,100,188).

#1464bc hex color red value is 20, green value is 100 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1464bc hue: 0.59 , saturation: 0.81 and the lightness value of 1464bc is 0.41.

The process color (four color CMYK) of #1464bc color hex is 0.89, 0.47, 0.00, 0.26. Web safe color of #1464bc is #0066cc. Color #1464bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100100 10111100
Octal 24 144 274
Decimal 20 100 188
Hex 14 64 BC

RGB Percentages of Color #1464bc

%6.49
%32.47
%61.04

CMYK Percentages of Color #1464bc

%89
%47
%0
%26

Triadic Colors of #1464bc

#1464bc #bc1464 #64bc14

Analogous Colors of #1464bc

#1464bc #1814bc #14b8bc

Monochromatic Colors of #1464bc

#1464bc

Complementary Color

#1464bc #bc6c14

#1464bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1464bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1464bc Color CSS Codes

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

#1464bc Text Font Color

<p style="color:#1464bc">Text here</p>

This sample text font color is #1464bc
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.


#1464bc Background Color

<div style="background-color:#1464bc">
Div content here</div>

This div background color is #1464bc


#1464bc Border Color

<div style="border:3px solid #1464bc">
Div here</div>

This div border color is #1464bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,100,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1464bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1464bc;
  -webkit-box-shadow: 1px 1px 3px 2px #1464bc;
  box-shadow:         1px 1px 3px 2px #1464bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1464bc


Comments

No comments written yet.

Please login to write comment.