color codes Logo

#004afb color codes

#004AFB
(0,74,251)
0 Favorites   0 Comments

Color spaces of #004afb

RGB 074251
HSL0.621.000.49
HSV222°100°98°
CMYK 1.000.710.00   0.02
XYZ19.861411.862692.5097
Yxy11.86260.15990.0955
Hunter Lab34.442142.6601-135.1403
CIE-Lab40.996951.0302-91.1552

#004afb color RGB value is (0,74,251).

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

The process color (four color CMYK) of #004afb color code is 1.00, 0.71, 0.00, 0.02. Web safe color of #004afb is #0033ff. Color #004afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001010 11111011
Octal 0 112 373
Decimal 0 74 251
Hex 0 4A FB

RGB Percentages of Color #004afb

%0.00
%22.77
%77.23

CMYK Percentages of Color #004afb

%100
%71
%0
%2

Triadic Colors of #004afb

#004afb #fb004a #4afb00

Analogous Colors of #004afb

#004afb #3300fb #00c8fb

Monochromatic Colors of #004afb

#004afb

Complementary Color

#004afb #fbb100

#004afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#004afb Color CSS Codes

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

#004afb Text Font Color

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

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


#004afb Background Color

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

This div background color is #004afb


#004afb Border Color

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

This div border color is #004afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004afb

Related Colors


Comments

No comments written yet.

Please login to write comment.