Color Hex Logo

#098bfb Color Hex

#098BFB
(9,139,251)
0 Favorites   0 Comments

Color spaces of #098bfb

RGB 9139251
HSL0.580.970.51
HSV208°96°98°
CMYK 0.960.450.00   0.02
XYZ26.757925.488394.7762
Yxy25.48830.18200.1734
Hunter Lab50.48596.2559-75.9637
CIE-Lab57.548110.6808-64.1532

#098bfb color RGB value is (9,139,251).

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

The process color (four color CMYK) of #098bfb color hex is 0.96, 0.45, 0.00, 0.02. Web safe color of #098bfb is #0099ff. Color #098bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 11111011
Octal 11 213 373
Decimal 9 139 251
Hex 9 8B FB

RGB Percentages of Color #098bfb

%2.26
%34.84
%62.91

CMYK Percentages of Color #098bfb

%96
%45
%0
%2

Triadic Colors of #098bfb

#098bfb #fb098b #8bfb09

Analogous Colors of #098bfb

#098bfb #0912fb #09fbf2

Monochromatic Colors of #098bfb

#098bfb

Complementary Color

#098bfb #fb7909

#098bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098bfb Color CSS Codes

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

#098bfb Text Font Color

<p style="color:#098bfb">Text here</p>

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


#098bfb Background Color

<div style="background-color:#098bfb">
Div content here</div>

This div background color is #098bfb


#098bfb Border Color

<div style="border:3px solid #098bfb">
Div here</div>

This div border color is #098bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098bfb


Comments

No comments written yet.

Please login to write comment.