Color Hex Logo

#095bdf Color Hex

#095BDF
(9,91,223)
0 Favorites   0 Comments

Color spaces of #095bdf

RGB 991223
HSL0.600.920.45
HSV217°96°87°
CMYK 0.960.590.00   0.13
XYZ17.173012.868071.3907
Yxy12.86800.16930.1269
Hunter Lab35.872022.6773-92.8857
CIE-Lab42.563730.2357-72.7778

#095bdf color RGB value is (9,91,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011011 11011111
Octal 11 133 337
Decimal 9 91 223
Hex 9 5B DF

RGB Percentages of Color #095bdf

%2.79
%28.17
%69.04

CMYK Percentages of Color #095bdf

%96
%59
%0
%13

Triadic Colors of #095bdf

#095bdf #df095b #5bdf09

Analogous Colors of #095bdf

#095bdf #2209df #09c6df

Monochromatic Colors of #095bdf

#095bdf

Complementary Color

#095bdf #df8d09

#095bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#095bdf Color CSS Codes

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

#095bdf Text Font Color

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

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


#095bdf Background Color

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

This div background color is #095bdf


#095bdf Border Color

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

This div border color is #095bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095bdf


Comments

No comments written yet.

Please login to write comment.