Color Hex Logo

#1476eb Color Hex

#1476EB
(20,118,235)
0 Favorites   0 Comments

Color spaces of #1476eb

RGB 20118235
HSL0.590.840.50
HSV213°91°92°
CMYK 0.910.500.00   0.08
XYZ21.762319.103781.1377
Yxy19.10370.17840.1566
Hunter Lab43.707812.3873-79.4686
CIE-Lab50.808317.9186-66.1354

#1476eb color RGB value is (20,118,235).

#1476eb hex color red value is 20, green value is 118 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1476eb hue: 0.59 , saturation: 0.84 and the lightness value of 1476eb is 0.50.

The process color (four color CMYK) of #1476eb color hex is 0.91, 0.50, 0.00, 0.08. Web safe color of #1476eb is #0066ff. Color #1476eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110110 11101011
Octal 24 166 353
Decimal 20 118 235
Hex 14 76 EB

RGB Percentages of Color #1476eb

%5.36
%31.64
%63.00

CMYK Percentages of Color #1476eb

%91
%50
%0
%8

Triadic Colors of #1476eb

#1476eb #eb1476 #76eb14

Analogous Colors of #1476eb

#1476eb #1e14eb #14e2eb

Monochromatic Colors of #1476eb

#1476eb

Complementary Color

#1476eb #eb8914

#1476eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1476eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1476eb Color CSS Codes

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

#1476eb Text Font Color

<p style="color:#1476eb">Text here</p>

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


#1476eb Background Color

<div style="background-color:#1476eb">
Div content here</div>

This div background color is #1476eb


#1476eb Border Color

<div style="border:3px solid #1476eb">
Div here</div>

This div border color is #1476eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,118,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1476eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1476eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1476eb;
  box-shadow:         1px 1px 3px 2px #1476eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1476eb


Comments

No comments written yet.

Please login to write comment.