Html Css Color HEX #587FD0 Havelock Blue

📋 copy color: '#587FD0'

red 88 ◦ green 127 ◦ blue 208

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

Shades of Havelock Blue #587FD0

Tints of Havelock Blue #587FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

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

R = 20.8%
G = 30.02%
B = 49.17%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#587FD0 (or 0x587FD0) is known color: Havelock Blue. HEX triplet: 58, 7F and D0. RGB value is (88,127,208). Sum of RGB (Red+Green+Blue) = 88+127+208=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #587FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FD0 is #A7802F. Grayscale: #7C7C7C. Windows color (decimal): -10977328 or 13664088. OLE color: 13664088.

HSL color Cylindrical-coordinate representation of color #587FD0: hue angle of 220.5º 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 #587FD0 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 127 208 -
CMYK 0.58 0.39 0 0.18
HSL 220.5º 0.56% 0.58% -
HSV(B) 220.5º 0.58% 0.82% -
XYZ 23 21.81 62.67 -
YUV 124.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 88 127 208 0.58 0.39 0 0.18 220.5 0.56 0.58
Hex 58 7F D0 3A 27 0 12 DC 38 3A
Octal 130 177 320 72 47 0 22 334 70 72
Binary 1011000 1111111 11010000 111010 100111 0 10010 11011100 111000 111010

Color Harmonies of #587FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587FD0

Black with #587FD0

Text Example


Text Example

White with #587FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587FD0; }

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

 H1.HeaderClassName
 {
   color: #587FD0;
 }
 .AnyTagClassName
 {
   color: #587FD0;
 }
</style>

background-color css

<style>
 a { background-color: #587FD0; }

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

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

border-color css

<style>
 span { border-color: #587FD0; }

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

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