Color Hex Logo

#095ddb Color Hex

#095DDB
(9,93,219)
0 Favorites   0 Comments

Color spaces of #095ddb

RGB 993219
HSL0.600.920.45
HSV216°96°86°
CMYK 0.960.580.00   0.14
XYZ16.813213.001368.6412
Yxy13.00130.17080.1321
Hunter Lab36.057320.1326-87.6284
CIE-Lab42.765227.3790-70.1705

#095ddb color RGB value is (9,93,219).

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

The process color (four color CMYK) of #095ddb color hex is 0.96, 0.58, 0.00, 0.14. Web safe color of #095ddb is #0066cc. Color #095ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011101 11011011
Octal 11 135 333
Decimal 9 93 219
Hex 9 5D DB

RGB Percentages of Color #095ddb

%2.80
%28.97
%68.22

CMYK Percentages of Color #095ddb

%96
%58
%0
%14

Triadic Colors of #095ddb

#095ddb #db095d #5ddb09

Analogous Colors of #095ddb

#095ddb #1e09db #09c6db

Monochromatic Colors of #095ddb

#095ddb

Complementary Color

#095ddb #db8709

#095ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#095ddb Color CSS Codes

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

#095ddb Text Font Color

<p style="color:#095ddb">Text here</p>

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


#095ddb Background Color

<div style="background-color:#095ddb">
Div content here</div>

This div background color is #095ddb


#095ddb Border Color

<div style="border:3px solid #095ddb">
Div here</div>

This div border color is #095ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,93,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #095ddb;
  box-shadow:         1px 1px 3px 2px #095ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,93,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095ddb


Comments

No comments written yet.

Please login to write comment.