Color Hex Logo

#0033dd Color Hex

#0033DD
(0,51,221)
1 Favorites   0 Comments

Color spaces of #0033dd

RGB 051221
HSL0.631.000.43
HSV226°100°87°
CMYK 1.000.770.00   0.13
XYZ14.23507.588169.1210
Yxy7.58810.15650.0834
Hunter Lab27.546544.0357-129.4907
CIE-Lab33.109953.8470-87.2162

#0033dd color RGB value is (0,51,221). This hex color code is also a web safe color which is equal to #03D.

#0033dd hex color red value is 0, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0033dd hue: 0.63 , saturation: 1.00 and the lightness value of 0033dd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 11011101
Octal 0 63 335
Decimal 0 51 221
Hex 0 33 DD

RGB Percentages of Color #0033dd

%0.00
%18.75
%81.25

CMYK Percentages of Color #0033dd

%100
%77
%0
%13

Triadic Colors of #0033dd

#0033dd #dd0033 #33dd00

Analogous Colors of #0033dd

#0033dd #3c00dd #00a2dd

Monochromatic Colors of #0033dd

#0033dd

Complementary Color

#0033dd #ddaa00

#0033dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0033dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0033dd Color CSS Codes

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

#0033dd Text Font Color

<p style="color:#0033dd">Text here</p>

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


#0033dd Background Color

<div style="background-color:#0033dd">
Div content here</div>

This div background color is #0033dd


#0033dd Border Color

<div style="border:3px solid #0033dd">
Div here</div>

This div border color is #0033dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,51,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0033dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0033dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0033dd;
  box-shadow:         1px 1px 3px 2px #0033dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0033dd


Comments

No comments written yet.

Please login to write comment.