#508FB0

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

Shades of Boston Blue #508FB0

Tints of Boston Blue #508FB0

Color information

#508FB0 (or 0x508FB0) is unknown color: approx Boston Blue. HEX triplet: 50, 8F and B0. RGB value is (80,143,176). Sum of RGB (Red+Green+Blue) = 80+143+176=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #508FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508FB0 is #AF704F. Grayscale: #7F7F7F. Windows color (decimal): -11497552 or 11571024. OLE color: 11571024.

HSL color Cylindrical-coordinate representation of color #508FB0: hue angle of 200.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #508FB0 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80143176-
CMYK0.550.1900.31
HSL200.62º37.8%50.2%-
HSV(B)200.62º54.55%69.02%-
XYZ20.9724.4844.7-
YUV127.92155.1393.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=20.05%
G=35.84%
B=44.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801431760.550.1900.31200.6237.850.2
Hex508FB0371301Fc92632
Octal12021726067230373114662
Binary101000010001111101100001101111001101111111001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,143,176); }

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

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

 a { background-color: rgb(80,143,176); }

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

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

 span { border-color: rgb(80,143,176); }

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