Color Hex Logo

#001eff Color Hex

#001EFF
(0,30,255)
8 Favorites   1 Comments

Color spaces of #001eff

RGB 030255
HSL0.651.000.50
HSV233°100°100°
CMYK 1.000.880.00   0.00
XYZ18.51438.148595.2048
Yxy8.14850.15190.0669
Hunter Lab28.545665.8181-177.7613
CIE-Lab34.290373.0725-104.5404

#001eff color RGB value is (0,30,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011110 11111111
Octal 0 36 377
Decimal 0 30 255
Hex 0 1E FF

RGB Percentages of Color #001eff

%0.00
%10.53
%89.47

CMYK Percentages of Color #001eff

%100
%88
%0
%0

Triadic Colors of #001eff

#001eff #ff001e #1eff00

Analogous Colors of #001eff

#001eff #6200ff #009eff

Monochromatic Colors of #001eff

#001eff

Complementary Color

#001eff #ffe100

#001eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#001eff Color CSS Codes

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

#001eff Text Font Color

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

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


#001eff Background Color

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

This div background color is #001eff


#001eff Border Color

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

This div border color is #001eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,30,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 #001eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001eff

Related Colors


Comments

1 Aug 2023, 18:38 tyrell

i like blue

Please login to write comment.