Html Css Color HEX #418FAA Boston Blue

📋 copy color: '#418FAA'

red 65 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #418FAA

Tints of Boston Blue #418FAA

RGB

 RED value IS 65 (25.78% from 255) = 17.2%

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

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

R = 17.2%
G = 37.83%
B = 44.97%

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

#418FAA (or 0x418FAA) is known color: Boston Blue. HEX triplet: 41, 8F and AA. RGB value is (65,143,170). Sum of RGB (Red+Green+Blue) = 65+143+170=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #418FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FAA is #BE7055. Grayscale: #7A7A7A. Windows color (decimal): -12480598 or 11177793. OLE color: 11177793.

HSL color Cylindrical-coordinate representation of color #418FAA: hue angle of 195.43º 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 #418FAA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 143 170 -
CMYK 0.62 0.16 0 0.33
HSL 195.43º 0.45% 0.46% -
HSV(B) 195.43º 0.62% 0.67% -
XYZ 19.26 23.67 41.58 -
YUV 122.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 65 143 170 0.62 0.16 0 0.33 195.43 0.45 0.46
Hex 41 8F AA 3E 10 0 21 C3 2D 2E
Octal 101 217 252 76 20 0 41 303 55 56
Binary 1000001 10001111 10101010 111110 10000 0 100001 11000011 101101 101110

Color Harmonies of #418FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FAA

Black with #418FAA

Text Example


Text Example

White with #418FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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