Color Hex Logo

#1777bd Color Hex

#1777BD
(23,119,189)
0 Favorites   0 Comments

Color spaces of #1777bd

RGB 23119189
HSL0.570.780.42
HSV205°88°74°
CMYK 0.880.370.00   0.26
XYZ16.135517.049950.5846
Yxy17.04990.19260.2035
Hunter Lab41.2915-2.5077-43.7297
CIE-Lab48.3228-0.3993-43.9978

#1777bd color RGB value is (23,119,189).

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

The process color (four color CMYK) of #1777bd color hex is 0.88, 0.37, 0.00, 0.26. Web safe color of #1777bd is #0066cc. Color #1777bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01110111 10111101
Octal 27 167 275
Decimal 23 119 189
Hex 17 77 BD

RGB Percentages of Color #1777bd

%6.95
%35.95
%57.10

CMYK Percentages of Color #1777bd

%88
%37
%0
%26

Triadic Colors of #1777bd

#1777bd #bd1777 #77bd17

Analogous Colors of #1777bd

#1777bd #1724bd #17bdb0

Monochromatic Colors of #1777bd

#1777bd

Complementary Color

#1777bd #bd5d17

#1777bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1777bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1777bd Color CSS Codes

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

#1777bd Text Font Color

<p style="color:#1777bd">Text here</p>

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


#1777bd Background Color

<div style="background-color:#1777bd">
Div content here</div>

This div background color is #1777bd


#1777bd Border Color

<div style="border:3px solid #1777bd">
Div here</div>

This div border color is #1777bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1777bd


Comments

No comments written yet.

Please login to write comment.