Html Css Color HEX #588AD0 Havelock Blue

📋 copy color: '#588AD0'

red 88 ◦ green 138 ◦ blue 208

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

Shades of Havelock Blue #588AD0

Tints of Havelock Blue #588AD0

RGB

 RED value IS 88 (34.77% from 255) = 20.28%

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 20.28%
G = 31.8%
B = 47.93%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#588AD0 (or 0x588AD0) is known color: Havelock Blue. HEX triplet: 58, 8A and D0. RGB value is (88,138,208). Sum of RGB (Red+Green+Blue) = 88+138+208=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #588AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588AD0 is #A7752F. Grayscale: #828282. Windows color (decimal): -10974512 or 13666904. OLE color: 13666904.

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

Color convert

RGB 88 138 208 -
CMYK 0.58 0.34 0 0.18
HSL 215º 0.56% 0.58% -
HSV(B) 215º 0.58% 0.82% -
XYZ 24.5 24.81 63.17 -
YUV 131.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 88 138 208 0.58 0.34 0 0.18 215 0.56 0.58
Hex 58 8A D0 3A 22 0 12 D7 38 3A
Octal 130 212 320 72 42 0 22 327 70 72
Binary 1011000 10001010 11010000 111010 100010 0 10010 11010111 111000 111010

Color Harmonies of #588AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588AD0

Black with #588AD0

Text Example


Text Example

White with #588AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588AD0; }

 p { color: rgb(88,138,208); }

 H1.HeaderClassName
 {
   color: #588AD0;
 }
 .AnyTagClassName
 {
   color: #588AD0;
 }
</style>

background-color css

<style>
 a { background-color: #588AD0; }

 a { background-color: rgb(88,138,208); }

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

border-color css

<style>
 span { border-color: #588AD0; }

 span { border-color: rgb(88,138,208); }

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