Color Hex Logo

#098fdb Color Hex

#098FDB
(9,143,219)
0 Favorites   0 Comments

Color spaces of #098fdb

RGB 9143219
HSL0.560.920.45
HSV202°96°86°
CMYK 0.960.350.00   0.14
XYZ22.721324.817570.6105
Yxy24.81750.19230.2101
Hunter Lab49.8172-5.7673-49.1652
CIE-Lab56.8972-3.8978-47.4296

#098fdb color RGB value is (9,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001111 11011011
Octal 11 217 333
Decimal 9 143 219
Hex 9 8F DB

RGB Percentages of Color #098fdb

%2.43
%38.54
%59.03

CMYK Percentages of Color #098fdb

%96
%35
%0
%14

Triadic Colors of #098fdb

#098fdb #db098f #8fdb09

Analogous Colors of #098fdb

#098fdb #0926db #09dbbe

Monochromatic Colors of #098fdb

#098fdb

Complementary Color

#098fdb #db5509

#098fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098fdb Color CSS Codes

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

#098fdb Text Font Color

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

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


#098fdb Background Color

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

This div background color is #098fdb


#098fdb Border Color

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

This div border color is #098fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098fdb


Comments

No comments written yet.

Please login to write comment.