Color Hex Logo

#084fdd Color Hex

#084FDD
(8,79,221)
0 Favorites   1 Comments

Color spaces of #084fdd

RGB 879221
HSL0.610.930.45
HSV220°96°87°
CMYK 0.960.640.00   0.13
XYZ15.947310.864069.6631
Yxy10.86400.16530.1126
Hunter Lab32.960628.6825-102.2386
CIE-Lab39.350537.1942-76.9048

#084fdd color RGB value is (8,79,221).

#084fdd hex color red value is 8, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #084fdd hue: 0.61 , saturation: 0.93 and the lightness value of 084fdd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001111 11011101
Octal 10 117 335
Decimal 8 79 221
Hex 8 4F DD

RGB Percentages of Color #084fdd

%2.60
%25.65
%71.75

CMYK Percentages of Color #084fdd

%96
%64
%0
%13

Triadic Colors of #084fdd

#084fdd #dd084f #4fdd08

Analogous Colors of #084fdd

#084fdd #2b08dd #08badd

Monochromatic Colors of #084fdd

#084fdd

Complementary Color

#084fdd #dd9608

#084fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#084fdd Color CSS Codes

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

#084fdd Text Font Color

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

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


#084fdd Background Color

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

This div background color is #084fdd


#084fdd Border Color

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

This div border color is #084fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084fdd


Comments

18 Apr 2013, 14:34 (guest)

This is a decent match for BSOD blue

Please login to write comment.