Color Hex Logo

#0963dd Color Hex

#0963DD
(9,99,221)
0 Favorites   0 Comments

Color spaces of #0963dd

RGB 999221
HSL0.600.920.45
HSV215°96°87°
CMYK 0.960.550.00   0.13
XYZ17.625614.202270.2189
Yxy14.20220.17270.1392
Hunter Lab37.685817.5340-84.0933
CIE-Lab44.521524.2585-68.4463

#0963dd color RGB value is (9,99,221).

#0963dd hex color red value is 9, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0963dd hue: 0.60 , saturation: 0.92 and the lightness value of 0963dd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100011 11011101
Octal 11 143 335
Decimal 9 99 221
Hex 9 63 DD

RGB Percentages of Color #0963dd

%2.74
%30.09
%67.17

CMYK Percentages of Color #0963dd

%96
%55
%0
%13

Triadic Colors of #0963dd

#0963dd #dd0963 #63dd09

Analogous Colors of #0963dd

#0963dd #1909dd #09cddd

Monochromatic Colors of #0963dd

#0963dd

Complementary Color

#0963dd #dd8309

#0963dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0963dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0963dd Color CSS Codes

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

#0963dd Text Font Color

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

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


#0963dd Background Color

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

This div background color is #0963dd


#0963dd Border Color

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

This div border color is #0963dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,99,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 #0963dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0963dd


Comments

No comments written yet.

Please login to write comment.