Html Css Color HEX #508FB3 Boston Blue

📋 copy color: '#508FB3'

red 80 ◦ green 143 ◦ blue 179

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

Shades of Boston Blue #508FB3

Tints of Boston Blue #508FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 19.9%
G = 35.57%
B = 44.53%

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

#508FB3 (or 0x508FB3) is known color: Boston Blue. HEX triplet: 50, 8F and B3. RGB value is (80,143,179). Sum of RGB (Red+Green+Blue) = 80+143+179=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #508FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FB3 is #AF704C. Grayscale: #808080. Windows color (decimal): -11497549 or 11767632. OLE color: 11767632.

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

Color convert

RGB 80 143 179 -
CMYK 0.55 0.20 0 0.30
HSL 201.82º 0.39% 0.51% -
HSV(B) 201.82º 0.55% 0.7% -
XYZ 21.27 24.61 46.28 -
YUV 128.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 80 143 179 0.55 0.20 0 0.30 201.82 0.39 0.51
Hex 50 8F B3 37 14 0 1E CA 27 33
Octal 120 217 263 67 24 0 36 312 47 63
Binary 1010000 10001111 10110011 110111 10100 0 11110 11001010 100111 110011

Color Harmonies of #508FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FB3

Black with #508FB3

Text Example


Text Example

White with #508FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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