Color Hex Logo

#024e9f Color Hex

#024E9F
(2,78,159)
0 Favorites   0 Comments

Color spaces of #024e9f

RGB 278159
HSL0.590.980.32
HSV211°99°62°
CMYK 0.990.510.00   0.38
XYZ9.00747.964933.8635
Yxy7.96490.17720.1567
Hunter Lab28.22227.5814-51.3860
CIE-Lab33.909712.8312-49.4534

#024e9f color RGB value is (2,78,159).

#024e9f hex color red value is 2, green value is 78 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #024e9f hue: 0.59 , saturation: 0.98 and the lightness value of 024e9f is 0.32.

The process color (four color CMYK) of #024e9f color hex is 0.99, 0.51, 0.00, 0.38. Web safe color of #024e9f is #006699. Color #024e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001110 10011111
Octal 2 116 237
Decimal 2 78 159
Hex 2 4E 9F

RGB Percentages of Color #024e9f

%0.84
%32.64
%66.53

CMYK Percentages of Color #024e9f

%99
%51
%0
%38

Triadic Colors of #024e9f

#024e9f #9f024e #4e9f02

Analogous Colors of #024e9f

#024e9f #04029f #029d9f

Monochromatic Colors of #024e9f

#024e9f

Complementary Color

#024e9f #9f5302

#024e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#024e9f Color CSS Codes

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

#024e9f Text Font Color

<p style="color:#024e9f">Text here</p>

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


#024e9f Background Color

<div style="background-color:#024e9f">
Div content here</div>

This div background color is #024e9f


#024e9f Border Color

<div style="border:3px solid #024e9f">
Div here</div>

This div border color is #024e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,78,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #024e9f;
  box-shadow:         1px 1px 3px 2px #024e9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,78,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #024e9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024e9f


Comments

No comments written yet.

Please login to write comment.