Color Hex Logo

#096bf5 Color Hex

#096BF5
(9,107,245)
0 Favorites   0 Comments

Color spaces of #096bf5

RGB 9107245
HSL0.600.930.50
HSV215°96°96°
CMYK 0.960.560.00   0.04
XYZ21.851817.166088.5479
Yxy17.16600.17130.1346
Hunter Lab41.431921.6378-97.7119
CIE-Lab48.468528.4226-75.5295

#096bf5 color RGB value is (9,107,245).

#096bf5 hex color red value is 9, green value is 107 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #096bf5 hue: 0.60 , saturation: 0.93 and the lightness value of 096bf5 is 0.50.

The process color (four color CMYK) of #096bf5 color hex is 0.96, 0.56, 0.00, 0.04. Web safe color of #096bf5 is #0066ff. Color #096bf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101011 11110101
Octal 11 153 365
Decimal 9 107 245
Hex 9 6B F5

RGB Percentages of Color #096bf5

%2.49
%29.64
%67.87

CMYK Percentages of Color #096bf5

%96
%56
%0
%4

Triadic Colors of #096bf5

#096bf5 #f5096b #6bf509

Analogous Colors of #096bf5

#096bf5 #1d09f5 #09e1f5

Monochromatic Colors of #096bf5

#096bf5

Complementary Color

#096bf5 #f59309

#096bf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096bf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096bf5 Color CSS Codes

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

#096bf5 Text Font Color

<p style="color:#096bf5">Text here</p>

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


#096bf5 Background Color

<div style="background-color:#096bf5">
Div content here</div>

This div background color is #096bf5


#096bf5 Border Color

<div style="border:3px solid #096bf5">
Div here</div>

This div border color is #096bf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,107,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096bf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096bf5;
  -webkit-box-shadow: 1px 1px 3px 2px #096bf5;
  box-shadow:         1px 1px 3px 2px #096bf5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096bf5


Comments

No comments written yet.

Please login to write comment.