Color Hex Logo

#1b7dbb Color Hex

#1B7DBB
(27,125,187)
0 Favorites   0 Comments

Color spaces of #1b7dbb

RGB 27125187
HSL0.560.750.42
HSV203°86°73°
CMYK 0.860.330.00   0.27
XYZ16.755318.488149.6992
Yxy18.48810.19730.2177
Hunter Lab42.9978-5.6886-38.4322
CIE-Lab50.0828-4.4851-40.0543

#1b7dbb color RGB value is (27,125,187).

#1b7dbb hex color red value is 27, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1b7dbb hue: 0.56 , saturation: 0.75 and the lightness value of 1b7dbb is 0.42.

The process color (four color CMYK) of #1b7dbb color hex is 0.86, 0.33, 0.00, 0.27. Web safe color of #1b7dbb is #3366cc. Color #1b7dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01111101 10111011
Octal 33 175 273
Decimal 27 125 187
Hex 1B 7D BB

RGB Percentages of Color #1b7dbb

%7.96
%36.87
%55.16

CMYK Percentages of Color #1b7dbb

%86
%33
%0
%27

Triadic Colors of #1b7dbb

#1b7dbb #bb1b7d #7dbb1b

Analogous Colors of #1b7dbb

#1b7dbb #1b2dbb #1bbba9

Monochromatic Colors of #1b7dbb

#1b7dbb

Complementary Color

#1b7dbb #bb591b

#1b7dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b7dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b7dbb Color CSS Codes

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

#1b7dbb Text Font Color

<p style="color:#1b7dbb">Text here</p>

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


#1b7dbb Background Color

<div style="background-color:#1b7dbb">
Div content here</div>

This div background color is #1b7dbb


#1b7dbb Border Color

<div style="border:3px solid #1b7dbb">
Div here</div>

This div border color is #1b7dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,125,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b7dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b7dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #1b7dbb;
  box-shadow:         1px 1px 3px 2px #1b7dbb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b7dbb


Comments

No comments written yet.

Please login to write comment.