color codes Logo

#096dfb color codes

#096DFB
(9,109,251)
0 Favorites   0 Comments

Color spaces of #096dfb

RGB 9109251
HSL0.600.970.51
HSV215°96°98°
CMYK 0.960.570.00   0.02
XYZ22.993917.960493.5216
Yxy17.96040.17100.1336
Hunter Lab42.379722.6840-101.1726
CIE-Lab49.448029.4466-77.2725

#096dfb color RGB value is (9,109,251).

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

The process color (four color CMYK) of #096dfb color code is 0.96, 0.57, 0.00, 0.02. Web safe color of #096dfb is #0066ff. Color #096dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101101 11111011
Octal 11 155 373
Decimal 9 109 251
Hex 9 6D FB

RGB Percentages of Color #096dfb

%2.44
%29.54
%68.02

CMYK Percentages of Color #096dfb

%96
%57
%0
%2

Triadic Colors of #096dfb

#096dfb #fb096d #6dfb09

Analogous Colors of #096dfb

#096dfb #1e09fb #09e6fb

Monochromatic Colors of #096dfb

#096dfb

Complementary Color

#096dfb #fb9709

#096dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#096dfb Color CSS Codes

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

#096dfb Text Font Color

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

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


#096dfb Background Color

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

This div background color is #096dfb


#096dfb Border Color

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

This div border color is #096dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096dfb


Comments

No comments written yet.

Please login to write comment.