Html Css Color HEX #508EB2 Boston Blue

📋 copy color: '#508EB2'

red 80 ◦ green 142 ◦ blue 178

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

Shades of Boston Blue #508EB2

Tints of Boston Blue #508EB2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

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

R = 20%
G = 35.5%
B = 44.5%

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

#508EB2 (or 0x508EB2) is known color: Boston Blue. HEX triplet: 50, 8E and B2. RGB value is (80,142,178). Sum of RGB (Red+Green+Blue) = 80+142+178=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #508EB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508EB2 is #AF714D. Grayscale: #7F7F7F. Windows color (decimal): -11497806 or 11701840. OLE color: 11701840.

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

Color convert

RGB 80 142 178 -
CMYK 0.55 0.20 0 0.30
HSL 202.04º 0.39% 0.51% -
HSV(B) 202.04º 0.55% 0.7% -
XYZ 21.02 24.27 45.7 -
YUV 127.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 80 142 178 0.55 0.20 0 0.30 202.04 0.39 0.51
Hex 50 8E B2 37 14 0 1E CA 27 33
Octal 120 216 262 67 24 0 36 312 47 63
Binary 1010000 10001110 10110010 110111 10100 0 11110 11001010 100111 110011

Color Harmonies of #508EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EB2

Black with #508EB2

Text Example


Text Example

White with #508EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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