Html Css Color HEX #508FB2 Boston Blue

📋 copy color: '#508FB2'

red 80 ◦ green 143 ◦ blue 178

#508FB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #508FB2

Tints of Boston Blue #508FB2

RGB

 RED value IS 80 (31.64% from 255) = 19.95%

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 19.95%
G = 35.66%
B = 44.39%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#508FB2 (or 0x508FB2) is known color: Boston Blue. HEX triplet: 50, 8F and B2. RGB value is (80,143,178). Sum of RGB (Red+Green+Blue) = 80+143+178=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #508FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508FB2 is #AF704D. Grayscale: #7F7F7F. Windows color (decimal): -11497550 or 11702096. OLE color: 11702096.

HSL color Cylindrical-coordinate representation of color #508FB2: hue angle of 201.43º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #508FB2 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 143 178 -
CMYK 0.55 0.20 0 0.30
HSL 201.43º 0.39% 0.51% -
HSV(B) 201.43º 0.55% 0.7% -
XYZ 21.17 24.56 45.75 -
YUV 128.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 80 143 178 0.55 0.20 0 0.30 201.43 0.39 0.51
Hex 50 8F B2 37 14 0 1E C9 27 33
Octal 120 217 262 67 24 0 36 311 47 63
Binary 1010000 10001111 10110010 110111 10100 0 11110 11001001 100111 110011

Color Harmonies of #508FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FB2

Black with #508FB2

Text Example


Text Example

White with #508FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #508FB2;
 }
 .AnyTagClassName
 {
   color: #508FB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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