Color Hex Logo

#1493dd Color Hex

#1493DD
(20,147,221)
0 Favorites   0 Comments

Color spaces of #1493dd

RGB 20147221
HSL0.560.830.47
HSV202°91°87°
CMYK 0.910.330.00   0.13
XYZ23.773426.236672.2178
Yxy26.23660.19450.2147
Hunter Lab51.2217-6.7911-47.7382
CIE-Lab58.2610-5.0586-46.3819

#1493dd color RGB value is (20,147,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010011 11011101
Octal 24 223 335
Decimal 20 147 221
Hex 14 93 DD

RGB Percentages of Color #1493dd

%5.15
%37.89
%56.96

CMYK Percentages of Color #1493dd

%91
%33
%0
%13

Triadic Colors of #1493dd

#1493dd #dd1493 #93dd14

Analogous Colors of #1493dd

#1493dd #142fdd #14ddc3

Monochromatic Colors of #1493dd

#1493dd

Complementary Color

#1493dd #dd5e14

#1493dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1493dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1493dd Color CSS Codes

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

#1493dd Text Font Color

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

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


#1493dd Background Color

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

This div background color is #1493dd


#1493dd Border Color

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

This div border color is #1493dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,147,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1493dd


Comments

No comments written yet.

Please login to write comment.