Html Css Color HEX #418FAD Boston Blue

📋 copy color: '#418FAD'

red 65 ◦ green 143 ◦ blue 173

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

Shades of Boston Blue #418FAD

Tints of Boston Blue #418FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 17.06%
G = 37.53%
B = 45.41%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#418FAD (or 0x418FAD) is known color: Boston Blue. HEX triplet: 41, 8F and AD. RGB value is (65,143,173). Sum of RGB (Red+Green+Blue) = 65+143+173=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #418FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FAD is #BE7052. Grayscale: #7A7A7A. Windows color (decimal): -12480595 or 11374401. OLE color: 11374401.

HSL color Cylindrical-coordinate representation of color #418FAD: hue angle of 196.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418FAD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 143 173 -
CMYK 0.62 0.17 0 0.32
HSL 196.67º 0.45% 0.47% -
HSV(B) 196.67º 0.62% 0.68% -
XYZ 19.55 23.79 43.1 -
YUV 123.1 156.16 86.56 -
System Red Green Blue C M Y K H S L
Decimal 65 143 173 0.62 0.17 0 0.32 196.67 0.45 0.47
Hex 41 8F AD 3E 11 0 20 C5 2D 2F
Octal 101 217 255 76 21 0 40 305 55 57
Binary 1000001 10001111 10101101 111110 10001 0 100000 11000101 101101 101111

Color Harmonies of #418FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FAD

Black with #418FAD

Text Example


Text Example

White with #418FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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