Color Hex Logo

#074ddb Color Hex

#074DDB
(7,77,219)
0 Favorites   0 Comments

Color spaces of #074ddb

RGB 777219
HSL0.610.940.44
HSV220°97°86°
CMYK 0.970.650.00   0.14
XYZ15.527710.467468.2198
Yxy10.46740.16480.1111
Hunter Lab32.353429.0511-102.3706
CIE-Lab38.668637.6932-76.8820

#074ddb color RGB value is (7,77,219).

#074ddb hex color red value is 7, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #074ddb hue: 0.61 , saturation: 0.94 and the lightness value of 074ddb is 0.44.

The process color (four color CMYK) of #074ddb color hex is 0.97, 0.65, 0.00, 0.14. Web safe color of #074ddb is #0066cc. Color #074ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 11011011
Octal 7 115 333
Decimal 7 77 219
Hex 7 4D DB

RGB Percentages of Color #074ddb

%2.31
%25.41
%72.28

CMYK Percentages of Color #074ddb

%97
%65
%0
%14

Triadic Colors of #074ddb

#074ddb #db074d #4ddb07

Analogous Colors of #074ddb

#074ddb #2b07db #07b7db

Monochromatic Colors of #074ddb

#074ddb

Complementary Color

#074ddb #db9507

#074ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#074ddb Color CSS Codes

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

#074ddb Text Font Color

<p style="color:#074ddb">Text here</p>

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


#074ddb Background Color

<div style="background-color:#074ddb">
Div content here</div>

This div background color is #074ddb


#074ddb Border Color

<div style="border:3px solid #074ddb">
Div here</div>

This div border color is #074ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,77,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #074ddb;
  box-shadow:         1px 1px 3px 2px #074ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,77,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 #074ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074ddb


Comments

No comments written yet.

Please login to write comment.