Color Hex Logo

#002fdf Color Hex

#002FDF
(0,47,223)
0 Favorites   0 Comments

Color spaces of #002fdf

RGB 047223
HSL0.631.000.44
HSV227°100°87°
CMYK 1.000.790.00   0.13
XYZ14.33587.360770.4772
Yxy7.36070.15550.0799
Hunter Lab27.130646.8407-135.0262
CIE-Lab32.614356.6083-89.1875

#002fdf color RGB value is (0,47,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101111 11011111
Octal 0 57 337
Decimal 0 47 223
Hex 0 2F DF

RGB Percentages of Color #002fdf

%0.00
%17.41
%82.59

CMYK Percentages of Color #002fdf

%100
%79
%0
%13

Triadic Colors of #002fdf

#002fdf #df002f #2fdf00

Analogous Colors of #002fdf

#002fdf #4100df #009fdf

Monochromatic Colors of #002fdf

#002fdf

Complementary Color

#002fdf #dfb000

#002fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#002fdf Color CSS Codes

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

#002fdf Text Font Color

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

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


#002fdf Background Color

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

This div background color is #002fdf


#002fdf Border Color

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

This div border color is #002fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002fdf


Comments

No comments written yet.

Please login to write comment.