Html Css Color HEX #418FAE Boston Blue

📋 copy color: '#418FAE'

red 65 ◦ green 143 ◦ blue 174

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

Shades of Boston Blue #418FAE

Tints of Boston Blue #418FAE

RGB

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

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

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

R = 17.02%
G = 37.43%
B = 45.55%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#418FAE (or 0x418FAE) is known color: Boston Blue. HEX triplet: 41, 8F and AE. RGB value is (65,143,174). Sum of RGB (Red+Green+Blue) = 65+143+174=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #418FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FAE is #BE7051. Grayscale: #7B7B7B. Windows color (decimal): -12480594 or 11439937. OLE color: 11439937.

HSL color Cylindrical-coordinate representation of color #418FAE: hue angle of 197.06º 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 #418FAE is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 143 174 -
CMYK 0.63 0.18 0 0.32
HSL 197.06º 0.46% 0.47% -
HSV(B) 197.06º 0.63% 0.68% -
XYZ 19.64 23.82 43.61 -
YUV 123.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 65 143 174 0.63 0.18 0 0.32 197.06 0.46 0.47
Hex 41 8F AE 3F 12 0 20 C5 2E 2F
Octal 101 217 256 77 22 0 40 305 56 57
Binary 1000001 10001111 10101110 111111 10010 0 100000 11000101 101110 101111

Color Harmonies of #418FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FAE

Black with #418FAE

Text Example


Text Example

White with #418FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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