Html Css Color HEX #418DAF Boston Blue

📋 copy color: '#418DAF'

red 65 ◦ green 141 ◦ blue 175

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

Shades of Boston Blue #418DAF

Tints of Boston Blue #418DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 17.06%
G = 37.01%
B = 45.93%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#418DAF (or 0x418DAF) is known color: Boston Blue. HEX triplet: 41, 8D and AF. RGB value is (65,141,175). Sum of RGB (Red+Green+Blue) = 65+141+175=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #418DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418DAF is #BE7250. Grayscale: #797979. Windows color (decimal): -12481105 or 11504961. OLE color: 11504961.

HSL color Cylindrical-coordinate representation of color #418DAF: hue angle of 198.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #418DAF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 141 175 -
CMYK 0.63 0.19 0 0.31
HSL 198.55º 0.46% 0.47% -
HSV(B) 198.55º 0.63% 0.69% -
XYZ 19.44 23.27 44.02 -
YUV 122.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 65 141 175 0.63 0.19 0 0.31 198.55 0.46 0.47
Hex 41 8D AF 3F 13 0 1F C7 2E 2F
Octal 101 215 257 77 23 0 37 307 56 57
Binary 1000001 10001101 10101111 111111 10011 0 11111 11000111 101110 101111

Color Harmonies of #418DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DAF

Black with #418DAF

Text Example


Text Example

White with #418DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,141,175); }

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

background-color css

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

 a { background-color: rgb(65,141,175); }

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

border-color css

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

 span { border-color: rgb(65,141,175); }

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