Color Hex Logo

#024bbb Color Hex

#024BBB
(2,75,187)
0 Favorites   0 Comments

Color spaces of #024bbb

RGB 275187
HSL0.600.980.37
HSV216°99°73°
CMYK 0.990.600.00   0.27
XYZ11.51088.632948.0733
Yxy8.63290.16870.1266
Hunter Lab29.381818.5122-76.4406
CIE-Lab35.267726.3955-63.8998

#024bbb color RGB value is (2,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001011 10111011
Octal 2 113 273
Decimal 2 75 187
Hex 2 4B BB

RGB Percentages of Color #024bbb

%0.76
%28.41
%70.83

CMYK Percentages of Color #024bbb

%99
%60
%0
%27

Triadic Colors of #024bbb

#024bbb #bb024b #4bbb02

Analogous Colors of #024bbb

#024bbb #1602bb #02a8bb

Monochromatic Colors of #024bbb

#024bbb

Complementary Color

#024bbb #bb7202

#024bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#024bbb Color CSS Codes

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

#024bbb Text Font Color

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

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


#024bbb Background Color

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

This div background color is #024bbb


#024bbb Border Color

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

This div border color is #024bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024bbb


Comments

No comments written yet.

Please login to write comment.