Html Css Color HEX #568BCD Havelock Blue

📋 copy color: '#568BCD'

red 86 ◦ green 139 ◦ blue 205

#568BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #568BCD

Tints of Havelock Blue #568BCD

RGB

 RED value IS 86 (33.98% from 255) = 20%

 GREEN value IS 139 (54.69% from 255) = 32.33%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 20%
G = 32.33%
B = 47.67%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#568BCD (or 0x568BCD) is known color: Havelock Blue. HEX triplet: 56, 8B and CD. RGB value is (86,139,205). Sum of RGB (Red+Green+Blue) = 86+139+205=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #568BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BCD is #A97432. Grayscale: #828282. Windows color (decimal): -11105331 or 13470550. OLE color: 13470550.

HSL color Cylindrical-coordinate representation of color #568BCD: hue angle of 213.28º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568BCD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 139 205 -
CMYK 0.58 0.32 0 0.20
HSL 213.28º 0.54% 0.57% -
HSV(B) 213.28º 0.58% 0.8% -
XYZ 24.09 24.85 61.28 -
YUV 130.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 86 139 205 0.58 0.32 0 0.20 213.28 0.54 0.57
Hex 56 8B CD 3A 20 0 14 D5 36 39
Octal 126 213 315 72 40 0 24 325 66 71
Binary 1010110 10001011 11001101 111010 100000 0 10100 11010101 110110 111001

Color Harmonies of #568BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BCD

Black with #568BCD

Text Example


Text Example

White with #568BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,139,205); }

 H1.HeaderClassName
 {
   color: #568BCD;
 }
 .AnyTagClassName
 {
   color: #568BCD;
 }
</style>

background-color css

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

 a { background-color: rgb(86,139,205); }

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

border-color css

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

 span { border-color: rgb(86,139,205); }

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