Html Css Color HEX #408FAA Boston Blue

📋 copy color: '#408FAA'

red 64 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #408FAA

Tints of Boston Blue #408FAA

RGB

 RED value IS 64 (25.39% from 255) = 16.98%

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

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

R = 16.98%
G = 37.93%
B = 45.09%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#408FAA (or 0x408FAA) is known color: Boston Blue. HEX triplet: 40, 8F and AA. RGB value is (64,143,170). Sum of RGB (Red+Green+Blue) = 64+143+170=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #408FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FAA is #BF7055. Grayscale: #7A7A7A. Windows color (decimal): -12546134 or 11177792. OLE color: 11177792.

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

Color convert

RGB 64 143 170 -
CMYK 0.62 0.16 0 0.33
HSL 195.28º 0.45% 0.46% -
HSV(B) 195.28º 0.62% 0.67% -
XYZ 19.19 23.64 41.58 -
YUV 122.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 64 143 170 0.62 0.16 0 0.33 195.28 0.45 0.46
Hex 40 8F AA 3E 10 0 21 C3 2D 2E
Octal 100 217 252 76 20 0 41 303 55 56
Binary 1000000 10001111 10101010 111110 10000 0 100001 11000011 101101 101110

Color Harmonies of #408FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FAA

Black with #408FAA

Text Example


Text Example

White with #408FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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