#507FC3

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

Shades of Havelock Blue #507FC3

Tints of Havelock Blue #507FC3

Color information

#507FC3 (or 0x507FC3) is unknown color: approx Havelock Blue. HEX triplet: 50, 7F and C3. RGB value is (80,127,195). Sum of RGB (Red+Green+Blue) = 80+127+195=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #507FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FC3 is #AF803C. Grayscale: #787878. Windows color (decimal): -11501629 or 12812112. OLE color: 12812112.

HSL color Cylindrical-coordinate representation of color #507FC3: hue angle of 215.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #507FC3 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80127195-
CMYK0.590.3500.24
HSL215.48º48.94%53.92%-
HSV(B)215.48º58.97%76.47%-
XYZ20.7520.8254.56-
YUV120.7169.9398.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 195 (76.56% from 255) = 48.51%
R=19.90%
G=31.59%
B=48.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801271950.590.3500.24215.4848.9453.92
Hex507FC33B23018d73136
Octal12017730373430303276166
Binary101000011111111100001111101110001101100011010111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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