Html Css Color HEX #409DBA Boston Blue

📋 copy color: '#409DBA'

red 64 ◦ green 157 ◦ blue 186

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

Shades of Boston Blue #409DBA

Tints of Boston Blue #409DBA

RGB

 RED value IS 64 (25.39% from 255) = 15.72%

 GREEN value IS 157 (61.72% from 255) = 38.57%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 15.72%
G = 38.57%
B = 45.7%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#409DBA (or 0x409DBA) is known color: Boston Blue. HEX triplet: 40, 9D and BA. RGB value is (64,157,186). Sum of RGB (Red+Green+Blue) = 64+157+186=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #409DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DBA is #BF6245. Grayscale: #848484. Windows color (decimal): -12542534 or 12229952. OLE color: 12229952.

HSL color Cylindrical-coordinate representation of color #409DBA: hue angle of 194.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409DBA is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 157 186 -
CMYK 0.66 0.16 0 0.27
HSL 194.26º 0.49% 0.49% -
HSV(B) 194.26º 0.66% 0.73% -
XYZ 23.03 28.75 50.79 -
YUV 132.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 64 157 186 0.66 0.16 0 0.27 194.26 0.49 0.49
Hex 40 9D BA 42 10 0 1B C2 31 31
Octal 100 235 272 102 20 0 33 302 61 61
Binary 1000000 10011101 10111010 1000010 10000 0 11011 11000010 110001 110001

Color Harmonies of #409DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409DBA

Black with #409DBA

Text Example


Text Example

White with #409DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409DBA; }

 p { color: rgb(64,157,186); }

 H1.HeaderClassName
 {
   color: #409DBA;
 }
 .AnyTagClassName
 {
   color: #409DBA;
 }
</style>

background-color css

<style>
 a { background-color: #409DBA; }

 a { background-color: rgb(64,157,186); }

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

border-color css

<style>
 span { border-color: #409DBA; }

 span { border-color: rgb(64,157,186); }

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