Color Hex Logo

#1386df Color Hex

#1386DF
(19,134,223)
0 Favorites   0 Comments

Color spaces of #1386df

RGB 19134223
HSL0.570.840.47
HSV206°91°87°
CMYK 0.910.400.00   0.13
XYZ22.112922.516472.9927
Yxy22.51640.18800.1914
Hunter Lab47.45140.1429-57.9875
CIE-Lab54.57073.3354-53.3661

#1386df color RGB value is (19,134,223).

#1386df hex color red value is 19, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1386df hue: 0.57 , saturation: 0.84 and the lightness value of 1386df is 0.47.

The process color (four color CMYK) of #1386df color hex is 0.91, 0.40, 0.00, 0.13. Web safe color of #1386df is #0099cc. Color #1386df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000110 11011111
Octal 23 206 337
Decimal 19 134 223
Hex 13 86 DF

RGB Percentages of Color #1386df

%5.05
%35.64
%59.31

CMYK Percentages of Color #1386df

%91
%40
%0
%13

Triadic Colors of #1386df

#1386df #df1386 #86df13

Analogous Colors of #1386df

#1386df #1320df #13dfd2

Monochromatic Colors of #1386df

#1386df

Complementary Color

#1386df #df6c13

#1386df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1386df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1386df Color CSS Codes

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

#1386df Text Font Color

<p style="color:#1386df">Text here</p>

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


#1386df Background Color

<div style="background-color:#1386df">
Div content here</div>

This div background color is #1386df


#1386df Border Color

<div style="border:3px solid #1386df">
Div here</div>

This div border color is #1386df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,134,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1386df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1386df;
  -webkit-box-shadow: 1px 1px 3px 2px #1386df;
  box-shadow:         1px 1px 3px 2px #1386df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,134,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1386df


Comments

No comments written yet.

Please login to write comment.