Color Hex Logo

#019fdc Color Hex

#019FDC
(1,159,220)
0 Favorites   0 Comments

Color spaces of #019fdc

RGB 1159220
HSL0.550.990.43
HSV197°100°86°
CMYK 1.000.280.00   0.14
XYZ25.328929.970072.1600
Yxy29.97000.19870.2351
Hunter Lab54.7449-13.2166-39.8296
CIE-Lab61.6283-12.8469-40.5295

#019fdc color RGB value is (1,159,220).

#019fdc hex color red value is 1, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #019fdc hue: 0.55 , saturation: 0.99 and the lightness value of 019fdc is 0.43.

The process color (four color CMYK) of #019fdc color hex is 1.00, 0.28, 0.00, 0.14. Web safe color of #019fdc is #0099cc. Color #019fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011111 11011100
Octal 1 237 334
Decimal 1 159 220
Hex 1 9F DC

RGB Percentages of Color #019fdc

%0.26
%41.84
%57.89

CMYK Percentages of Color #019fdc

%100
%28
%0
%14

Triadic Colors of #019fdc

#019fdc #dc019f #9fdc01

Analogous Colors of #019fdc

#019fdc #0132dc #01dcac

Monochromatic Colors of #019fdc

#019fdc

Complementary Color

#019fdc #dc3e01

#019fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#019fdc Color CSS Codes

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

#019fdc Text Font Color

<p style="color:#019fdc">Text here</p>

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


#019fdc Background Color

<div style="background-color:#019fdc">
Div content here</div>

This div background color is #019fdc


#019fdc Border Color

<div style="border:3px solid #019fdc">
Div here</div>

This div border color is #019fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,159,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #019fdc;
  box-shadow:         1px 1px 3px 2px #019fdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019fdc


Comments

No comments written yet.

Please login to write comment.