Color Hex Logo

#024bdd Color Hex

#024BDD
(2,75,221)
0 Favorites   0 Comments

Color spaces of #024bdd

RGB 275221
HSL0.610.980.44
HSV220°99°87°
CMYK 0.990.660.00   0.13
XYZ15.592310.265569.5663
Yxy10.26550.16340.1076
Hunter Lab32.039830.7980-106.3052
CIE-Lab38.314839.5966-78.6106

#024bdd color RGB value is (2,75,221).

#024bdd hex color red value is 2, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #024bdd hue: 0.61 , saturation: 0.98 and the lightness value of 024bdd is 0.44.

The process color (four color CMYK) of #024bdd color hex is 0.99, 0.66, 0.00, 0.13. Web safe color of #024bdd is #0033cc. Color #024bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001011 11011101
Octal 2 113 335
Decimal 2 75 221
Hex 2 4B DD

RGB Percentages of Color #024bdd

%0.67
%25.17
%74.16

CMYK Percentages of Color #024bdd

%99
%66
%0
%13

Triadic Colors of #024bdd

#024bdd #dd024b #4bdd02

Analogous Colors of #024bdd

#024bdd #2602dd #02b9dd

Monochromatic Colors of #024bdd

#024bdd

Complementary Color

#024bdd #dd9402

#024bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#024bdd Color CSS Codes

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

#024bdd Text Font Color

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

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


#024bdd Background Color

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

This div background color is #024bdd


#024bdd Border Color

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

This div border color is #024bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024bdd


Comments

No comments written yet.

Please login to write comment.