#568CD1

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

Shades of Havelock Blue #568CD1

Tints of Havelock Blue #568CD1

Color information

#568CD1 (or 0x568CD1) is unknown color: approx Havelock Blue. HEX triplet: 56, 8C and D1. RGB value is (86,140,209). Sum of RGB (Red+Green+Blue) = 86+140+209=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #568CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CD1 is #A9732E. Grayscale: #838383. Windows color (decimal): -11105071 or 13732950. OLE color: 13732950.

HSL color Cylindrical-coordinate representation of color #568CD1: hue angle of 213.66º degrees, saturation: 0.57, 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 #568CD1 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86140209-
CMYK0.590.3300.18
HSL213.66º57.21%57.84%-
HSV(B)213.66º58.85%81.96%-
XYZ24.7225.3463.91-
YUV131.72171.6195.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.77%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 209 (82.03% from 255) = 48.05%
R=19.77%
G=32.18%
B=48.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861402090.590.3300.18213.6657.2157.84
Hex568CD13B21012d6393a
Octal12621432173410223267172
Binary1010110100011001101000111101110000101001011010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,140,209); }

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

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

 a { background-color: rgb(86,140,209); }

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

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

 span { border-color: rgb(86,140,209); }

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