Color Hex Logo

#277fbb Color Hex

#277FBB
(39,127,187)
0 Favorites   0 Comments

Color spaces of #277fbb

RGB 39127187
HSL0.570.650.44
HSV204°79°73°
CMYK 0.790.320.00   0.27
XYZ17.395719.197949.8024
Yxy19.19790.20130.2222
Hunter Lab43.8154-5.8085-36.7207
CIE-Lab50.9179-4.5574-38.7210

#277fbb color RGB value is (39,127,187).

#277fbb hex color red value is 39, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #277fbb hue: 0.57 , saturation: 0.65 and the lightness value of 277fbb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111111 10111011
Octal 47 177 273
Decimal 39 127 187
Hex 27 7F BB

RGB Percentages of Color #277fbb

%11.05
%35.98
%52.97

CMYK Percentages of Color #277fbb

%79
%32
%0
%27

Triadic Colors of #277fbb

#277fbb #bb277f #7fbb27

Analogous Colors of #277fbb

#277fbb #2735bb #27bbad

Monochromatic Colors of #277fbb

#277fbb

Complementary Color

#277fbb #bb6327

#277fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#277fbb Color CSS Codes

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

#277fbb Text Font Color

<p style="color:#277fbb">Text here</p>

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


#277fbb Background Color

<div style="background-color:#277fbb">
Div content here</div>

This div background color is #277fbb


#277fbb Border Color

<div style="border:3px solid #277fbb">
Div here</div>

This div border color is #277fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,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 #277fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277fbb

#277fbb Color Palettes


Comments

No comments written yet.

Please login to write comment.