Color Hex Logo

#024bbd Color Hex

#024BBD
(2,75,189)
0 Favorites   0 Comments

Color spaces of #024bbd

RGB 275189
HSL0.600.980.37
HSV217°99°74°
CMYK 0.990.600.00   0.26
XYZ11.72648.719249.2090
Yxy8.71920.16840.1252
Hunter Lab29.528319.2122-78.1372
CIE-Lab35.437927.1965-64.7962

#024bbd color RGB value is (2,75,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001011 10111101
Octal 2 113 275
Decimal 2 75 189
Hex 2 4B BD

RGB Percentages of Color #024bbd

%0.75
%28.20
%71.05

CMYK Percentages of Color #024bbd

%99
%60
%0
%26

Triadic Colors of #024bbd

#024bbd #bd024b #4bbd02

Analogous Colors of #024bbd

#024bbd #1602bd #02a9bd

Monochromatic Colors of #024bbd

#024bbd

Complementary Color

#024bbd #bd7402

#024bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#024bbd Color CSS Codes

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

#024bbd Text Font Color

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

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


#024bbd Background Color

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

This div background color is #024bbd


#024bbd Border Color

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

This div border color is #024bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024bbd


Comments

No comments written yet.

Please login to write comment.