Color Hex Logo

#277fdb Color Hex

#277FDB
(39,127,219)
0 Favorites   0 Comments

Color spaces of #277fdb

RGB 39127219
HSL0.590.710.51
HSV211°82°86°
CMYK 0.820.420.00   0.14
XYZ21.212320.724669.9001
Yxy20.72460.18970.1853
Hunter Lab45.52433.5056-59.1696
CIE-Lab52.64687.3953-54.1754

#277fdb color RGB value is (39,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111111 11011011
Octal 47 177 333
Decimal 39 127 219
Hex 27 7F DB

RGB Percentages of Color #277fdb

%10.13
%32.99
%56.88

CMYK Percentages of Color #277fdb

%82
%42
%0
%14

Triadic Colors of #277fdb

#277fdb #db277f #7fdb27

Analogous Colors of #277fdb

#277fdb #2927db #27d9db

Monochromatic Colors of #277fdb

#277fdb

Complementary Color

#277fdb #db8327

#277fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#277fdb Color CSS Codes

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

#277fdb Text Font Color

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

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


#277fdb Background Color

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

This div background color is #277fdb


#277fdb Border Color

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

This div border color is #277fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277fdb


Comments

No comments written yet.

Please login to write comment.