Html Css Color HEX #418DAE Boston Blue

📋 copy color: '#418DAE'

red 65 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #418DAE

Tints of Boston Blue #418DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 17.11%
G = 37.11%
B = 45.79%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#418DAE (or 0x418DAE) is known color: Boston Blue. HEX triplet: 41, 8D and AE. RGB value is (65,141,174). Sum of RGB (Red+Green+Blue) = 65+141+174=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #418DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418DAE is #BE7251. Grayscale: #797979. Windows color (decimal): -12481106 or 11439425. OLE color: 11439425.

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

Color convert

RGB 65 141 174 -
CMYK 0.63 0.19 0 0.32
HSL 198.17º 0.46% 0.47% -
HSV(B) 198.17º 0.63% 0.68% -
XYZ 19.34 23.23 43.51 -
YUV 122.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 65 141 174 0.63 0.19 0 0.32 198.17 0.46 0.47
Hex 41 8D AE 3F 13 0 20 C6 2E 2F
Octal 101 215 256 77 23 0 40 306 56 57
Binary 1000001 10001101 10101110 111111 10011 0 100000 11000110 101110 101111

Color Harmonies of #418DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DAE

Black with #418DAE

Text Example


Text Example

White with #418DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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