Color Hex Logo

#037fdc Color Hex

#037FDC
(3,127,220)
0 Favorites   0 Comments

Color spaces of #037fdc

RGB 3127220
HSL0.570.970.44
HSV206°99°86°
CMYK 0.990.420.00   0.14
XYZ20.545220.365470.5582
Yxy20.36540.18430.1827
Hunter Lab45.12802.2907-61.1110
CIE-Lab52.24785.9015-55.4029

#037fdc color RGB value is (3,127,220).

#037fdc hex color red value is 3, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #037fdc hue: 0.57 , saturation: 0.97 and the lightness value of 037fdc is 0.44.

The process color (four color CMYK) of #037fdc color hex is 0.99, 0.42, 0.00, 0.14. Web safe color of #037fdc is #0066cc. Color #037fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111111 11011100
Octal 3 177 334
Decimal 3 127 220
Hex 3 7F DC

RGB Percentages of Color #037fdc

%0.86
%36.29
%62.86

CMYK Percentages of Color #037fdc

%99
%42
%0
%14

Triadic Colors of #037fdc

#037fdc #dc037f #7fdc03

Analogous Colors of #037fdc

#037fdc #0313dc #03dccd

Monochromatic Colors of #037fdc

#037fdc

Complementary Color

#037fdc #dc6003

#037fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#037fdc Color CSS Codes

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

#037fdc Text Font Color

<p style="color:#037fdc">Text here</p>

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


#037fdc Background Color

<div style="background-color:#037fdc">
Div content here</div>

This div background color is #037fdc


#037fdc Border Color

<div style="border:3px solid #037fdc">
Div here</div>

This div border color is #037fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,127,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037fdc


Comments

No comments written yet.

Please login to write comment.