#508bcb

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

Shades of Havelock Blue #508BCB

Tints of Havelock Blue #508BCB

Color information

#508BCB (or 0x508BCB) is unknown color: approx Havelock Blue. HEX triplet: 50, 8B and CB. RGB value is (80,139,203). Sum of RGB (Red+Green+Blue) = 80+139+203=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #508BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BCB is #AF7434. Grayscale: #808080. Windows color (decimal): -11498549 or 13339472. OLE color: 13339472.

HSL color Cylindrical-coordinate representation of color #508BCB: hue angle of 211.22º 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 #508BCB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80139203-
CMYK0.610.3200.20
HSL211.22º54.19%55.49%-
HSV(B)211.22º60.59%79.61%-
XYZ23.3224.4860-
YUV128.66169.9593.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=18.96%
G=32.94%
B=48.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801392030.610.3200.20211.2254.1955.49
Hex508BCB3D20014d33637
Octal12021331375400243236667
Binary1010000100010111100101111110110000001010011010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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