#568AD2

Color #568AD2 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #568AD2

Tints of Havelock Blue #568AD2

Color information

#568AD2 (or 0x568AD2) is unknown color: approx Havelock Blue. HEX triplet: 56, 8A and D2. RGB value is (86,138,210). Sum of RGB (Red+Green+Blue) = 86+138+210=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #568AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AD2 is #A9752D. Grayscale: #828282. Windows color (decimal): -11105582 or 13797974. OLE color: 13797974.

HSL color Cylindrical-coordinate representation of color #568AD2: hue angle of 214.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #568AD2 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86138210-
CMYK0.590.3400.18
HSL214.84º57.94%58.04%-
HSV(B)214.84º59.05%82.35%-
XYZ24.5624.8164.47-
YUV130.66172.7796.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 19.82%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 210 (82.42% from 255) = 48.39%
R=19.82%
G=31.80%
B=48.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861382100.590.3400.18214.8457.9458.04
Hex568AD23B22012d73a3a
Octal12621232273420223277272
Binary1010110100010101101001011101110001001001011010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568AD2; }

 p { color: rgb(86,138,210); }

 H1.HeaderClassName
 {
   color: #568AD2;
 }
 .AnyTagClassName
 {
   color: #568AD2;
 }
</style>
background-color css

<style>
 a { background-color: #568AD2; }

 a { background-color: rgb(86,138,210); }

 div.DivClassName
 {
   background-color: #568AD2;
 }
 .BgClassName
 {
   background-color: #568AD2;
 }
</style>
border-color css

<style>
 span { border-color: #568AD2; }

 span { border-color: rgb(86,138,210); }

 td.TdClassName
 {
   border-color: #568AD2;
 }
 .TagClassName
 {
   border-color: #568AD2;
 }
</style>