Shades of Boston Blue #418DB2
Tints of Boston Blue #418DB2
RGB
CMYK
RGB Variations
Color information
#418DB2 (or 0x418DB2) is known color: Boston Blue. HEX triplet: 41, 8D and B2. RGB value is (65,141,178). Sum of RGB (Red+Green+Blue) = 65+141+178=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #418DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418DB2 is #BE724D. Grayscale: #7A7A7A. Windows color (decimal): -12481102 or 11701569. OLE color: 11701569.
HSL color Cylindrical-coordinate representation of color #418DB2: hue angle of 199.65º degrees, saturation: 0.47, 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 #418DB2 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 141 | 178 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.30 |
| HSL | 199.65º | 0.47% | 0.48% | - |
| HSV(B) | 199.65º | 0.63% | 0.7% | - |
| XYZ | 19.74 | 23.39 | 45.59 | - |
| YUV | 122.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 178 | 0.63 | 0.21 | 0 | 0.30 | 199.65 | 0.47 | 0.48 |
| Hex | 41 | 8D | B2 | 3F | 15 | 0 | 1E | C8 | 2F | 30 |
| Octal | 101 | 215 | 262 | 77 | 25 | 0 | 36 | 310 | 57 | 60 |
| Binary | 1000001 | 10001101 | 10110010 | 111111 | 10101 | 0 | 11110 | 11001000 | 101111 | 110000 |
Color Harmonies of #418DB2
Complementary color
Monochromatic Colors of #418DB2
Black with #418DB2
Text Example
Text Example
White with #418DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DB2; }
p { color: rgb(65,141,178); }
H1.HeaderClassName
{
color: #418DB2;
}
.AnyTagClassName
{
color: #418DB2;
}
</style>
background-color css
<style>
a { background-color: #418DB2; }
a { background-color: rgb(65,141,178); }
div.DivClassName
{
background-color: #418DB2;
}
.BgClassName
{
background-color: #418DB2;
}
</style>
border-color css
<style>
span { border-color: #418DB2; }
span { border-color: rgb(65,141,178); }
td.TdClassName
{
border-color: #418DB2;
}
.TagClassName
{
border-color: #418DB2;
}
</style>