Color Hex Logo

#098bdd Color Hex

#098BDD
(9,139,221)
0 Favorites   0 Comments

Color spaces of #098bdd

RGB 9139221
HSL0.560.920.45
HSV203°96°87°
CMYK 0.960.370.00   0.13
XYZ22.396423.743871.8092
Yxy23.74380.18990.2013
Hunter Lab48.7276-3.2304-53.2655
CIE-Lab55.8304-0.7857-50.2430

#098bdd color RGB value is (9,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 11011101
Octal 11 213 335
Decimal 9 139 221
Hex 9 8B DD

RGB Percentages of Color #098bdd

%2.44
%37.67
%59.89

CMYK Percentages of Color #098bdd

%96
%37
%0
%13

Triadic Colors of #098bdd

#098bdd #dd098b #8bdd09

Analogous Colors of #098bdd

#098bdd #0921dd #09ddc5

Monochromatic Colors of #098bdd

#098bdd

Complementary Color

#098bdd #dd5b09

#098bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#098bdd Color CSS Codes

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

#098bdd Text Font Color

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

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


#098bdd Background Color

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

This div background color is #098bdd


#098bdd Border Color

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

This div border color is #098bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098bdd


Comments

No comments written yet.

Please login to write comment.