Color Hex Logo

#004fcf Color Hex

#004FCF
(0,79,207)
0 Favorites   0 Comments

Color spaces of #004fcf

RGB 079207
HSL0.601.000.41
HSV217°100°81°
CMYK 1.000.620.00   0.19
XYZ14.058510.097060.2394
Yxy10.09700.16660.1196
Hunter Lab31.775823.3658-90.1569
CIE-Lab38.016031.5982-71.0553

#004fcf color RGB value is (0,79,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001111 11001111
Octal 0 117 317
Decimal 0 79 207
Hex 0 4F CF

RGB Percentages of Color #004fcf

%0.00
%27.62
%72.38

CMYK Percentages of Color #004fcf

%100
%62
%0
%19

Triadic Colors of #004fcf

#004fcf #cf004f #4fcf00

Analogous Colors of #004fcf

#004fcf #1800cf #00b7cf

Monochromatic Colors of #004fcf

#004fcf

Complementary Color

#004fcf #cf8000

#004fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#004fcf Color CSS Codes

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

#004fcf Text Font Color

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

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


#004fcf Background Color

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

This div background color is #004fcf


#004fcf Border Color

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

This div border color is #004fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004fcf


Comments

No comments written yet.

Please login to write comment.