Color Hex Logo

#037bdc Color Hex

#037BDC
(3,123,220)
0 Favorites   0 Comments

Color spaces of #037bdc

RGB 3123220
HSL0.570.970.44
HSV207°99°86°
CMYK 0.990.440.00   0.14
XYZ20.038819.352670.3894
Yxy19.35260.18250.1763
Hunter Lab43.99164.3240-64.0737
CIE-Lab51.09728.3752-57.2486

#037bdc color RGB value is (3,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111011 11011100
Octal 3 173 334
Decimal 3 123 220
Hex 3 7B DC

RGB Percentages of Color #037bdc

%0.87
%35.55
%63.58

CMYK Percentages of Color #037bdc

%99
%44
%0
%14

Triadic Colors of #037bdc

#037bdc #dc037b #7bdc03

Analogous Colors of #037bdc

#037bdc #030edc #03dcd1

Monochromatic Colors of #037bdc

#037bdc

Complementary Color

#037bdc #dc6403

#037bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#037bdc Color CSS Codes

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

#037bdc Text Font Color

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

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


#037bdc Background Color

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

This div background color is #037bdc


#037bdc Border Color

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

This div border color is #037bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,123,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 #037bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037bdc


Comments

No comments written yet.

Please login to write comment.