Html Css Color HEX #508FB5 Boston Blue

📋 copy color: '#508FB5'

red 80 ◦ green 143 ◦ blue 181

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

Shades of Boston Blue #508FB5

Tints of Boston Blue #508FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 19.8%
G = 35.4%
B = 44.8%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#508FB5 (or 0x508FB5) is known color: Boston Blue. HEX triplet: 50, 8F and B5. RGB value is (80,143,181). Sum of RGB (Red+Green+Blue) = 80+143+181=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #508FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FB5 is #AF704A. Grayscale: #808080. Windows color (decimal): -11497547 or 11898704. OLE color: 11898704.

HSL color Cylindrical-coordinate representation of color #508FB5: hue angle of 202.57º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #508FB5 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 143 181 -
CMYK 0.56 0.21 0 0.29
HSL 202.57º 0.41% 0.51% -
HSV(B) 202.57º 0.56% 0.71% -
XYZ 21.47 24.69 47.35 -
YUV 128.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 80 143 181 0.56 0.21 0 0.29 202.57 0.41 0.51
Hex 50 8F B5 38 15 0 1D CB 29 33
Octal 120 217 265 70 25 0 35 313 51 63
Binary 1010000 10001111 10110101 111000 10101 0 11101 11001011 101001 110011

Color Harmonies of #508FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FB5

Black with #508FB5

Text Example


Text Example

White with #508FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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