Color Hex Logo

#001cdd Color Hex

#001CDD
(0,28,221)
0 Favorites   0 Comments

Color spaces of #001cdd

RGB 028221
HSL0.651.000.43
HSV232°100°87°
CMYK 1.000.870.00   0.13
XYZ13.46646.051068.8648
Yxy6.05100.15240.0685
Hunter Lab24.598854.6705-148.7644
CIE-Lab29.540864.3636-93.1572

#001cdd color RGB value is (0,28,221).

#001cdd hex color red value is 0, green value is 28 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #001cdd hue: 0.65 , saturation: 1.00 and the lightness value of 001cdd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011100 11011101
Octal 0 34 335
Decimal 0 28 221
Hex 0 1C DD

RGB Percentages of Color #001cdd

%0.00
%11.24
%88.76

CMYK Percentages of Color #001cdd

%100
%87
%0
%13

Triadic Colors of #001cdd

#001cdd #dd001c #1cdd00

Analogous Colors of #001cdd

#001cdd #5300dd #008bdd

Monochromatic Colors of #001cdd

#001cdd

Complementary Color

#001cdd #ddc100

#001cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#001cdd Color CSS Codes

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

#001cdd Text Font Color

<p style="color:#001cdd">Text here</p>

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


#001cdd Background Color

<div style="background-color:#001cdd">
Div content here</div>

This div background color is #001cdd


#001cdd Border Color

<div style="border:3px solid #001cdd">
Div here</div>

This div border color is #001cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,28,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #001cdd;
  box-shadow:         1px 1px 3px 2px #001cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,28,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 #001cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001cdd


Comments

No comments written yet.

Please login to write comment.