Html Css Color HEX #518FB4 Boston Blue

📋 copy color: '#518FB4'

red 81 ◦ green 143 ◦ blue 180

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

Shades of Boston Blue #518FB4

Tints of Boston Blue #518FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 20.05%
G = 35.4%
B = 44.55%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#518FB4 (or 0x518FB4) is known color: Boston Blue. HEX triplet: 51, 8F and B4. RGB value is (81,143,180). Sum of RGB (Red+Green+Blue) = 81+143+180=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #518FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FB4 is #AE704B. Grayscale: #808080. Windows color (decimal): -11432012 or 11833169. OLE color: 11833169.

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

Color convert

RGB 81 143 180 -
CMYK 0.55 0.21 0 0.29
HSL 202.42º 0.4% 0.51% -
HSV(B) 202.42º 0.55% 0.71% -
XYZ 21.45 24.69 46.81 -
YUV 128.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 81 143 180 0.55 0.21 0 0.29 202.42 0.4 0.51
Hex 51 8F B4 37 15 0 1D CA 28 33
Octal 121 217 264 67 25 0 35 312 50 63
Binary 1010001 10001111 10110100 110111 10101 0 11101 11001010 101000 110011

Color Harmonies of #518FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FB4

Black with #518FB4

Text Example


Text Example

White with #518FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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