Color Hex Logo

#004dbf Color Hex

#004DBF
(0,77,191)
0 Favorites   0 Comments

Color spaces of #004dbf

RGB 077191
HSL0.601.000.37
HSV216°100°75°
CMYK 1.000.600.00   0.25
XYZ12.05789.069350.4053
Yxy9.06930.16860.1268
Hunter Lab30.115318.7675-78.1557
CIE-Lab36.117426.5910-64.8585

#004dbf color RGB value is (0,77,191).

#004dbf hex color red value is 0, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #004dbf hue: 0.60 , saturation: 1.00 and the lightness value of 004dbf is 0.37.

The process color (four color CMYK) of #004dbf color hex is 1.00, 0.60, 0.00, 0.25. Web safe color of #004dbf is #0066cc. Color #004dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001101 10111111
Octal 0 115 277
Decimal 0 77 191
Hex 0 4D BF

RGB Percentages of Color #004dbf

%0.00
%28.73
%71.27

CMYK Percentages of Color #004dbf

%100
%60
%0
%25

Triadic Colors of #004dbf

#004dbf #bf004d #4dbf00

Analogous Colors of #004dbf

#004dbf #1300bf #00adbf

Monochromatic Colors of #004dbf

#004dbf

Complementary Color

#004dbf #bf7200

#004dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#004dbf Color CSS Codes

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

#004dbf Text Font Color

<p style="color:#004dbf">Text here</p>

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


#004dbf Background Color

<div style="background-color:#004dbf">
Div content here</div>

This div background color is #004dbf


#004dbf Border Color

<div style="border:3px solid #004dbf">
Div here</div>

This div border color is #004dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,77,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #004dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #004dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #004dbf;
  box-shadow:         1px 1px 3px 2px #004dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004dbf

#004dbf Color Palettes


Comments

No comments written yet.

Please login to write comment.