Color Hex Logo

#175dbb Color Hex

#175DBB
(23,93,187)
0 Favorites   0 Comments

Color spaces of #175dbb

RGB 2393187
HSL0.600.780.41
HSV214°88°73°
CMYK 0.880.500.00   0.27
XYZ13.237311.598748.5548
Yxy11.59870.18040.1580
Hunter Lab34.05699.7803-60.6898
CIE-Lab40.571115.3325-55.2627

#175dbb color RGB value is (23,93,187).

#175dbb hex color red value is 23, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #175dbb hue: 0.60 , saturation: 0.78 and the lightness value of 175dbb is 0.41.

The process color (four color CMYK) of #175dbb color hex is 0.88, 0.50, 0.00, 0.27. Web safe color of #175dbb is #0066cc. Color #175dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011101 10111011
Octal 27 135 273
Decimal 23 93 187
Hex 17 5D BB

RGB Percentages of Color #175dbb

%7.59
%30.69
%61.72

CMYK Percentages of Color #175dbb

%88
%50
%0
%27

Triadic Colors of #175dbb

#175dbb #bb175d #5dbb17

Analogous Colors of #175dbb

#175dbb #2317bb #17afbb

Monochromatic Colors of #175dbb

#175dbb

Complementary Color

#175dbb #bb7517

#175dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#175dbb Color CSS Codes

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

#175dbb Text Font Color

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

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


#175dbb Background Color

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

This div background color is #175dbb


#175dbb Border Color

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

This div border color is #175dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,93,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175dbb


Comments

No comments written yet.

Please login to write comment.