Color Hex Logo

#568bdb Color Hex

#568BDB
(86,139,219)
0 Favorites   0 Comments

Color spaces of #568bdb

RGB 86139219
HSL0.600.650.60
HSV216°61°86°
CMYK 0.610.370.00   0.14
XYZ25.856625.558170.5883
Yxy25.55810.21190.2095
Hunter Lab50.55502.8234-47.3962
CIE-Lab57.61526.6702-46.1734

#568bdb color RGB value is (86,139,219).

#568bdb hex color red value is 86, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #568bdb hue: 0.60 , saturation: 0.65 and the lightness value of 568bdb is 0.60.

The process color (four color CMYK) of #568bdb color hex is 0.61, 0.37, 0.00, 0.14. Web safe color of #568bdb is #6699cc. Color #568bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001011 11011011
Octal 126 213 333
Decimal 86 139 219
Hex 56 8B DB

RGB Percentages of Color #568bdb

%19.37
%31.31
%49.32

CMYK Percentages of Color #568bdb

%61
%37
%0
%14

Triadic Colors of #568bdb

#568bdb #db568b #8bdb56

Analogous Colors of #568bdb

#568bdb #6356db #56cedb

Monochromatic Colors of #568bdb

#568bdb

Complementary Color

#568bdb #dba656

#568bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#568bdb Color CSS Codes

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

#568bdb Text Font Color

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

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


#568bdb Background Color

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

This div background color is #568bdb


#568bdb Border Color

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

This div border color is #568bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568bdb


Comments

No comments written yet.

Please login to write comment.