#507FC7

Color #507FC7 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #507FC7

Tints of Havelock Blue #507FC7

Color information

#507FC7 (or 0x507FC7) is unknown color: approx Havelock Blue. HEX triplet: 50, 7F and C7. RGB value is (80,127,199). Sum of RGB (Red+Green+Blue) = 80+127+199=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #507FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FC7 is #AF8038. Grayscale: #787878. Windows color (decimal): -11501625 or 13074256. OLE color: 13074256.

HSL color Cylindrical-coordinate representation of color #507FC7: hue angle of 216.3º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507FC7 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80127199-
CMYK0.600.3600.22
HSL216.3º51.52%54.71%-
HSV(B)216.3º59.8%78.04%-
XYZ21.2121.0156.97-
YUV121.16171.9398.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 199 (78.12% from 255) = 49.01%
R=19.70%
G=31.28%
B=49.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801271990.600.3600.22216.351.5254.71
Hex507FC73C24016d83437
Octal12017730774440263306467
Binary101000011111111100011111110010010001011011011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507FC7; }

 p { color: rgb(80,127,199); }

 H1.HeaderClassName
 {
   color: #507FC7;
 }
 .AnyTagClassName
 {
   color: #507FC7;
 }
</style>
background-color css

<style>
 a { background-color: #507FC7; }

 a { background-color: rgb(80,127,199); }

 div.DivClassName
 {
   background-color: #507FC7;
 }
 .BgClassName
 {
   background-color: #507FC7;
 }
</style>
border-color css

<style>
 span { border-color: #507FC7; }

 span { border-color: rgb(80,127,199); }

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