Color Hex Logo

#002fbd Color Hex

#002FBD
(0,47,189)
0 Favorites   0 Comments

Color spaces of #002fbd

RGB 047189
HSL0.631.000.37
HSV225°100°74°
CMYK 1.000.750.00   0.26
XYZ10.20185.707248.7080
Yxy5.70720.15790.0883
Hunter Lab23.889734.4190-104.1616
CIE-Lab28.661445.1139-75.9572

#002fbd color RGB value is (0,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101111 10111101
Octal 0 57 275
Decimal 0 47 189
Hex 0 2F BD

RGB Percentages of Color #002fbd

%0.00
%19.92
%80.08

CMYK Percentages of Color #002fbd

%100
%75
%0
%26

Triadic Colors of #002fbd

#002fbd #bd002f #2fbd00

Analogous Colors of #002fbd

#002fbd #2f00bd #008ebd

Monochromatic Colors of #002fbd

#002fbd

Complementary Color

#002fbd #bd8e00

#002fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#002fbd Color CSS Codes

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

#002fbd Text Font Color

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

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


#002fbd Background Color

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

This div background color is #002fbd


#002fbd Border Color

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

This div border color is #002fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002fbd


Comments

No comments written yet.

Please login to write comment.