Color Hex Logo

#001ffb Color Hex

#001FFB
(0,31,251)
0 Favorites   0 Comments

Color spaces of #001ffb

RGB 031251
HSL0.651.000.49
HSV233°100°98°
CMYK 1.000.880.00   0.02
XYZ17.90267.945091.8568
Yxy7.94500.15210.0675
Hunter Lab28.186964.0454-173.4864
CIE-Lab33.868171.6644-102.9996

#001ffb color RGB value is (0,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011111 11111011
Octal 0 37 373
Decimal 0 31 251
Hex 0 1F FB

RGB Percentages of Color #001ffb

%0.00
%10.99
%89.01

CMYK Percentages of Color #001ffb

%100
%88
%0
%2

Triadic Colors of #001ffb

#001ffb #fb001f #1ffb00

Analogous Colors of #001ffb

#001ffb #5e00fb #009dfb

Monochromatic Colors of #001ffb

#001ffb

Complementary Color

#001ffb #fbdc00

#001ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#001ffb Color CSS Codes

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

#001ffb Text Font Color

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

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


#001ffb Background Color

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

This div background color is #001ffb


#001ffb Border Color

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

This div border color is #001ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001ffb


Comments

No comments written yet.

Please login to write comment.