Color Hex Logo

#1493df Color Hex

#1493DF
(20,147,223)
0 Favorites   0 Comments

Color spaces of #1493df

RGB 20147223
HSL0.560.840.48
HSV202°91°87°
CMYK 0.910.340.00   0.13
XYZ24.041526.343973.6298
Yxy26.34390.19390.2124
Hunter Lab51.3263-6.2107-49.1256
CIE-Lab58.3620-4.3145-47.3370

#1493df color RGB value is (20,147,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010011 11011111
Octal 24 223 337
Decimal 20 147 223
Hex 14 93 DF

RGB Percentages of Color #1493df

%5.13
%37.69
%57.18

CMYK Percentages of Color #1493df

%91
%34
%0
%13

Triadic Colors of #1493df

#1493df #df1493 #93df14

Analogous Colors of #1493df

#1493df #142ddf #14dfc6

Monochromatic Colors of #1493df

#1493df

Complementary Color

#1493df #df6014

#1493df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1493df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1493df Color CSS Codes

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

#1493df Text Font Color

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

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


#1493df Background Color

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

This div background color is #1493df


#1493df Border Color

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

This div border color is #1493df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1493df


Comments

No comments written yet.

Please login to write comment.