Color Hex Logo

#017cdb Color Hex

#017CDB
(1,124,219)
0 Favorites   0 Comments

Color spaces of #017cdb

RGB 1124219
HSL0.570.990.43
HSV206°100°86°
CMYK 1.000.430.00   0.14
XYZ20.006419.536269.7343
Yxy19.53620.18310.1788
Hunter Lab44.19983.4459-62.6024
CIE-Lab51.30877.3030-56.3458

#017cdb color RGB value is (1,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111100 11011011
Octal 1 174 333
Decimal 1 124 219
Hex 1 7C DB

RGB Percentages of Color #017cdb

%0.29
%36.05
%63.66

CMYK Percentages of Color #017cdb

%100
%43
%0
%14

Triadic Colors of #017cdb

#017cdb #db017c #7cdb01

Analogous Colors of #017cdb

#017cdb #010fdb #01dbcd

Monochromatic Colors of #017cdb

#017cdb

Complementary Color

#017cdb #db6001

#017cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#017cdb Color CSS Codes

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

#017cdb Text Font Color

<p style="color:#017cdb">Text here</p>

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


#017cdb Background Color

<div style="background-color:#017cdb">
Div content here</div>

This div background color is #017cdb


#017cdb Border Color

<div style="border:3px solid #017cdb">
Div here</div>

This div border color is #017cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,124,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 #017cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017cdb


Comments

No comments written yet.

Please login to write comment.