Color Hex Logo

#095cdb Color Hex

#095CDB
(9,92,219)
0 Favorites   0 Comments

Color spaces of #095cdb

RGB 992219
HSL0.600.920.45
HSV216°96°86°
CMYK 0.960.580.00   0.14
XYZ16.726012.826868.6121
Yxy12.82680.17040.1307
Hunter Lab35.814520.6872-88.5154
CIE-Lab42.501128.0313-70.6016

#095cdb color RGB value is (9,92,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011100 11011011
Octal 11 134 333
Decimal 9 92 219
Hex 9 5C DB

RGB Percentages of Color #095cdb

%2.81
%28.75
%68.44

CMYK Percentages of Color #095cdb

%96
%58
%0
%14

Triadic Colors of #095cdb

#095cdb #db095c #5cdb09

Analogous Colors of #095cdb

#095cdb #1f09db #09c5db

Monochromatic Colors of #095cdb

#095cdb

Complementary Color

#095cdb #db8809

#095cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#095cdb Color CSS Codes

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

#095cdb Text Font Color

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

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


#095cdb Background Color

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

This div background color is #095cdb


#095cdb Border Color

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

This div border color is #095cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095cdb


Comments

No comments written yet.

Please login to write comment.