Html Css Color HEX #568ADA Havelock Blue

📋 copy color: '#568ADA'

red 86 ◦ green 138 ◦ blue 218

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

Shades of Havelock Blue #568ADA

Tints of Havelock Blue #568ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 19.46%
G = 31.22%
B = 49.32%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#568ADA (or 0x568ADA) is known color: Havelock Blue. HEX triplet: 56, 8A and DA. RGB value is (86,138,218). Sum of RGB (Red+Green+Blue) = 86+138+218=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #568ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ADA is #A97525. Grayscale: #838383. Windows color (decimal): -11105574 or 14322262. OLE color: 14322262.

HSL color Cylindrical-coordinate representation of color #568ADA: hue angle of 216.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #568ADA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 138 218 -
CMYK 0.61 0.37 0 0.15
HSL 216.36º 0.64% 0.6% -
HSV(B) 216.36º 0.61% 0.85% -
XYZ 25.58 25.22 69.85 -
YUV 131.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 86 138 218 0.61 0.37 0 0.15 216.36 0.64 0.6
Hex 56 8A DA 3D 25 0 F D8 40 3C
Octal 126 212 332 75 45 0 17 330 100 74
Binary 1010110 10001010 11011010 111101 100101 0 1111 11011000 1000000 111100

Color Harmonies of #568ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568ADA

Black with #568ADA

Text Example


Text Example

White with #568ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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