Color Hex Logo

#277ddb Color Hex

#277DDB
(39,125,219)
0 Favorites   0 Comments

Color spaces of #277ddb

RGB 39125219
HSL0.590.710.51
HSV211°82°86°
CMYK 0.820.430.00   0.14
XYZ20.956520.213069.8148
Yxy20.21300.18880.1821
Hunter Lab44.95894.5255-60.5978
CIE-Lab52.07728.6263-55.0872

#277ddb color RGB value is (39,125,219).

#277ddb hex color red value is 39, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #277ddb hue: 0.59 , saturation: 0.71 and the lightness value of 277ddb is 0.51.

The process color (four color CMYK) of #277ddb color hex is 0.82, 0.43, 0.00, 0.14. Web safe color of #277ddb is #3366cc. Color #277ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111101 11011011
Octal 47 175 333
Decimal 39 125 219
Hex 27 7D DB

RGB Percentages of Color #277ddb

%10.18
%32.64
%57.18

CMYK Percentages of Color #277ddb

%82
%43
%0
%14

Triadic Colors of #277ddb

#277ddb #db277d #7ddb27

Analogous Colors of #277ddb

#277ddb #2b27db #27d7db

Monochromatic Colors of #277ddb

#277ddb

Complementary Color

#277ddb #db8527

#277ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#277ddb Color CSS Codes

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

#277ddb Text Font Color

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

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


#277ddb Background Color

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

This div background color is #277ddb


#277ddb Border Color

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

This div border color is #277ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,125,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277ddb


Comments

No comments written yet.

Please login to write comment.