Color Hex Logo

#024cbb Color Hex

#024CBB
(2,76,187)
0 Favorites   0 Comments

Color spaces of #024cbb

RGB 276187
HSL0.600.980.37
HSV216°99°73°
CMYK 0.990.590.00   0.27
XYZ11.57918.769648.0961
Yxy8.76960.16920.1281
Hunter Lab29.613517.9712-75.5650
CIE-Lab35.536925.7235-63.4597

#024cbb color RGB value is (2,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001100 10111011
Octal 2 114 273
Decimal 2 76 187
Hex 2 4C BB

RGB Percentages of Color #024cbb

%0.75
%28.68
%70.57

CMYK Percentages of Color #024cbb

%99
%59
%0
%27

Triadic Colors of #024cbb

#024cbb #bb024c #4cbb02

Analogous Colors of #024cbb

#024cbb #1402bb #02a9bb

Monochromatic Colors of #024cbb

#024cbb

Complementary Color

#024cbb #bb7102

#024cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#024cbb Color CSS Codes

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

#024cbb Text Font Color

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

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


#024cbb Background Color

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

This div background color is #024cbb


#024cbb Border Color

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

This div border color is #024cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024cbb


Comments

No comments written yet.

Please login to write comment.