#507DCB

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

Shades of Havelock Blue #507DCB

Tints of Havelock Blue #507DCB

Color information

#507DCB (or 0x507DCB) is unknown color: approx Havelock Blue. HEX triplet: 50, 7D and CB. RGB value is (80,125,203). Sum of RGB (Red+Green+Blue) = 80+125+203=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #507DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DCB is #AF8234. Grayscale: #787878. Windows color (decimal): -11502133 or 13335888. OLE color: 13335888.

HSL color Cylindrical-coordinate representation of color #507DCB: hue angle of 218.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507DCB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80125203-
CMYK0.610.3800.20
HSL218.05º54.19%55.49%-
HSV(B)218.05º60.59%79.61%-
XYZ21.4220.6859.36-
YUV120.44174.5999.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 203 (79.69% from 255) = 49.75%
R=19.61%
G=30.64%
B=49.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801252030.610.3800.20218.0554.1955.49
Hex507DCB3D26014da3637
Octal12017531375460243326667
Binary101000011111011100101111110110011001010011011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,125,203); }

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

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

 a { background-color: rgb(80,125,203); }

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

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

 span { border-color: rgb(80,125,203); }

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