Color Hex Logo

#0204ff Color Hex

#0204FF
(2,4,255)
0 Favorites   0 Comments

Color spaces of #0204ff

RGB 24255
HSL0.671.000.50
HSV240°99°100°
CMYK 0.990.980.00   0.00
XYZ18.11857.319795.0656
Yxy7.31970.15040.0607
Hunter Lab27.054972.1940-189.3946
CIE-Lab32.523978.6058-107.4926

#0204ff color RGB value is (2,4,255).

#0204ff hex color red value is 2, green value is 4 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0204ff hue: 0.67 , saturation: 1.00 and the lightness value of 0204ff is 0.50.

The process color (four color CMYK) of #0204ff color hex is 0.99, 0.98, 0.00, 0.00. Web safe color of #0204ff is #0000ff. Color #0204ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000100 11111111
Octal 2 4 377
Decimal 2 4 255
Hex 2 4 FF

RGB Percentages of Color #0204ff

%0.77
%1.53
%97.70

CMYK Percentages of Color #0204ff

%99
%98
%0
%0

Triadic Colors of #0204ff

#0204ff #ff0204 #04ff02

Analogous Colors of #0204ff

#0204ff #7f02ff #0283ff

Monochromatic Colors of #0204ff

#0204ff

Complementary Color

#0204ff #fffd02

#0204ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0204ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0204ff Color CSS Codes

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

#0204ff Text Font Color

<p style="color:#0204ff">Text here</p>

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


#0204ff Background Color

<div style="background-color:#0204ff">
Div content here</div>

This div background color is #0204ff


#0204ff Border Color

<div style="border:3px solid #0204ff">
Div here</div>

This div border color is #0204ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,4,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0204ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0204ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0204ff;
  box-shadow:         1px 1px 3px 2px #0204ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0204ff

Related Colors

#0204ff Color Palettes


Comments

No comments written yet.

Please login to write comment.