Color Hex Logo

#014dfb Color Hex

#014DFB
(1,77,251)
0 Favorites   0 Comments

Color spaces of #014dfb

RGB 177251
HSL0.620.990.49
HSV222°100°98°
CMYK 1.000.690.00   0.02
XYZ20.079012.279292.5786
Yxy12.27920.16070.0983
Hunter Lab35.041740.9581-132.1124
CIE-Lab41.656549.2669-90.0651

#014dfb color RGB value is (1,77,251).

#014dfb hex color red value is 1, green value is 77 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #014dfb hue: 0.62 , saturation: 0.99 and the lightness value of 014dfb is 0.49.

The process color (four color CMYK) of #014dfb color hex is 1.00, 0.69, 0.00, 0.02. Web safe color of #014dfb is #0066ff. Color #014dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 11111011
Octal 1 115 373
Decimal 1 77 251
Hex 1 4D FB

RGB Percentages of Color #014dfb

%0.30
%23.40
%76.29

CMYK Percentages of Color #014dfb

%100
%69
%0
%2

Triadic Colors of #014dfb

#014dfb #fb014d #4dfb01

Analogous Colors of #014dfb

#014dfb #3201fb #01cafb

Monochromatic Colors of #014dfb

#014dfb

Complementary Color

#014dfb #fbaf01

#014dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dfb Color CSS Codes

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

#014dfb Text Font Color

<p style="color:#014dfb">Text here</p>

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


#014dfb Background Color

<div style="background-color:#014dfb">
Div content here</div>

This div background color is #014dfb


#014dfb Border Color

<div style="border:3px solid #014dfb">
Div here</div>

This div border color is #014dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,77,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #014dfb;
  box-shadow:         1px 1px 3px 2px #014dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dfb


Comments

No comments written yet.

Please login to write comment.