Color Hex Logo

#0785bf Color Hex

#0785BF
(7,133,191)
0 Favorites   0 Comments

Color spaces of #0785bf

RGB 7133191
HSL0.550.930.39
HSV199°96°75°
CMYK 0.960.300.00   0.25
XYZ17.879120.581852.3206
Yxy20.58180.19690.2267
Hunter Lab45.3672-9.0461-36.6204
CIE-Lab52.4887-8.7225-38.5674

#0785bf color RGB value is (7,133,191).

#0785bf hex color red value is 7, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0785bf hue: 0.55 , saturation: 0.93 and the lightness value of 0785bf is 0.39.

The process color (four color CMYK) of #0785bf color hex is 0.96, 0.30, 0.00, 0.25. Web safe color of #0785bf is #0099cc. Color #0785bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000101 10111111
Octal 7 205 277
Decimal 7 133 191
Hex 7 85 BF

RGB Percentages of Color #0785bf

%2.11
%40.18
%57.70

CMYK Percentages of Color #0785bf

%96
%30
%0
%25

Triadic Colors of #0785bf

#0785bf #bf0785 #85bf07

Analogous Colors of #0785bf

#0785bf #0729bf #07bf9d

Monochromatic Colors of #0785bf

#0785bf

Complementary Color

#0785bf #bf4107

#0785bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0785bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0785bf Color CSS Codes

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

#0785bf Text Font Color

<p style="color:#0785bf">Text here</p>

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


#0785bf Background Color

<div style="background-color:#0785bf">
Div content here</div>

This div background color is #0785bf


#0785bf Border Color

<div style="border:3px solid #0785bf">
Div here</div>

This div border color is #0785bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,133,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0785bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0785bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0785bf;
  box-shadow:         1px 1px 3px 2px #0785bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0785bf


Comments

No comments written yet.

Please login to write comment.