Color Hex Logo

#0140dd Color Hex

#0140DD
(1,64,221)
0 Favorites   0 Comments

Color spaces of #0140dd

RGB 164221
HSL0.620.990.44
HSV223°100°87°
CMYK 1.000.710.00   0.13
XYZ14.89718.893769.3381
Yxy8.89370.16000.0955
Hunter Lab29.822336.9768-116.9761
CIE-Lab35.778846.3976-82.7944

#0140dd color RGB value is (1,64,221).

#0140dd hex color red value is 1, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0140dd hue: 0.62 , saturation: 0.99 and the lightness value of 0140dd is 0.44.

The process color (four color CMYK) of #0140dd color hex is 1.00, 0.71, 0.00, 0.13. Web safe color of #0140dd is #0033cc. Color #0140dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000000 11011101
Octal 1 100 335
Decimal 1 64 221
Hex 1 40 DD

RGB Percentages of Color #0140dd

%0.35
%22.38
%77.27

CMYK Percentages of Color #0140dd

%100
%71
%0
%13

Triadic Colors of #0140dd

#0140dd #dd0140 #40dd01

Analogous Colors of #0140dd

#0140dd #3001dd #01aedd

Monochromatic Colors of #0140dd

#0140dd

Complementary Color

#0140dd #dd9e01

#0140dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0140dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0140dd Color CSS Codes

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

#0140dd Text Font Color

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

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


#0140dd Background Color

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

This div background color is #0140dd


#0140dd Border Color

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

This div border color is #0140dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0140dd


Comments

No comments written yet.

Please login to write comment.