Shades of Boston Blue #428DB2
Tints of Boston Blue #428DB2
RGB
CMYK
RGB Variations
Color information
#428DB2 (or 0x428DB2) is known color: Boston Blue. HEX triplet: 42, 8D and B2. RGB value is (66,141,178). Sum of RGB (Red+Green+Blue) = 66+141+178=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #428DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DB2 is #BD724D. Grayscale: #7A7A7A. Windows color (decimal): -12415566 or 11701570. OLE color: 11701570.
HSL color Cylindrical-coordinate representation of color #428DB2: hue angle of 199.82º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428DB2 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 141 | 178 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.30 |
| HSL | 199.82º | 0.46% | 0.48% | - |
| HSV(B) | 199.82º | 0.63% | 0.7% | - |
| XYZ | 19.81 | 23.42 | 45.6 | - |
| YUV | 122.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 178 | 0.63 | 0.21 | 0 | 0.30 | 199.82 | 0.46 | 0.48 |
| Hex | 42 | 8D | B2 | 3F | 15 | 0 | 1E | C8 | 2E | 30 |
| Octal | 102 | 215 | 262 | 77 | 25 | 0 | 36 | 310 | 56 | 60 |
| Binary | 1000010 | 10001101 | 10110010 | 111111 | 10101 | 0 | 11110 | 11001000 | 101110 | 110000 |
Color Harmonies of #428DB2
Complementary color
Monochromatic Colors of #428DB2
Black with #428DB2
Text Example
Text Example
White with #428DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DB2; }
p { color: rgb(66,141,178); }
H1.HeaderClassName
{
color: #428DB2;
}
.AnyTagClassName
{
color: #428DB2;
}
</style>
background-color css
<style>
a { background-color: #428DB2; }
a { background-color: rgb(66,141,178); }
div.DivClassName
{
background-color: #428DB2;
}
.BgClassName
{
background-color: #428DB2;
}
</style>
border-color css
<style>
span { border-color: #428DB2; }
span { border-color: rgb(66,141,178); }
td.TdClassName
{
border-color: #428DB2;
}
.TagClassName
{
border-color: #428DB2;
}
</style>