Shades of Boston Blue #428FB7
Tints of Boston Blue #428FB7
RGB
CMYK
RGB Variations
Color information
#428FB7 (or 0x428FB7) is known color: Boston Blue. HEX triplet: 42, 8F and B7. RGB value is (66,143,183). Sum of RGB (Red+Green+Blue) = 66+143+183=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #428FB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FB7 is #BD7048. Grayscale: #7C7C7C. Windows color (decimal): -12415049 or 12029762. OLE color: 12029762.
HSL color Cylindrical-coordinate representation of color #428FB7: hue angle of 200.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #428FB7 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 143 | 183 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.28 |
| HSL | 200.51º | 0.47% | 0.49% | - |
| HSV(B) | 200.51º | 0.64% | 0.72% | - |
| XYZ | 20.62 | 24.22 | 48.39 | - |
| YUV | 124.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 183 | 0.64 | 0.22 | 0 | 0.28 | 200.51 | 0.47 | 0.49 |
| Hex | 42 | 8F | B7 | 40 | 16 | 0 | 1C | C9 | 2F | 31 |
| Octal | 102 | 217 | 267 | 100 | 26 | 0 | 34 | 311 | 57 | 61 |
| Binary | 1000010 | 10001111 | 10110111 | 1000000 | 10110 | 0 | 11100 | 11001001 | 101111 | 110001 |
Color Harmonies of #428FB7
Complementary color
Monochromatic Colors of #428FB7
Black with #428FB7
Text Example
Text Example
White with #428FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FB7; }
p { color: rgb(66,143,183); }
H1.HeaderClassName
{
color: #428FB7;
}
.AnyTagClassName
{
color: #428FB7;
}
</style>
background-color css
<style>
a { background-color: #428FB7; }
a { background-color: rgb(66,143,183); }
div.DivClassName
{
background-color: #428FB7;
}
.BgClassName
{
background-color: #428FB7;
}
</style>
border-color css
<style>
span { border-color: #428FB7; }
span { border-color: rgb(66,143,183); }
td.TdClassName
{
border-color: #428FB7;
}
.TagClassName
{
border-color: #428FB7;
}
</style>