Html Css Color HEX #587FDC Havelock Blue

📋 copy color: '#587FDC'

red 88 ◦ green 127 ◦ blue 220

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

Shades of Havelock Blue #587FDC

Tints of Havelock Blue #587FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 20.23%
G = 29.2%
B = 50.57%

CMYK

 C value IS 0.6

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#587FDC (or 0x587FDC) is known color: Havelock Blue. HEX triplet: 58, 7F and DC. RGB value is (88,127,220). Sum of RGB (Red+Green+Blue) = 88+127+220=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #587FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FDC is #A78023. Grayscale: #7D7D7D. Windows color (decimal): -10977316 or 14450520. OLE color: 14450520.

HSL color Cylindrical-coordinate representation of color #587FDC: hue angle of 222.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #587FDC is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 127 220 -
CMYK 0.6 0.42 0 0.14
HSL 222.27º 0.65% 0.6% -
HSV(B) 222.27º 0.6% 0.86% -
XYZ 24.53 22.42 70.74 -
YUV 125.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 88 127 220 0.6 0.42 0 0.14 222.27 0.65 0.6
Hex 58 7F DC 3C 2A 0 E DE 41 3C
Octal 130 177 334 74 52 0 16 336 101 74
Binary 1011000 1111111 11011100 111100 101010 0 1110 11011110 1000001 111100

Color Harmonies of #587FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587FDC

Black with #587FDC

Text Example


Text Example

White with #587FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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