Shades of Boston Blue #429DBC
Tints of Boston Blue #429DBC
RGB
CMYK
RGB Variations
Color information
#429DBC (or 0x429DBC) is known color: Boston Blue. HEX triplet: 42, 9D and BC. RGB value is (66,157,188). Sum of RGB (Red+Green+Blue) = 66+157+188=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #429DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DBC is #BD6243. Grayscale: #858585. Windows color (decimal): -12411460 or 12361026. OLE color: 12361026.
HSL color Cylindrical-coordinate representation of color #429DBC: hue angle of 195.25º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429DBC is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 157 | 188 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.26 |
| HSL | 195.25º | 0.48% | 0.5% | - |
| HSV(B) | 195.25º | 0.65% | 0.74% | - |
| XYZ | 23.38 | 28.9 | 51.92 | - |
| YUV | 133.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 188 | 0.65 | 0.16 | 0 | 0.26 | 195.25 | 0.48 | 0.5 |
| Hex | 42 | 9D | BC | 41 | 10 | 0 | 1A | C3 | 30 | 32 |
| Octal | 102 | 235 | 274 | 101 | 20 | 0 | 32 | 303 | 60 | 62 |
| Binary | 1000010 | 10011101 | 10111100 | 1000001 | 10000 | 0 | 11010 | 11000011 | 110000 | 110010 |
Color Harmonies of #429DBC
Complementary color
Monochromatic Colors of #429DBC
Black with #429DBC
Text Example
Text Example
White with #429DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DBC; }
p { color: rgb(66,157,188); }
H1.HeaderClassName
{
color: #429DBC;
}
.AnyTagClassName
{
color: #429DBC;
}
</style>
background-color css
<style>
a { background-color: #429DBC; }
a { background-color: rgb(66,157,188); }
div.DivClassName
{
background-color: #429DBC;
}
.BgClassName
{
background-color: #429DBC;
}
</style>
border-color css
<style>
span { border-color: #429DBC; }
span { border-color: rgb(66,157,188); }
td.TdClassName
{
border-color: #429DBC;
}
.TagClassName
{
border-color: #429DBC;
}
</style>