Color Hex Logo

#0988fb Color Hex

#0988FB
(9,136,251)
0 Favorites   0 Comments

Color spaces of #0988fb

RGB 9136251
HSL0.580.970.51
HSV209°96°98°
CMYK 0.960.460.00   0.02
XYZ26.329424.631494.6334
Yxy24.63140.18080.1692
Hunter Lab49.63007.8441-78.3118
CIE-Lab56.714512.5153-65.4945

#0988fb color RGB value is (9,136,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001000 11111011
Octal 11 210 373
Decimal 9 136 251
Hex 9 88 FB

RGB Percentages of Color #0988fb

%2.27
%34.34
%63.38

CMYK Percentages of Color #0988fb

%96
%46
%0
%2

Triadic Colors of #0988fb

#0988fb #fb0988 #88fb09

Analogous Colors of #0988fb

#0988fb #090ffb #09fbf5

Monochromatic Colors of #0988fb

#0988fb

Complementary Color

#0988fb #fb7c09

#0988fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0988fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0988fb Color CSS Codes

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

#0988fb Text Font Color

<p style="color:#0988fb">Text here</p>

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


#0988fb Background Color

<div style="background-color:#0988fb">
Div content here</div>

This div background color is #0988fb


#0988fb Border Color

<div style="border:3px solid #0988fb">
Div here</div>

This div border color is #0988fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0988fb


Comments

No comments written yet.

Please login to write comment.