Color Hex Logo

#095ffb Color Hex

#095FFB
(9,95,251)
0 Favorites   0 Comments

Color spaces of #095ffb

RGB 995251
HSL0.610.970.51
HSV219°96°98°
CMYK 0.960.620.00   0.02
XYZ21.617515.207593.0628
Yxy15.20750.16640.1171
Hunter Lab38.996830.7054-114.1932
CIE-Lab45.917138.3215-83.0489

#095ffb color RGB value is (9,95,251).

#095ffb hex color red value is 9, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #095ffb hue: 0.61 , saturation: 0.97 and the lightness value of 095ffb is 0.51.

The process color (four color CMYK) of #095ffb color hex is 0.96, 0.62, 0.00, 0.02. Web safe color of #095ffb is #0066ff. Color #095ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011111 11111011
Octal 11 137 373
Decimal 9 95 251
Hex 9 5F FB

RGB Percentages of Color #095ffb

%2.54
%26.76
%70.70

CMYK Percentages of Color #095ffb

%96
%62
%0
%2

Triadic Colors of #095ffb

#095ffb #fb095f #5ffb09

Analogous Colors of #095ffb

#095ffb #2c09fb #09d8fb

Monochromatic Colors of #095ffb

#095ffb

Complementary Color

#095ffb #fba509

#095ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#095ffb Color CSS Codes

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

#095ffb Text Font Color

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

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


#095ffb Background Color

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

This div background color is #095ffb


#095ffb Border Color

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

This div border color is #095ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095ffb


Comments

No comments written yet.

Please login to write comment.