Color Hex Logo

#1687dc Color Hex

#1687DC
(22,135,220)
0 Favorites   0 Comments

Color spaces of #1687dc

RGB 22135220
HSL0.570.820.47
HSV206°90°86°
CMYK 0.900.390.00   0.14
XYZ21.913122.665870.9301
Yxy22.66580.18970.1962
Hunter Lab47.6086-1.1558-55.0077
CIE-Lab54.72641.7351-51.4330

#1687dc color RGB value is (22,135,220).

#1687dc hex color red value is 22, green value is 135 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1687dc hue: 0.57 , saturation: 0.82 and the lightness value of 1687dc is 0.47.

The process color (four color CMYK) of #1687dc color hex is 0.90, 0.39, 0.00, 0.14. Web safe color of #1687dc is #0099cc. Color #1687dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10000111 11011100
Octal 26 207 334
Decimal 22 135 220
Hex 16 87 DC

RGB Percentages of Color #1687dc

%5.84
%35.81
%58.36

CMYK Percentages of Color #1687dc

%90
%39
%0
%14

Triadic Colors of #1687dc

#1687dc #dc1687 #87dc16

Analogous Colors of #1687dc

#1687dc #1624dc #16dcce

Monochromatic Colors of #1687dc

#1687dc

Complementary Color

#1687dc #dc6b16

#1687dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1687dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1687dc Color CSS Codes

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

#1687dc Text Font Color

<p style="color:#1687dc">Text here</p>

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


#1687dc Background Color

<div style="background-color:#1687dc">
Div content here</div>

This div background color is #1687dc


#1687dc Border Color

<div style="border:3px solid #1687dc">
Div here</div>

This div border color is #1687dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,135,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1687dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1687dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1687dc;
  box-shadow:         1px 1px 3px 2px #1687dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,135,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1687dc


Comments

No comments written yet.

Please login to write comment.