Color Hex Logo

#041dfb Color Hex

#041DFB
(4,29,251)
0 Favorites   0 Comments

Color spaces of #041dfb

RGB 429251
HSL0.650.970.50
HSV234°98°98°
CMYK 0.980.880.00   0.02
XYZ17.90207.869691.8422
Yxy7.86960.15220.0669
Hunter Lab28.052864.8180-174.4728
CIE-Lab33.709872.3433-103.2625

#041dfb color RGB value is (4,29,251).

#041dfb hex color red value is 4, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #041dfb hue: 0.65 , saturation: 0.97 and the lightness value of 041dfb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011101 11111011
Octal 4 35 373
Decimal 4 29 251
Hex 4 1D FB

RGB Percentages of Color #041dfb

%1.41
%10.21
%88.38

CMYK Percentages of Color #041dfb

%98
%88
%0
%2

Triadic Colors of #041dfb

#041dfb #fb041d #1dfb04

Analogous Colors of #041dfb

#041dfb #6704fb #0499fb

Monochromatic Colors of #041dfb

#041dfb

Complementary Color

#041dfb #fbe204

#041dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#041dfb Color CSS Codes

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

#041dfb Text Font Color

<p style="color:#041dfb">Text here</p>

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


#041dfb Background Color

<div style="background-color:#041dfb">
Div content here</div>

This div background color is #041dfb


#041dfb Border Color

<div style="border:3px solid #041dfb">
Div here</div>

This div border color is #041dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,29,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #041dfb;
  box-shadow:         1px 1px 3px 2px #041dfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,29,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 #041dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.