Color Hex Logo

#0565ff Color Hex

#0565FF
(5,101,255)
0 Favorites   0 Comments

Color spaces of #0565ff

RGB 5101255
HSL0.601.000.51
HSV217°98°100°
CMYK 0.980.600.00   0.00
XYZ22.766316.559696.6042
Yxy16.55960.16750.1218
Hunter Lab40.693528.6497-112.2659
CIE-Lab47.700335.9488-82.3521

#0565ff color RGB value is (5,101,255).

#0565ff hex color red value is 5, green value is 101 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0565ff hue: 0.60 , saturation: 1.00 and the lightness value of 0565ff is 0.51.

The process color (four color CMYK) of #0565ff color hex is 0.98, 0.60, 0.00, 0.00. Web safe color of #0565ff is #0066ff. Color #0565ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100101 11111111
Octal 5 145 377
Decimal 5 101 255
Hex 5 65 FF

RGB Percentages of Color #0565ff

%1.39
%27.98
%70.64

CMYK Percentages of Color #0565ff

%98
%60
%0
%0

Triadic Colors of #0565ff

#0565ff #ff0565 #65ff05

Analogous Colors of #0565ff

#0565ff #2205ff #05e2ff

Monochromatic Colors of #0565ff

#0565ff

Complementary Color

#0565ff #ff9f05

#0565ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0565ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0565ff Color CSS Codes

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

#0565ff Text Font Color

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

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


#0565ff Background Color

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

This div background color is #0565ff


#0565ff Border Color

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

This div border color is #0565ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0565ff

Related Colors


Comments

No comments written yet.

Please login to write comment.