Color Hex Logo

#001ffd Color Hex

#001FFD
(0,31,253)
0 Favorites   0 Comments

Color spaces of #001ffd

RGB 031253
HSL0.651.000.50
HSV233°100°99°
CMYK 1.000.880.00   0.01
XYZ18.21968.071893.5262
Yxy8.07180.15210.0674
Hunter Lab28.410964.7509-175.2898
CIE-Lab34.132072.2087-103.6826

#001ffd color RGB value is (0,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011111 11111101
Octal 0 37 375
Decimal 0 31 253
Hex 0 1F FD

RGB Percentages of Color #001ffd

%0.00
%10.92
%89.08

CMYK Percentages of Color #001ffd

%100
%88
%0
%1

Triadic Colors of #001ffd

#001ffd #fd001f #1ffd00

Analogous Colors of #001ffd

#001ffd #5f00fd #009efd

Monochromatic Colors of #001ffd

#001ffd

Complementary Color

#001ffd #fdde00

#001ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#001ffd Color CSS Codes

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

#001ffd Text Font Color

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

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


#001ffd Background Color

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

This div background color is #001ffd


#001ffd Border Color

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

This div border color is #001ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001ffd


Comments

No comments written yet.

Please login to write comment.