Color Hex Logo

#0030cd Color Hex

#0030CD
(0,48,205)
0 Favorites   0 Comments

Color spaces of #0030cd

RGB 048205
HSL0.631.000.40
HSV226°100°80°
CMYK 1.000.770.00   0.20
XYZ12.07646.521758.3799
Yxy6.52170.15690.0847
Hunter Lab25.537639.7194-117.6627
CIE-Lab30.692350.1042-81.9753

#0030cd color RGB value is (0,48,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110000 11001101
Octal 0 60 315
Decimal 0 48 205
Hex 0 30 CD

RGB Percentages of Color #0030cd

%0.00
%18.97
%81.03

CMYK Percentages of Color #0030cd

%100
%77
%0
%20

Triadic Colors of #0030cd

#0030cd #cd0030 #30cd00

Analogous Colors of #0030cd

#0030cd #3600cd #0097cd

Monochromatic Colors of #0030cd

#0030cd

Complementary Color

#0030cd #cd9d00

#0030cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0030cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0030cd Color CSS Codes

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

#0030cd Text Font Color

<p style="color:#0030cd">Text here</p>

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


#0030cd Background Color

<div style="background-color:#0030cd">
Div content here</div>

This div background color is #0030cd


#0030cd Border Color

<div style="border:3px solid #0030cd">
Div here</div>

This div border color is #0030cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0030cd


Comments

No comments written yet.

Please login to write comment.