Color Hex Logo

#0073dc Color Hex

#0073DC
(0,115,220)
1 Favorites   0 Comments

Color spaces of #0073dc

RGB 0115220
HSL0.581.000.43
HSV209°100°86°
CMYK 1.000.480.00   0.14
XYZ19.049017.428870.0702
Yxy17.42880.17880.1636
Hunter Lab41.74788.3886-70.2898
CIE-Lab48.795813.3122-60.9547

#0073dc color RGB value is (0,115,220).

#0073dc hex color red value is 0, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0073dc hue: 0.58 , saturation: 1.00 and the lightness value of 0073dc is 0.43.

The process color (four color CMYK) of #0073dc color hex is 1.00, 0.48, 0.00, 0.14. Web safe color of #0073dc is #0066cc. Color #0073dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110011 11011100
Octal 0 163 334
Decimal 0 115 220
Hex 0 73 DC

RGB Percentages of Color #0073dc

%0.00
%34.33
%65.67

CMYK Percentages of Color #0073dc

%100
%48
%0
%14

Triadic Colors of #0073dc

#0073dc #dc0073 #73dc00

Analogous Colors of #0073dc

#0073dc #0005dc #00dcd7

Monochromatic Colors of #0073dc

#0073dc

Complementary Color

#0073dc #dc6900

#0073dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0073dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0073dc Color CSS Codes

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

#0073dc Text Font Color

<p style="color:#0073dc">Text here</p>

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


#0073dc Background Color

<div style="background-color:#0073dc">
Div content here</div>

This div background color is #0073dc


#0073dc Border Color

<div style="border:3px solid #0073dc">
Div here</div>

This div border color is #0073dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,115,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0073dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0073dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0073dc;
  box-shadow:         1px 1px 3px 2px #0073dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,115,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 #0073dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0073dc


Comments

No comments written yet.

Please login to write comment.