Shades of Picton Blue #408DDD
Tints of Picton Blue #408DDD
RGB
CMYK
RGB Variations
Color information
#408DDD (or 0x408DDD) is known color: Picton Blue. HEX triplet: 40, 8D and DD. RGB value is (64,141,221). Sum of RGB (Red+Green+Blue) = 64+141+221=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #408DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DDD is #BF7222. Grayscale: #7E7E7E. Windows color (decimal): -12546595 or 14519616. OLE color: 14519616.
HSL color Cylindrical-coordinate representation of color #408DDD: hue angle of 210.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408DDD is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 141 | 221 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.13 |
| HSL | 210.57º | 0.7% | 0.56% | - |
| HSV(B) | 210.57º | 0.71% | 0.87% | - |
| XYZ | 24.69 | 25.36 | 72 | - |
| YUV | 127.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 221 | 0.71 | 0.36 | 0 | 0.13 | 210.57 | 0.7 | 0.56 |
| Hex | 40 | 8D | DD | 47 | 24 | 0 | D | D3 | 46 | 38 |
| Octal | 100 | 215 | 335 | 107 | 44 | 0 | 15 | 323 | 106 | 70 |
| Binary | 1000000 | 10001101 | 11011101 | 1000111 | 100100 | 0 | 1101 | 11010011 | 1000110 | 111000 |
Color Harmonies of #408DDD
Complementary color
Monochromatic Colors of #408DDD
Black with #408DDD
Text Example
Text Example
White with #408DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DDD; }
p { color: rgb(64,141,221); }
H1.HeaderClassName
{
color: #408DDD;
}
.AnyTagClassName
{
color: #408DDD;
}
</style>
background-color css
<style>
a { background-color: #408DDD; }
a { background-color: rgb(64,141,221); }
div.DivClassName
{
background-color: #408DDD;
}
.BgClassName
{
background-color: #408DDD;
}
</style>
border-color css
<style>
span { border-color: #408DDD; }
span { border-color: rgb(64,141,221); }
td.TdClassName
{
border-color: #408DDD;
}
.TagClassName
{
border-color: #408DDD;
}
</style>