Color Hex Logo

#0021fd Color Hex

#0021FD
(0,33,253)
0 Favorites   0 Comments

Color spaces of #0021fd

RGB 033253
HSL0.641.000.50
HSV232°100°99°
CMYK 1.000.870.00   0.01
XYZ18.27358.179693.5442
Yxy8.17960.15230.0682
Hunter Lab28.600063.9996-173.9043
CIE-Lab34.354271.5350-103.3117

#0021fd color RGB value is (0,33,253).

#0021fd hex color red value is 0, green value is 33 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0021fd hue: 0.64 , saturation: 1.00 and the lightness value of 0021fd is 0.50.

The process color (four color CMYK) of #0021fd color hex is 1.00, 0.87, 0.00, 0.01. Web safe color of #0021fd is #0033ff. Color #0021fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 11111101
Octal 0 41 375
Decimal 0 33 253
Hex 0 21 FD

RGB Percentages of Color #0021fd

%0.00
%11.54
%88.46

CMYK Percentages of Color #0021fd

%100
%87
%0
%1

Triadic Colors of #0021fd

#0021fd #fd0021 #21fd00

Analogous Colors of #0021fd

#0021fd #5e00fd #00a0fd

Monochromatic Colors of #0021fd

#0021fd

Complementary Color

#0021fd #fddc00

#0021fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0021fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0021fd Color CSS Codes

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

#0021fd Text Font Color

<p style="color:#0021fd">Text here</p>

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


#0021fd Background Color

<div style="background-color:#0021fd">
Div content here</div>

This div background color is #0021fd


#0021fd Border Color

<div style="border:3px solid #0021fd">
Div here</div>

This div border color is #0021fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,33,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0021fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0021fd;
  -webkit-box-shadow: 1px 1px 3px 2px #0021fd;
  box-shadow:         1px 1px 3px 2px #0021fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0021fd

Related Colors


Comments

No comments written yet.

Please login to write comment.