Html Css Color HEX #518FB3 Boston Blue

📋 copy color: '#518FB3'

red 81 ◦ green 143 ◦ blue 179

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

Shades of Boston Blue #518FB3

Tints of Boston Blue #518FB3

RGB

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

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

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

R = 20.1%
G = 35.48%
B = 44.42%

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

#518FB3 (or 0x518FB3) is known color: Boston Blue. HEX triplet: 51, 8F and B3. RGB value is (81,143,179). Sum of RGB (Red+Green+Blue) = 81+143+179=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #518FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FB3 is #AE704C. Grayscale: #808080. Windows color (decimal): -11432013 or 11767633. OLE color: 11767633.

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

Color convert

RGB 81 143 179 -
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.35 24.65 46.28 -
YUV 128.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 81 143 179 0.55 0.20 0 0.30 202.04 0.39 0.51
Hex 51 8F B3 37 14 0 1E CA 27 33
Octal 121 217 263 67 24 0 36 312 47 63
Binary 1010001 10001111 10110011 110111 10100 0 11110 11001010 100111 110011

Color Harmonies of #518FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FB3

Black with #518FB3

Text Example


Text Example

White with #518FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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