Color Hex Logo

#1470bf Color Hex

#1470BF
(20,112,191)
0 Favorites   0 Comments

Color spaces of #1470bf

RGB 20112191
HSL0.580.810.41
HSV208°90°75°
CMYK 0.900.410.00   0.25
XYZ15.486615.498751.4655
Yxy15.49870.18780.1880
Hunter Lab39.36841.3230-49.9507
CIE-Lab46.30984.5154-48.3626

#1470bf color RGB value is (20,112,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 10111111
Octal 24 160 277
Decimal 20 112 191
Hex 14 70 BF

RGB Percentages of Color #1470bf

%6.19
%34.67
%59.13

CMYK Percentages of Color #1470bf

%90
%41
%0
%25

Triadic Colors of #1470bf

#1470bf #bf1470 #70bf14

Analogous Colors of #1470bf

#1470bf #141bbf #14bfb9

Monochromatic Colors of #1470bf

#1470bf

Complementary Color

#1470bf #bf6314

#1470bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1470bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1470bf Color CSS Codes

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

#1470bf Text Font Color

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

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


#1470bf Background Color

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

This div background color is #1470bf


#1470bf Border Color

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

This div border color is #1470bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,112,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 #1470bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1470bf


Comments

No comments written yet.

Please login to write comment.