Color Hex Logo

#172fbd Color Hex

#172FBD
(23,47,189)
0 Favorites   0 Comments

Color spaces of #172fbd

RGB 2347189
HSL0.640.780.42
HSV231°88°74°
CMYK 0.880.750.00   0.26
XYZ10.55525.889348.7245
Yxy5.88930.16200.0904
Hunter Lab24.267935.1689-102.0536
CIE-Lab29.131445.8005-75.1640

#172fbd color RGB value is (23,47,189).

#172fbd hex color red value is 23, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #172fbd hue: 0.64 , saturation: 0.78 and the lightness value of 172fbd is 0.42.

The process color (four color CMYK) of #172fbd color hex is 0.88, 0.75, 0.00, 0.26. Web safe color of #172fbd is #0033cc. Color #172fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101111 10111101
Octal 27 57 275
Decimal 23 47 189
Hex 17 2F BD

RGB Percentages of Color #172fbd

%8.88
%18.15
%72.97

CMYK Percentages of Color #172fbd

%88
%75
%0
%26

Triadic Colors of #172fbd

#172fbd #bd172f #2fbd17

Analogous Colors of #172fbd

#172fbd #5217bd #1782bd

Monochromatic Colors of #172fbd

#172fbd

Complementary Color

#172fbd #bda517

#172fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#172fbd Color CSS Codes

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

#172fbd Text Font Color

<p style="color:#172fbd">Text here</p>

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


#172fbd Background Color

<div style="background-color:#172fbd">
Div content here</div>

This div background color is #172fbd


#172fbd Border Color

<div style="border:3px solid #172fbd">
Div here</div>

This div border color is #172fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,47,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #172fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #172fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #172fbd;
  box-shadow:         1px 1px 3px 2px #172fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172fbd


Comments

No comments written yet.

Please login to write comment.