color codes Logo

#0739cc color codes

#0739CC
(7,57,204)
0 Favorites   0 Comments

Color spaces of #0739cc

RGB 757204
HSL0.620.930.41
HSV225°97°80°
CMYK 0.970.720.00   0.20
XYZ12.44987.331157.8856
Yxy7.33110.16030.0944
Hunter Lab27.076034.6930-107.8025
CIE-Lab32.549144.6651-78.3140

#0739cc color RGB value is (7,57,204).

#0739cc hex color red value is 7, green value is 57 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0739cc hue: 0.62 , saturation: 0.93 and the lightness value of 0739cc is 0.41.

The process color (four color CMYK) of #0739cc color code is 0.97, 0.72, 0.00, 0.20. Web safe color of #0739cc is #0033cc. Color #0739cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 11001100
Octal 7 71 314
Decimal 7 57 204
Hex 7 39 CC

RGB Percentages of Color #0739cc

%2.61
%21.27
%76.12

CMYK Percentages of Color #0739cc

%97
%72
%0
%20

Triadic Colors of #0739cc

#0739cc #cc0739 #39cc07

Analogous Colors of #0739cc

#0739cc #3707cc #079ccc

Monochromatic Colors of #0739cc

#0739cc

Complementary Color

#0739cc #cc9a07

#0739cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0739cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0739cc Color CSS Codes

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

#0739cc Text Font Color

<p style="color:#0739cc">Text here</p>

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


#0739cc Background Color

<div style="background-color:#0739cc">
Div content here</div>

This div background color is #0739cc


#0739cc Border Color

<div style="border:3px solid #0739cc">
Div here</div>

This div border color is #0739cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,57,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0739cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0739cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0739cc;
  box-shadow:         1px 1px 3px 2px #0739cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,57,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0739cc


Comments

No comments written yet.

Please login to write comment.