Color Hex Logo

#0949fb Color Hex

#0949FB
(9,73,251)
0 Favorites   0 Comments

Color spaces of #0949fb

RGB 973251
HSL0.620.970.51
HSV224°96°98°
CMYK 0.960.710.00   0.02
XYZ19.907811.788292.4929
Yxy11.78820.16030.0949
Hunter Lab34.333943.4150-135.6887
CIE-Lab40.877551.7758-91.3496

#0949fb color RGB value is (9,73,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001001 11111011
Octal 11 111 373
Decimal 9 73 251
Hex 9 49 FB

RGB Percentages of Color #0949fb

%2.70
%21.92
%75.38

CMYK Percentages of Color #0949fb

%96
%71
%0
%2

Triadic Colors of #0949fb

#0949fb #fb0949 #49fb09

Analogous Colors of #0949fb

#0949fb #4209fb #09c2fb

Monochromatic Colors of #0949fb

#0949fb

Complementary Color

#0949fb #fbbb09

#0949fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0949fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0949fb Color CSS Codes

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

#0949fb Text Font Color

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

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


#0949fb Background Color

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

This div background color is #0949fb


#0949fb Border Color

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

This div border color is #0949fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0949fb


Comments

No comments written yet.

Please login to write comment.