Shades of Boston Blue #429DBB
Tints of Boston Blue #429DBB
RGB
CMYK
RGB Variations
Color information
#429DBB (or 0x429DBB) is known color: Boston Blue. HEX triplet: 42, 9D and BB. RGB value is (66,157,187). Sum of RGB (Red+Green+Blue) = 66+157+187=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #429DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DBB is #BD6244. Grayscale: #858585. Windows color (decimal): -12411461 or 12295490. OLE color: 12295490.
HSL color Cylindrical-coordinate representation of color #429DBB: hue angle of 194.88º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429DBB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 157 | 187 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.27 |
| HSL | 194.88º | 0.48% | 0.5% | - |
| HSV(B) | 194.88º | 0.65% | 0.73% | - |
| XYZ | 23.27 | 28.86 | 51.36 | - |
| YUV | 133.21 | 158.35 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 187 | 0.65 | 0.16 | 0 | 0.27 | 194.88 | 0.48 | 0.5 |
| Hex | 42 | 9D | BB | 41 | 10 | 0 | 1B | C3 | 30 | 32 |
| Octal | 102 | 235 | 273 | 101 | 20 | 0 | 33 | 303 | 60 | 62 |
| Binary | 1000010 | 10011101 | 10111011 | 1000001 | 10000 | 0 | 11011 | 11000011 | 110000 | 110010 |
Color Harmonies of #429DBB
Complementary color
Monochromatic Colors of #429DBB
Black with #429DBB
Text Example
Text Example
White with #429DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DBB; }
p { color: rgb(66,157,187); }
H1.HeaderClassName
{
color: #429DBB;
}
.AnyTagClassName
{
color: #429DBB;
}
</style>
background-color css
<style>
a { background-color: #429DBB; }
a { background-color: rgb(66,157,187); }
div.DivClassName
{
background-color: #429DBB;
}
.BgClassName
{
background-color: #429DBB;
}
</style>
border-color css
<style>
span { border-color: #429DBB; }
span { border-color: rgb(66,157,187); }
td.TdClassName
{
border-color: #429DBB;
}
.TagClassName
{
border-color: #429DBB;
}
</style>