Html Css Color HEX #588AD1 Havelock Blue

📋 copy color: '#588AD1'

red 88 ◦ green 138 ◦ blue 209

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

Shades of Havelock Blue #588AD1

Tints of Havelock Blue #588AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.05%

R = 20.23%
G = 31.72%
B = 48.05%

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

#588AD1 (or 0x588AD1) is known color: Havelock Blue. HEX triplet: 58, 8A and D1. RGB value is (88,138,209). Sum of RGB (Red+Green+Blue) = 88+138+209=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 138 (54.30% from 255 or 31.72% 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 #588AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588AD1 is #A7752E. Grayscale: #828282. Windows color (decimal): -10974511 or 13732440. OLE color: 13732440.

HSL color Cylindrical-coordinate representation of color #588AD1: hue angle of 215.21º degrees, saturation: 0.57, 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 #588AD1 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 138 209 -
CMYK 0.58 0.34 0 0.18
HSL 215.21º 0.57% 0.58% -
HSV(B) 215.21º 0.58% 0.82% -
XYZ 24.62 24.86 63.82 -
YUV 131.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 88 138 209 0.58 0.34 0 0.18 215.21 0.57 0.58
Hex 58 8A D1 3A 22 0 12 D7 39 3A
Octal 130 212 321 72 42 0 22 327 71 72
Binary 1011000 10001010 11010001 111010 100010 0 10010 11010111 111001 111010

Color Harmonies of #588AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588AD1

Black with #588AD1

Text Example


Text Example

White with #588AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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