Html Css Color HEX #518FAA Boston Blue

📋 copy color: '#518FAA'

red 81 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #518FAA

Tints of Boston Blue #518FAA

RGB

 RED value IS 81 (32.03% from 255) = 20.56%

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 20.56%
G = 36.29%
B = 43.15%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#518FAA (or 0x518FAA) is known color: Boston Blue. HEX triplet: 51, 8F and AA. RGB value is (81,143,170). Sum of RGB (Red+Green+Blue) = 81+143+170=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #518FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FAA is #AE7055. Grayscale: #7F7F7F. Windows color (decimal): -11432022 or 11177809. OLE color: 11177809.

HSL color Cylindrical-coordinate representation of color #518FAA: hue angle of 198.2º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #518FAA is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 143 170 -
CMYK 0.52 0.16 0 0.33
HSL 198.2º 0.35% 0.49% -
HSV(B) 198.2º 0.52% 0.67% -
XYZ 20.47 24.3 41.64 -
YUV 127.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 81 143 170 0.52 0.16 0 0.33 198.2 0.35 0.49
Hex 51 8F AA 34 10 0 21 C6 23 31
Octal 121 217 252 64 20 0 41 306 43 61
Binary 1010001 10001111 10101010 110100 10000 0 100001 11000110 100011 110001

Color Harmonies of #518FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FAA

Black with #518FAA

Text Example


Text Example

White with #518FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518FAA; }

 p { color: rgb(81,143,170); }

 H1.HeaderClassName
 {
   color: #518FAA;
 }
 .AnyTagClassName
 {
   color: #518FAA;
 }
</style>

background-color css

<style>
 a { background-color: #518FAA; }

 a { background-color: rgb(81,143,170); }

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

border-color css

<style>
 span { border-color: #518FAA; }

 span { border-color: rgb(81,143,170); }

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