Color Hex Logo

#074dfb Color Hex

#074DFB
(7,77,251)
0 Favorites   0 Comments

Color spaces of #074dfb

RGB 777251
HSL0.620.970.51
HSV223°97°98°
CMYK 0.970.690.00   0.02
XYZ20.154112.318092.5822
Yxy12.31800.16120.0985
Hunter Lab35.097041.0820-131.8328
CIE-Lab41.717149.3763-89.9629

#074dfb color RGB value is (7,77,251).

#074dfb hex color red value is 7, green value is 77 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #074dfb hue: 0.62 , saturation: 0.97 and the lightness value of 074dfb is 0.51.

The process color (four color CMYK) of #074dfb color hex is 0.97, 0.69, 0.00, 0.02. Web safe color of #074dfb is #0066ff. Color #074dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 11111011
Octal 7 115 373
Decimal 7 77 251
Hex 7 4D FB

RGB Percentages of Color #074dfb

%2.09
%22.99
%74.93

CMYK Percentages of Color #074dfb

%97
%69
%0
%2

Triadic Colors of #074dfb

#074dfb #fb074d #4dfb07

Analogous Colors of #074dfb

#074dfb #3b07fb #07c7fb

Monochromatic Colors of #074dfb

#074dfb

Complementary Color

#074dfb #fbb507

#074dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#074dfb Color CSS Codes

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

#074dfb Text Font Color

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

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


#074dfb Background Color

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

This div background color is #074dfb


#074dfb Border Color

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

This div border color is #074dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074dfb


Comments

No comments written yet.

Please login to write comment.