#508BCA

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

Shades of Havelock Blue #508BCA

Tints of Havelock Blue #508BCA

Color information

#508BCA (or 0x508BCA) is unknown color: approx Havelock Blue. HEX triplet: 50, 8B and CA. RGB value is (80,139,202). Sum of RGB (Red+Green+Blue) = 80+139+202=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #508BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BCA is #AF7435. Grayscale: #808080. Windows color (decimal): -11498550 or 13273936. OLE color: 13273936.

HSL color Cylindrical-coordinate representation of color #508BCA: hue angle of 210.98º degrees, saturation: 0.54, 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 #508BCA is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80139202-
CMYK0.600.3100.21
HSL210.98º53.51%55.29%-
HSV(B)210.98º60.4%79.22%-
XYZ23.224.4359.37-
YUV128.54169.4593.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=19.00%
G=33.02%
B=47.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801392020.600.3100.21210.9853.5155.29
Hex508BCA3C1F015d33637
Octal12021331274370253236667
Binary101000010001011110010101111001111101010111010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,139,202); }

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

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

 a { background-color: rgb(80,139,202); }

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

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

 span { border-color: rgb(80,139,202); }

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