Color Hex Logo

#024dfb Color Hex

#024DFB
(2,77,251)
0 Favorites   0 Comments

Color spaces of #024dfb

RGB 277251
HSL0.620.980.50
HSV222°99°98°
CMYK 0.990.690.00   0.02
XYZ20.091512.285792.5792
Yxy12.28570.16080.0983
Hunter Lab35.051040.9785-132.0655
CIE-Lab41.666649.2849-90.0480

#024dfb color RGB value is (2,77,251).

#024dfb hex color red value is 2, green value is 77 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #024dfb hue: 0.62 , saturation: 0.98 and the lightness value of 024dfb is 0.50.

The process color (four color CMYK) of #024dfb color hex is 0.99, 0.69, 0.00, 0.02. Web safe color of #024dfb is #0066ff. Color #024dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001101 11111011
Octal 2 115 373
Decimal 2 77 251
Hex 2 4D FB

RGB Percentages of Color #024dfb

%0.61
%23.33
%76.06

CMYK Percentages of Color #024dfb

%99
%69
%0
%2

Triadic Colors of #024dfb

#024dfb #fb024d #4dfb02

Analogous Colors of #024dfb

#024dfb #3302fb #02cafb

Monochromatic Colors of #024dfb

#024dfb

Complementary Color

#024dfb #fbb002

#024dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#024dfb Color CSS Codes

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

#024dfb Text Font Color

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

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


#024dfb Background Color

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

This div background color is #024dfb


#024dfb Border Color

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

This div border color is #024dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024dfb


Comments

No comments written yet.

Please login to write comment.