Color Hex Logo

#1397df Color Hex

#1397DF
(19,151,223)
0 Favorites   0 Comments

Color spaces of #1397df

RGB 19151223
HSL0.560.840.47
HSV201°91°87°
CMYK 0.910.320.00   0.13
XYZ24.654527.599473.8398
Yxy27.59940.19550.2189
Hunter Lab52.5351-8.1672-46.5594
CIE-Lab59.5251-6.6626-45.4985

#1397df color RGB value is (19,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010111 11011111
Octal 23 227 337
Decimal 19 151 223
Hex 13 97 DF

RGB Percentages of Color #1397df

%4.83
%38.42
%56.74

CMYK Percentages of Color #1397df

%91
%32
%0
%13

Triadic Colors of #1397df

#1397df #df1397 #97df13

Analogous Colors of #1397df

#1397df #1331df #13dfc1

Monochromatic Colors of #1397df

#1397df

Complementary Color

#1397df #df5b13

#1397df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1397df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1397df Color CSS Codes

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

#1397df Text Font Color

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

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


#1397df Background Color

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

This div background color is #1397df


#1397df Border Color

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

This div border color is #1397df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,151,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 #1397df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1397df


Comments

No comments written yet.

Please login to write comment.