Color Hex Logo

#095bdb Color Hex

#095BDB
(9,91,219)
0 Favorites   0 Comments

Color spaces of #095bdb

RGB 991219
HSL0.600.920.45
HSV217°96°86°
CMYK 0.960.580.00   0.14
XYZ16.639912.654768.5834
Yxy12.65470.17000.1293
Hunter Lab35.573421.2420-89.4060
CIE-Lab42.238328.6825-71.0308

#095bdb color RGB value is (9,91,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011011 11011011
Octal 11 133 333
Decimal 9 91 219
Hex 9 5B DB

RGB Percentages of Color #095bdb

%2.82
%28.53
%68.65

CMYK Percentages of Color #095bdb

%96
%58
%0
%14

Triadic Colors of #095bdb

#095bdb #db095b #5bdb09

Analogous Colors of #095bdb

#095bdb #2009db #09c4db

Monochromatic Colors of #095bdb

#095bdb

Complementary Color

#095bdb #db8909

#095bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#095bdb Color CSS Codes

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

#095bdb Text Font Color

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

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


#095bdb Background Color

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

This div background color is #095bdb


#095bdb Border Color

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

This div border color is #095bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095bdb


Comments

No comments written yet.

Please login to write comment.