Html Css Color HEX #409CBD Boston Blue

📋 copy color: '#409CBD'

red 64 ◦ green 156 ◦ blue 189

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

Shades of Boston Blue #409CBD

Tints of Boston Blue #409CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 15.65%
G = 38.14%
B = 46.21%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#409CBD (or 0x409CBD) is known color: Boston Blue. HEX triplet: 40, 9C and BD. RGB value is (64,156,189). Sum of RGB (Red+Green+Blue) = 64+156+189=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #409CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CBD is #BF6342. Grayscale: #848484. Windows color (decimal): -12542787 or 12426304. OLE color: 12426304.

HSL color Cylindrical-coordinate representation of color #409CBD: hue angle of 195.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409CBD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 156 189 -
CMYK 0.66 0.17 0 0.26
HSL 195.84º 0.49% 0.5% -
HSV(B) 195.84º 0.66% 0.74% -
XYZ 23.19 28.54 52.43 -
YUV 132.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 64 156 189 0.66 0.17 0 0.26 195.84 0.49 0.5
Hex 40 9C BD 42 11 0 1A C4 31 32
Octal 100 234 275 102 21 0 32 304 61 62
Binary 1000000 10011100 10111101 1000010 10001 0 11010 11000100 110001 110010

Color Harmonies of #409CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409CBD

Black with #409CBD

Text Example


Text Example

White with #409CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,156,189); }

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

background-color css

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

 a { background-color: rgb(64,156,189); }

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

border-color css

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

 span { border-color: rgb(64,156,189); }

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