Color Hex Logo

#1c7fbb Color Hex

#1C7FBB
(28,127,187)
0 Favorites   0 Comments

Color spaces of #1c7fbb

RGB 28127187
HSL0.560.740.42
HSV203°85°73°
CMYK 0.850.320.00   0.27
XYZ17.037919.013549.7857
Yxy19.01350.19850.2215
Hunter Lab43.6045-6.5612-37.1716
CIE-Lab50.7030-5.5908-39.0743

#1c7fbb color RGB value is (28,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01111111 10111011
Octal 34 177 273
Decimal 28 127 187
Hex 1C 7F BB

RGB Percentages of Color #1c7fbb

%8.19
%37.13
%54.68

CMYK Percentages of Color #1c7fbb

%85
%32
%0
%27

Triadic Colors of #1c7fbb

#1c7fbb #bb1c7f #7fbb1c

Analogous Colors of #1c7fbb

#1c7fbb #1c30bb #1cbba8

Monochromatic Colors of #1c7fbb

#1c7fbb

Complementary Color

#1c7fbb #bb581c

#1c7fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c7fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c7fbb Color CSS Codes

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

#1c7fbb Text Font Color

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

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


#1c7fbb Background Color

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

This div background color is #1c7fbb


#1c7fbb Border Color

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

This div border color is #1c7fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c7fbb


Comments

No comments written yet.

Please login to write comment.