Color Hex Logo

#1363dd Color Hex

#1363DD
(19,99,221)
0 Favorites   0 Comments

Color spaces of #1363dd

RGB 1999221
HSL0.600.840.47
HSV216°91°87°
CMYK 0.910.550.00   0.13
XYZ17.781514.282670.2262
Yxy14.28260.17380.1396
Hunter Lab37.792317.8487-83.7188
CIE-Lab44.635524.6053-68.2557

#1363dd color RGB value is (19,99,221).

#1363dd hex color red value is 19, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1363dd hue: 0.60 , saturation: 0.84 and the lightness value of 1363dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 11011101
Octal 23 143 335
Decimal 19 99 221
Hex 13 63 DD

RGB Percentages of Color #1363dd

%5.60
%29.20
%65.19

CMYK Percentages of Color #1363dd

%91
%55
%0
%13

Triadic Colors of #1363dd

#1363dd #dd1363 #63dd13

Analogous Colors of #1363dd

#1363dd #2813dd #13c8dd

Monochromatic Colors of #1363dd

#1363dd

Complementary Color

#1363dd #dd8d13

#1363dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1363dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1363dd Color CSS Codes

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

#1363dd Text Font Color

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

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


#1363dd Background Color

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

This div background color is #1363dd


#1363dd Border Color

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

This div border color is #1363dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1363dd


Comments

No comments written yet.

Please login to write comment.