Html Css Color HEX #409DBC Boston Blue

📋 copy color: '#409DBC'

red 64 ◦ green 157 ◦ blue 188

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

Shades of Boston Blue #409DBC

Tints of Boston Blue #409DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 15.65%
G = 38.39%
B = 45.97%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#409DBC (or 0x409DBC) is known color: Boston Blue. HEX triplet: 40, 9D and BC. RGB value is (64,157,188). Sum of RGB (Red+Green+Blue) = 64+157+188=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #409DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DBC is #BF6243. Grayscale: #848484. Windows color (decimal): -12542532 or 12361024. OLE color: 12361024.

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

Color convert

RGB 64 157 188 -
CMYK 0.66 0.16 0 0.26
HSL 195º 0.49% 0.49% -
HSV(B) 195º 0.66% 0.74% -
XYZ 23.25 28.83 51.92 -
YUV 132.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 64 157 188 0.66 0.16 0 0.26 195 0.49 0.49
Hex 40 9D BC 42 10 0 1A C3 31 31
Octal 100 235 274 102 20 0 32 303 61 61
Binary 1000000 10011101 10111100 1000010 10000 0 11010 11000011 110001 110001

Color Harmonies of #409DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409DBC

Black with #409DBC

Text Example


Text Example

White with #409DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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