Color Hex Logo

#002fcd Color Hex

#002FCD
(0,47,205)
0 Favorites   0 Comments

Color spaces of #002fcd

RGB 047205
HSL0.631.000.40
HSV226°100°80°
CMYK 1.000.770.00   0.20
XYZ12.03606.440858.3664
Yxy6.44080.15660.0838
Hunter Lab25.378740.2418-118.5910
CIE-Lab30.498450.6593-82.2970

#002fcd color RGB value is (0,47,205).

#002fcd hex color red value is 0, green value is 47 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #002fcd hue: 0.63 , saturation: 1.00 and the lightness value of 002fcd is 0.40.

The process color (four color CMYK) of #002fcd color hex is 1.00, 0.77, 0.00, 0.20. Web safe color of #002fcd is #0033cc. Color #002fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101111 11001101
Octal 0 57 315
Decimal 0 47 205
Hex 0 2F CD

RGB Percentages of Color #002fcd

%0.00
%18.65
%81.35

CMYK Percentages of Color #002fcd

%100
%77
%0
%20

Triadic Colors of #002fcd

#002fcd #cd002f #2fcd00

Analogous Colors of #002fcd

#002fcd #3700cd #0096cd

Monochromatic Colors of #002fcd

#002fcd

Complementary Color

#002fcd #cd9e00

#002fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#002fcd Color CSS Codes

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

#002fcd Text Font Color

<p style="color:#002fcd">Text here</p>

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


#002fcd Background Color

<div style="background-color:#002fcd">
Div content here</div>

This div background color is #002fcd


#002fcd Border Color

<div style="border:3px solid #002fcd">
Div here</div>

This div border color is #002fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,47,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #002fcd;
  box-shadow:         1px 1px 3px 2px #002fcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,47,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002fcd


Comments

No comments written yet.

Please login to write comment.