Color Hex Logo

#0769dd Color Hex

#0769DD
(7,105,221)
0 Favorites   0 Comments

Color spaces of #0769dd

RGB 7105221
HSL0.590.940.45
HSV213°97°87°
CMYK 0.970.520.00   0.13
XYZ18.190315.368870.4143
Yxy15.36880.17500.1478
Hunter Lab39.203114.2190-79.0512
CIE-Lab46.135220.3159-65.8241

#0769dd color RGB value is (7,105,221).

#0769dd hex color red value is 7, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0769dd hue: 0.59 , saturation: 0.94 and the lightness value of 0769dd is 0.45.

The process color (four color CMYK) of #0769dd color hex is 0.97, 0.52, 0.00, 0.13. Web safe color of #0769dd is #0066cc. Color #0769dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101001 11011101
Octal 7 151 335
Decimal 7 105 221
Hex 7 69 DD

RGB Percentages of Color #0769dd

%2.10
%31.53
%66.37

CMYK Percentages of Color #0769dd

%97
%52
%0
%13

Triadic Colors of #0769dd

#0769dd #dd0769 #69dd07

Analogous Colors of #0769dd

#0769dd #1007dd #07d4dd

Monochromatic Colors of #0769dd

#0769dd

Complementary Color

#0769dd #dd7b07

#0769dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0769dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0769dd Color CSS Codes

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

#0769dd Text Font Color

<p style="color:#0769dd">Text here</p>

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


#0769dd Background Color

<div style="background-color:#0769dd">
Div content here</div>

This div background color is #0769dd


#0769dd Border Color

<div style="border:3px solid #0769dd">
Div here</div>

This div border color is #0769dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,105,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0769dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0769dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0769dd;
  box-shadow:         1px 1px 3px 2px #0769dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0769dd


Comments

No comments written yet.

Please login to write comment.