Color Hex Logo

#014fdb Color Hex

#014FDB
(1,79,219)
0 Favorites   0 Comments

Color spaces of #014fdb

RGB 179219
HSL0.610.990.43
HSV219°100°86°
CMYK 1.000.640.00   0.14
XYZ15.594710.712968.2637
Yxy10.71290.16490.1133
Hunter Lab32.730627.7690-100.7453
CIE-Lab39.092736.2578-76.1875

#014fdb color RGB value is (1,79,219).

#014fdb hex color red value is 1, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #014fdb hue: 0.61 , saturation: 0.99 and the lightness value of 014fdb is 0.43.

The process color (four color CMYK) of #014fdb color hex is 1.00, 0.64, 0.00, 0.14. Web safe color of #014fdb is #0066cc. Color #014fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 11011011
Octal 1 117 333
Decimal 1 79 219
Hex 1 4F DB

RGB Percentages of Color #014fdb

%0.33
%26.42
%73.24

CMYK Percentages of Color #014fdb

%100
%64
%0
%14

Triadic Colors of #014fdb

#014fdb #db014f #4fdb01

Analogous Colors of #014fdb

#014fdb #2001db #01bcdb

Monochromatic Colors of #014fdb

#014fdb

Complementary Color

#014fdb #db8d01

#014fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#014fdb Color CSS Codes

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

#014fdb Text Font Color

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

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


#014fdb Background Color

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

This div background color is #014fdb


#014fdb Border Color

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

This div border color is #014fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014fdb


Comments

No comments written yet.

Please login to write comment.