#508DCC

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

Shades of Havelock Blue #508DCC

Tints of Havelock Blue #508DCC

Color information

#508DCC (or 0x508DCC) is unknown color: approx Havelock Blue. HEX triplet: 50, 8D and CC. RGB value is (80,141,204). Sum of RGB (Red+Green+Blue) = 80+141+204=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #508DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DCC is #AF7233. Grayscale: #818181. Windows color (decimal): -11498036 or 13405520. OLE color: 13405520.

HSL color Cylindrical-coordinate representation of color #508DCC: hue angle of 210.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508DCC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80141204-
CMYK0.610.3100.2
HSL210.48º54.87%55.69%-
HSV(B)210.48º60.78%80%-
XYZ23.7325.1160.72-
YUV129.94169.7992.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 204 (80.08% from 255) = 48%
R=18.82%
G=33.18%
B=48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801412040.610.3100.2210.4854.8755.69
Hex508DCC3D1F014d23738
Octal12021531475370243226770
Binary101000010001101110011001111011111101010011010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508DCC; }

 p { color: rgb(80,141,204); }

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

<style>
 a { background-color: #508DCC; }

 a { background-color: rgb(80,141,204); }

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

<style>
 span { border-color: #508DCC; }

 span { border-color: rgb(80,141,204); }

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