#0048cd

#0048cd color hex

#0048cd hex color information.
RGB value of #0048cd is (0,72,205)
Change page background color to #0048cd | Reset

#0048cd rgb color chart

Color spaces of #0048cd

RGB 072205
HSL0.611.000.40
HSV219°100°80°
CMYK 1.000.650.00   0.20
XYZ13.33689.042558.8001
Yxy9.04250.16430.1114
Hunter Lab30.070726.5434-94.8857
CIE-Lab36.066035.3987-73.0991

Shades of #0048cd

Tints of #0048cd

RGB Percentages of Color #0048cd

%0.00
%25.99
%74.01

CMYK Percentages of Color #0048cd

%100
%65
%0
%20

#0048cd Color Info

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

The process color (four color CMYK) of #0048cd hex color is 1.00, 0.65, 0.00, 0.20. Web safe color of #0048cd is #0033cc

Color #0048cd contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001000 11001101
Octal 0 110 315
Decimal 0 72 205
Hexadecimal 0 48 CD

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0048cd

Triadic Colors of #0048cd

#0048cd #cd0047 #47cd00

Analogous Colors of #0048cd

#0048cd #1e00cd #00aecd

Complementary Color of #0048cd

#0048cd #cd8500

#0048cd HSL Color Chart
#0048cd hsl color chart
#0048cd RGB Color Chart

#0048cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0048cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0048cd Color CSS Codes

.mybgcolor {background-color:#0048cd; } 
.myforecolor {color:#0048cd; }
.mybordercolor {border:3px solid #0048cd; }
Sample text font color #0048cd

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

html code
<p style="color:#0048cd">Text here</p>
#0048cd background color

This div background color is #0048cd

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

This div border color is #0048cd

<div style="border:3px solid #0048cd">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #0048cd Color Sample
#0048cdborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(0,72,205, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #0048cd; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #0048cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0048cd;
  box-shadow:         1px 1px 3px 2px #0048cd; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,72,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 #0048cd">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0048cd

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top