Color Hex Logo

#0255ff Color Hex

#0255FF
(2,85,255)
0 Favorites   0 Comments

Color spaces of #0255ff

RGB 285255
HSL0.611.000.50
HSV220°99°100°
CMYK 0.990.670.00   0.00
XYZ21.323513.729996.1340
Yxy13.72990.16250.1047
Hunter Lab37.053937.8776-127.8865
CIE-Lab43.843145.8714-88.6902

#0255ff color RGB value is (2,85,255).

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

The process color (four color CMYK) of #0255ff color hex is 0.99, 0.67, 0.00, 0.00. Web safe color of #0255ff is #0066ff. Color #0255ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010101 11111111
Octal 2 125 377
Decimal 2 85 255
Hex 2 55 FF

RGB Percentages of Color #0255ff

%0.58
%24.85
%74.56

CMYK Percentages of Color #0255ff

%99
%67
%0
%0

Triadic Colors of #0255ff

#0255ff #ff0255 #55ff02

Analogous Colors of #0255ff

#0255ff #2d02ff #02d4ff

Monochromatic Colors of #0255ff

#0255ff

Complementary Color

#0255ff #ffac02

#0255ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0255ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0255ff Color CSS Codes

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

#0255ff Text Font Color

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

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


#0255ff Background Color

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

This div background color is #0255ff


#0255ff Border Color

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

This div border color is #0255ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,85,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 #0255ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0255ff

Related Colors


Comments

No comments written yet.

Please login to write comment.