Html Css Color HEX #588DD8 Havelock Blue

📋 copy color: '#588DD8'

red 88 ◦ green 141 ◦ blue 216

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

Shades of Havelock Blue #588DD8

Tints of Havelock Blue #588DD8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

 BLUE value IS 216 (84.77% from 255) = 48.54%

R = 19.78%
G = 31.69%
B = 48.54%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#588DD8 (or 0x588DD8) is known color: Havelock Blue. HEX triplet: 58, 8D and D8. RGB value is (88,141,216). Sum of RGB (Red+Green+Blue) = 88+141+216=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #588DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DD8 is #A77227. Grayscale: #858585. Windows color (decimal): -10973736 or 14191960. OLE color: 14191960.

HSL color Cylindrical-coordinate representation of color #588DD8: hue angle of 215.16º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #588DD8 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 141 216 -
CMYK 0.59 0.35 0 0.15
HSL 215.16º 0.62% 0.6% -
HSV(B) 215.16º 0.59% 0.85% -
XYZ 25.94 26.08 68.63 -
YUV 133.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 88 141 216 0.59 0.35 0 0.15 215.16 0.62 0.6
Hex 58 8D D8 3B 23 0 F D7 3E 3C
Octal 130 215 330 73 43 0 17 327 76 74
Binary 1011000 10001101 11011000 111011 100011 0 1111 11010111 111110 111100

Color Harmonies of #588DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588DD8

Black with #588DD8

Text Example


Text Example

White with #588DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,141,216); }

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

background-color css

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

 a { background-color: rgb(88,141,216); }

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

border-color css

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

 span { border-color: rgb(88,141,216); }

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