Color Hex Logo

#098bcb Color Hex

#098BCB
(9,139,203)
0 Favorites   0 Comments

Color spaces of #098bcb

RGB 9139203
HSL0.550.920.42
HSV200°96°80°
CMYK 0.960.320.00   0.20
XYZ20.124822.835159.8468
Yxy22.83510.19580.2221
Hunter Lab47.7861-8.4515-40.8039
CIE-Lab54.9021-7.6000-41.5839

#098bcb color RGB value is (9,139,203).

#098bcb hex color red value is 9, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #098bcb hue: 0.55 , saturation: 0.92 and the lightness value of 098bcb is 0.42.

The process color (four color CMYK) of #098bcb color hex is 0.96, 0.32, 0.00, 0.20. Web safe color of #098bcb is #0099cc. Color #098bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 11001011
Octal 11 213 313
Decimal 9 139 203
Hex 9 8B CB

RGB Percentages of Color #098bcb

%2.56
%39.60
%57.83

CMYK Percentages of Color #098bcb

%96
%32
%0
%20

Triadic Colors of #098bcb

#098bcb #cb098b #8bcb09

Analogous Colors of #098bcb

#098bcb #092acb #09cbaa

Monochromatic Colors of #098bcb

#098bcb

Complementary Color

#098bcb #cb4909

#098bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098bcb Color CSS Codes

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

#098bcb Text Font Color

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

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


#098bcb Background Color

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

This div background color is #098bcb


#098bcb Border Color

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

This div border color is #098bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098bcb


Comments

No comments written yet.

Please login to write comment.