Color Hex Logo

#004bff Color Hex

#004BFF
(0,75,255)
1 Favorites   0 Comments

Color spaces of #004bff

RGB 075255
HSL0.621.000.50
HSV222°100°100°
CMYK 1.000.710.00   0.00
XYZ20.566112.252295.8887
Yxy12.25220.15980.0952
Hunter Lab35.003143.6222-137.9187
CIE-Lab41.614251.8380-92.3698

#004bff color RGB value is (0,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001011 11111111
Octal 0 113 377
Decimal 0 75 255
Hex 0 4B FF

RGB Percentages of Color #004bff

%0.00
%22.73
%77.27

CMYK Percentages of Color #004bff

%100
%71
%0
%0

Triadic Colors of #004bff

#004bff #ff004b #4bff00

Analogous Colors of #004bff

#004bff #3400ff #00cbff

Monochromatic Colors of #004bff

#004bff

Complementary Color

#004bff #ffb400

#004bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#004bff Color CSS Codes

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

#004bff Text Font Color

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

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


#004bff Background Color

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

This div background color is #004bff


#004bff Border Color

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

This div border color is #004bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,75,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 #004bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004bff

Related Colors


Comments

No comments written yet.

Please login to write comment.