Color Hex Logo

#092fdd Color Hex

#092FDD
(9,47,221)
0 Favorites   0 Comments

Color spaces of #092fdd

RGB 947221
HSL0.640.920.45
HSV229°96°87°
CMYK 0.960.790.00   0.13
XYZ14.18037.311669.0705
Yxy7.31160.15660.0807
Hunter Lab27.040046.2890-132.5215
CIE-Lab32.506056.1095-88.2155

#092fdd color RGB value is (9,47,221).

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

The process color (four color CMYK) of #092fdd color hex is 0.96, 0.79, 0.00, 0.13. Web safe color of #092fdd is #0033cc. Color #092fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101111 11011101
Octal 11 57 335
Decimal 9 47 221
Hex 9 2F DD

RGB Percentages of Color #092fdd

%3.25
%16.97
%79.78

CMYK Percentages of Color #092fdd

%96
%79
%0
%13

Triadic Colors of #092fdd

#092fdd #dd092f #2fdd09

Analogous Colors of #092fdd

#092fdd #4d09dd #0999dd

Monochromatic Colors of #092fdd

#092fdd

Complementary Color

#092fdd #ddb709

#092fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#092fdd Color CSS Codes

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

#092fdd Text Font Color

<p style="color:#092fdd">Text here</p>

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


#092fdd Background Color

<div style="background-color:#092fdd">
Div content here</div>

This div background color is #092fdd


#092fdd Border Color

<div style="border:3px solid #092fdd">
Div here</div>

This div border color is #092fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092fdd


Comments

No comments written yet.

Please login to write comment.