Color Hex Logo

#002dbb Color Hex

#002DBB
(0,45,187)
0 Favorites   0 Comments

Color spaces of #002dbb

RGB 045187
HSL0.631.000.37
HSV226°100°73°
CMYK 1.000.760.00   0.27
XYZ9.90805.464647.5463
Yxy5.46460.15750.0869
Hunter Lab23.376534.7474-104.2286
CIE-Lab28.019445.5778-75.8382

#002dbb color RGB value is (0,45,187).

#002dbb hex color red value is 0, green value is 45 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #002dbb hue: 0.63 , saturation: 1.00 and the lightness value of 002dbb is 0.37.

The process color (four color CMYK) of #002dbb color hex is 1.00, 0.76, 0.00, 0.27. Web safe color of #002dbb is #0033cc. Color #002dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101101 10111011
Octal 0 55 273
Decimal 0 45 187
Hex 0 2D BB

RGB Percentages of Color #002dbb

%0.00
%19.40
%80.60

CMYK Percentages of Color #002dbb

%100
%76
%0
%27

Triadic Colors of #002dbb

#002dbb #bb002d #2dbb00

Analogous Colors of #002dbb

#002dbb #3100bb #008bbb

Monochromatic Colors of #002dbb

#002dbb

Complementary Color

#002dbb #bb8e00

#002dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#002dbb Color CSS Codes

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

#002dbb Text Font Color

<p style="color:#002dbb">Text here</p>

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


#002dbb Background Color

<div style="background-color:#002dbb">
Div content here</div>

This div background color is #002dbb


#002dbb Border Color

<div style="border:3px solid #002dbb">
Div here</div>

This div border color is #002dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,45,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #002dbb;
  box-shadow:         1px 1px 3px 2px #002dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,45,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 #002dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002dbb

#002dbb Color Palettes


Comments

No comments written yet.

Please login to write comment.