Html Css Color HEX #587FCF Havelock Blue

📋 copy color: '#587FCF'

red 88 ◦ green 127 ◦ blue 207

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

Shades of Havelock Blue #587FCF

Tints of Havelock Blue #587FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 20.85%
G = 30.09%
B = 49.05%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#587FCF (or 0x587FCF) is known color: Havelock Blue. HEX triplet: 58, 7F and CF. RGB value is (88,127,207). Sum of RGB (Red+Green+Blue) = 88+127+207=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #587FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FCF is #A78030. Grayscale: #7C7C7C. Windows color (decimal): -10977329 or 13598552. OLE color: 13598552.

HSL color Cylindrical-coordinate representation of color #587FCF: hue angle of 220.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587FCF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 127 207 -
CMYK 0.57 0.39 0 0.19
HSL 220.34º 0.55% 0.58% -
HSV(B) 220.34º 0.57% 0.81% -
XYZ 22.88 21.76 62.03 -
YUV 124.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 88 127 207 0.57 0.39 0 0.19 220.34 0.55 0.58
Hex 58 7F CF 39 27 0 13 DC 37 3A
Octal 130 177 317 71 47 0 23 334 67 72
Binary 1011000 1111111 11001111 111001 100111 0 10011 11011100 110111 111010

Color Harmonies of #587FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587FCF

Black with #587FCF

Text Example


Text Example

White with #587FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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