Color Hex Logo

#002bcd Color Hex

#002BCD
(0,43,205)
0 Favorites   0 Comments

Color spaces of #002bcd

RGB 043205
HSL0.631.000.40
HSV227°100°80°
CMYK 1.000.790.00   0.20
XYZ11.88336.135558.3156
Yxy6.13550.15570.0804
Hunter Lab24.769942.2874-122.2468
CIE-Lab29.751852.8111-83.5371

#002bcd color RGB value is (0,43,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101011 11001101
Octal 0 53 315
Decimal 0 43 205
Hex 0 2B CD

RGB Percentages of Color #002bcd

%0.00
%17.34
%82.66

CMYK Percentages of Color #002bcd

%100
%79
%0
%20

Triadic Colors of #002bcd

#002bcd #cd002b #2bcd00

Analogous Colors of #002bcd

#002bcd #3c00cd #0092cd

Monochromatic Colors of #002bcd

#002bcd

Complementary Color

#002bcd #cda200

#002bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#002bcd Color CSS Codes

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

#002bcd Text Font Color

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

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


#002bcd Background Color

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

This div background color is #002bcd


#002bcd Border Color

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

This div border color is #002bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002bcd


Comments

No comments written yet.

Please login to write comment.