Color Hex Logo

#004bf4 Color Hex

#004BF4
(0,75,244)
0 Favorites   0 Comments

Color spaces of #004bf4

RGB 075244
HSL0.621.000.48
HSV222°100°96°
CMYK 1.000.690.00   0.04
XYZ18.845211.563886.8267
Yxy11.56380.16070.0986
Hunter Lab34.005639.4113-127.5817
CIE-Lab40.514347.9614-88.0262

#004bf4 color RGB value is (0,75,244).

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

The process color (four color CMYK) of #004bf4 color hex is 1.00, 0.69, 0.00, 0.04. Web safe color of #004bf4 is #0033ff. Color #004bf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001011 11110100
Octal 0 113 364
Decimal 0 75 244
Hex 0 4B F4

RGB Percentages of Color #004bf4

%0.00
%23.51
%76.49

CMYK Percentages of Color #004bf4

%100
%69
%0
%4

Triadic Colors of #004bf4

#004bf4 #f4004b #4bf400

Analogous Colors of #004bf4

#004bf4 #2f00f4 #00c5f4

Monochromatic Colors of #004bf4

#004bf4

Complementary Color

#004bf4 #f4a900

#004bf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004bf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004bf4 Color CSS Codes

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

#004bf4 Text Font Color

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

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


#004bf4 Background Color

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

This div background color is #004bf4


#004bf4 Border Color

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

This div border color is #004bf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004bf4


Comments

No comments written yet.

Please login to write comment.