Color Hex Logo

#175fdb Color Hex

#175FDB
(23,95,219)
0 Favorites   0 Comments

Color spaces of #175fdb

RGB 2395219
HSL0.610.810.47
HSV218°89°86°
CMYK 0.890.570.00   0.14
XYZ17.231713.481068.7117
Yxy13.48100.17330.1356
Hunter Lab36.716519.5194-85.2545
CIE-Lab43.479226.6111-68.9981

#175fdb color RGB value is (23,95,219).

#175fdb hex color red value is 23, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #175fdb hue: 0.61 , saturation: 0.81 and the lightness value of 175fdb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011111 11011011
Octal 27 137 333
Decimal 23 95 219
Hex 17 5F DB

RGB Percentages of Color #175fdb

%6.82
%28.19
%64.99

CMYK Percentages of Color #175fdb

%89
%57
%0
%14

Triadic Colors of #175fdb

#175fdb #db175f #5fdb17

Analogous Colors of #175fdb

#175fdb #3117db #17c1db

Monochromatic Colors of #175fdb

#175fdb

Complementary Color

#175fdb #db9317

#175fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#175fdb Color CSS Codes

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

#175fdb Text Font Color

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

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


#175fdb Background Color

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

This div background color is #175fdb


#175fdb Border Color

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

This div border color is #175fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,95,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 #175fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175fdb


Comments

No comments written yet.

Please login to write comment.