Color Hex Logo

#041afb Color Hex

#041AFB
(4,26,251)
0 Favorites   0 Comments

Color spaces of #041afb

RGB 426251
HSL0.650.970.50
HSV235°98°98°
CMYK 0.980.900.00   0.02
XYZ17.83217.729691.8189
Yxy7.72960.15190.0659
Hunter Lab27.802265.8348-176.3486
CIE-Lab33.413373.2480-103.7578

#041afb color RGB value is (4,26,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011010 11111011
Octal 4 32 373
Decimal 4 26 251
Hex 4 1A FB

RGB Percentages of Color #041afb

%1.42
%9.25
%89.32

CMYK Percentages of Color #041afb

%98
%90
%0
%2

Triadic Colors of #041afb

#041afb #fb041a #1afb04

Analogous Colors of #041afb

#041afb #6a04fb #0496fb

Monochromatic Colors of #041afb

#041afb

Complementary Color

#041afb #fbe504

#041afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#041afb Color CSS Codes

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

#041afb Text Font Color

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

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


#041afb Background Color

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

This div background color is #041afb


#041afb Border Color

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

This div border color is #041afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041afb


Comments

No comments written yet.

Please login to write comment.