#507DC9

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

Shades of Havelock Blue #507DC9

Tints of Havelock Blue #507DC9

Color information

#507DC9 (or 0x507DC9) is unknown color: approx Havelock Blue. HEX triplet: 50, 7D and C9. RGB value is (80,125,201). Sum of RGB (Red+Green+Blue) = 80+125+201=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #507DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DC9 is #AF8236. Grayscale: #777777. Windows color (decimal): -11502135 or 13204816. OLE color: 13204816.

HSL color Cylindrical-coordinate representation of color #507DC9: hue angle of 217.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507DC9 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80125201-
CMYK0.600.3800.21
HSL217.69º52.84%55.1%-
HSV(B)217.69º60.2%78.82%-
XYZ21.1820.5958.12-
YUV120.21173.5999.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 201 (78.91% from 255) = 49.51%
R=19.70%
G=30.79%
B=49.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801252010.600.3800.21217.6952.8455.1
Hex507DC93C26015da3537
Octal12017531174460253326567
Binary101000011111011100100111110010011001010111011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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