Color Hex Logo

#0229cc Color Hex

#0229CC
(2,41,204)
0 Favorites   0 Comments

Color spaces of #0229cc

RGB 241204
HSL0.630.980.40
HSV228°99°80°
CMYK 0.990.800.00   0.20
XYZ11.71715.958457.6593
Yxy5.95840.15550.0791
Hunter Lab24.409842.9656-122.9640
CIE-Lab29.307353.5560-83.6919

#0229cc color RGB value is (2,41,204).

#0229cc hex color red value is 2, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0229cc hue: 0.63 , saturation: 0.98 and the lightness value of 0229cc is 0.40.

The process color (four color CMYK) of #0229cc color hex is 0.99, 0.80, 0.00, 0.20. Web safe color of #0229cc is #0033cc. Color #0229cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00101001 11001100
Octal 2 51 314
Decimal 2 41 204
Hex 2 29 CC

RGB Percentages of Color #0229cc

%0.81
%16.60
%82.59

CMYK Percentages of Color #0229cc

%99
%80
%0
%20

Triadic Colors of #0229cc

#0229cc #cc0229 #29cc02

Analogous Colors of #0229cc

#0229cc #4002cc #028ecc

Monochromatic Colors of #0229cc

#0229cc

Complementary Color

#0229cc #cca502

#0229cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0229cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0229cc Color CSS Codes

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

#0229cc Text Font Color

<p style="color:#0229cc">Text here</p>

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


#0229cc Background Color

<div style="background-color:#0229cc">
Div content here</div>

This div background color is #0229cc


#0229cc Border Color

<div style="border:3px solid #0229cc">
Div here</div>

This div border color is #0229cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,41,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0229cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0229cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0229cc;
  box-shadow:         1px 1px 3px 2px #0229cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0229cc


Comments

No comments written yet.

Please login to write comment.