color codes Logo

#074dbc color codes

#074DBC
(7,77,188)
0 Favorites   0 Comments

Color spaces of #074dbc

RGB 777188
HSL0.600.930.38
HSV217°96°74°
CMYK 0.960.590.00   0.26
XYZ11.81868.983848.6881
Yxy8.98380.17010.1293
Hunter Lab29.973017.9313-75.3295
CIE-Lab35.953125.6267-63.3645

#074dbc color RGB value is (7,77,188).

#074dbc hex color red value is 7, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #074dbc hue: 0.60 , saturation: 0.93 and the lightness value of 074dbc is 0.38.

The process color (four color CMYK) of #074dbc color code is 0.96, 0.59, 0.00, 0.26. Web safe color of #074dbc is #0066cc. Color #074dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 10111100
Octal 7 115 274
Decimal 7 77 188
Hex 7 4D BC

RGB Percentages of Color #074dbc

%2.57
%28.31
%69.12

CMYK Percentages of Color #074dbc

%96
%59
%0
%26

Triadic Colors of #074dbc

#074dbc #bc074d #4dbc07

Analogous Colors of #074dbc

#074dbc #1c07bc #07a8bc

Monochromatic Colors of #074dbc

#074dbc

Complementary Color

#074dbc #bc7607

#074dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#074dbc Color CSS Codes

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

#074dbc Text Font Color

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

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


#074dbc Background Color

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

This div background color is #074dbc


#074dbc Border Color

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

This div border color is #074dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074dbc


Comments

No comments written yet.

Please login to write comment.