Color Hex Logo

#004dff Color Hex

#004DFF
(0,77,255)
0 Favorites   0 Comments

Color spaces of #004dff

RGB 077255
HSL0.621.000.50
HSV222°100°100°
CMYK 1.000.700.00   0.00
XYZ20.703912.527895.9346
Yxy12.52780.16030.0970
Hunter Lab35.394642.4720-135.9250
CIE-Lab42.043050.6587-91.6611

#004dff color RGB value is (0,77,255).

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

The process color (four color CMYK) of #004dff color hex is 1.00, 0.70, 0.00, 0.00. Web safe color of #004dff is #0066ff. Color #004dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001101 11111111
Octal 0 115 377
Decimal 0 77 255
Hex 0 4D FF

RGB Percentages of Color #004dff

%0.00
%23.19
%76.81

CMYK Percentages of Color #004dff

%100
%70
%0
%0

Triadic Colors of #004dff

#004dff #ff004d #4dff00

Analogous Colors of #004dff

#004dff #3200ff #00cdff

Monochromatic Colors of #004dff

#004dff

Complementary Color

#004dff #ffb200

#004dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#004dff Color CSS Codes

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

#004dff Text Font Color

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

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


#004dff Background Color

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

This div background color is #004dff


#004dff Border Color

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

This div border color is #004dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004dff

Related Colors


Comments

No comments written yet.

Please login to write comment.