Color Hex Logo

#092ddd Color Hex

#092DDD
(9,45,221)
0 Favorites   0 Comments

Color spaces of #092ddd

RGB 945221
HSL0.640.920.45
HSV230°96°87°
CMYK 0.960.800.00   0.13
XYZ14.10227.155369.0445
Yxy7.15530.15620.0792
Hunter Lab26.749447.2932-134.3125
CIE-Lab32.157957.1223-88.7942

#092ddd color RGB value is (9,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101101 11011101
Octal 11 55 335
Decimal 9 45 221
Hex 9 2D DD

RGB Percentages of Color #092ddd

%3.27
%16.36
%80.36

CMYK Percentages of Color #092ddd

%96
%80
%0
%13

Triadic Colors of #092ddd

#092ddd #dd092d #2ddd09

Analogous Colors of #092ddd

#092ddd #4f09dd #0997dd

Monochromatic Colors of #092ddd

#092ddd

Complementary Color

#092ddd #ddb909

#092ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#092ddd Color CSS Codes

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

#092ddd Text Font Color

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

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


#092ddd Background Color

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

This div background color is #092ddd


#092ddd Border Color

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

This div border color is #092ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092ddd


Comments

No comments written yet.

Please login to write comment.