Color Hex Logo

#002eff Color Hex

#002EFF
(0,46,255)
0 Favorites   0 Comments

Color spaces of #002eff

RGB 046255
HSL0.641.000.50
HSV229°100°100°
CMYK 1.000.820.00   0.00
XYZ19.02709.174095.3757
Yxy9.17400.15400.0742
Hunter Lab30.288659.1268-165.4960
CIE-Lab36.317266.9869-101.1601

#002eff color RGB value is (0,46,255).

#002eff hex color red value is 0, green value is 46 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #002eff hue: 0.64 , saturation: 1.00 and the lightness value of 002eff is 0.50.

The process color (four color CMYK) of #002eff color hex is 1.00, 0.82, 0.00, 0.00. Web safe color of #002eff is #0033ff. Color #002eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101110 11111111
Octal 0 56 377
Decimal 0 46 255
Hex 0 2E FF

RGB Percentages of Color #002eff

%0.00
%15.28
%84.72

CMYK Percentages of Color #002eff

%100
%82
%0
%0

Triadic Colors of #002eff

#002eff #ff002e #2eff00

Analogous Colors of #002eff

#002eff #5100ff #00aeff

Monochromatic Colors of #002eff

#002eff

Complementary Color

#002eff #ffd100

#002eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#002eff Color CSS Codes

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

#002eff Text Font Color

<p style="color:#002eff">Text here</p>

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


#002eff Background Color

<div style="background-color:#002eff">
Div content here</div>

This div background color is #002eff


#002eff Border Color

<div style="border:3px solid #002eff">
Div here</div>

This div border color is #002eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,46,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002eff;
  -webkit-box-shadow: 1px 1px 3px 2px #002eff;
  box-shadow:         1px 1px 3px 2px #002eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002eff

#002eff Color Palettes


Comments

No comments written yet.

Please login to write comment.