Color Hex Logo

#568bff Color Hex

#568BFF
(86,139,255)
0 Favorites   0 Comments

Color spaces of #568bff

RGB 86139255
HSL0.611.000.67
HSV221°66°100°
CMYK 0.660.450.00   0.00
XYZ31.120427.663798.3071
Yxy27.66370.19810.1761
Hunter Lab52.596313.5721-74.0008
CIE-Lab59.583718.8270-62.9862

#568bff color RGB value is (86,139,255).

#568bff hex color red value is 86, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #568bff hue: 0.61 , saturation: 1.00 and the lightness value of 568bff is 0.67.

The process color (four color CMYK) of #568bff color hex is 0.66, 0.45, 0.00, 0.00. Web safe color of #568bff is #6699ff. Color #568bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001011 11111111
Octal 126 213 377
Decimal 86 139 255
Hex 56 8B FF

RGB Percentages of Color #568bff

%17.92
%28.96
%53.13

CMYK Percentages of Color #568bff

%66
%45
%0
%0

Triadic Colors of #568bff

#568bff #ff568b #8bff56

Analogous Colors of #568bff

#568bff #7656ff #56e0ff

Monochromatic Colors of #568bff

#568bff

Complementary Color

#568bff #ffca56

#568bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#568bff Color CSS Codes

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

#568bff Text Font Color

<p style="color:#568bff">Text here</p>

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


#568bff Background Color

<div style="background-color:#568bff">
Div content here</div>

This div background color is #568bff


#568bff Border Color

<div style="border:3px solid #568bff">
Div here</div>

This div border color is #568bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,139,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 #568bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568bff

Related Colors


Comments

No comments written yet.

Please login to write comment.