Color Hex Logo

#1471bf Color Hex

#1471BF
(20,113,191)
0 Favorites   0 Comments

Color spaces of #1471bf

RGB 20113191
HSL0.580.810.41
HSV207°90°75°
CMYK 0.900.410.00   0.25
XYZ15.597615.720651.5025
Yxy15.72060.18830.1898
Hunter Lab39.64920.8340-49.2605
CIE-Lab46.60583.8906-47.8896

#1471bf color RGB value is (20,113,191).

#1471bf hex color red value is 20, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1471bf hue: 0.58 , saturation: 0.81 and the lightness value of 1471bf is 0.41.

The process color (four color CMYK) of #1471bf color hex is 0.90, 0.41, 0.00, 0.25. Web safe color of #1471bf is #0066cc. Color #1471bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 10111111
Octal 24 161 277
Decimal 20 113 191
Hex 14 71 BF

RGB Percentages of Color #1471bf

%6.17
%34.88
%58.95

CMYK Percentages of Color #1471bf

%90
%41
%0
%25

Triadic Colors of #1471bf

#1471bf #bf1471 #71bf14

Analogous Colors of #1471bf

#1471bf #141cbf #14bfb8

Monochromatic Colors of #1471bf

#1471bf

Complementary Color

#1471bf #bf6214

#1471bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1471bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1471bf Color CSS Codes

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

#1471bf Text Font Color

<p style="color:#1471bf">Text here</p>

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


#1471bf Background Color

<div style="background-color:#1471bf">
Div content here</div>

This div background color is #1471bf


#1471bf Border Color

<div style="border:3px solid #1471bf">
Div here</div>

This div border color is #1471bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,113,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1471bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1471bf;
  -webkit-box-shadow: 1px 1px 3px 2px #1471bf;
  box-shadow:         1px 1px 3px 2px #1471bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1471bf


Comments

No comments written yet.

Please login to write comment.