Shades of Picton Blue #408DE0
Tints of Picton Blue #408DE0
RGB
CMYK
RGB Variations
Color information
#408DE0 (or 0x408DE0) is known color: Picton Blue. HEX triplet: 40, 8D and E0. RGB value is (64,141,224). Sum of RGB (Red+Green+Blue) = 64+141+224=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #408DE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DE0 is #BF721F. Grayscale: #7F7F7F. Windows color (decimal): -12546592 or 14716224. OLE color: 14716224.
HSL color Cylindrical-coordinate representation of color #408DE0: hue angle of 211.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408DE0 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 141 | 224 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.12 |
| HSL | 211.13º | 0.72% | 0.56% | - |
| HSV(B) | 211.13º | 0.71% | 0.88% | - |
| XYZ | 25.09 | 25.52 | 74.12 | - |
| YUV | 127.44 | 182.49 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 224 | 0.71 | 0.37 | 0 | 0.12 | 211.13 | 0.72 | 0.56 |
| Hex | 40 | 8D | E0 | 47 | 25 | 0 | C | D3 | 48 | 38 |
| Octal | 100 | 215 | 340 | 107 | 45 | 0 | 14 | 323 | 110 | 70 |
| Binary | 1000000 | 10001101 | 11100000 | 1000111 | 100101 | 0 | 1100 | 11010011 | 1001000 | 111000 |
Color Harmonies of #408DE0
Complementary color
Monochromatic Colors of #408DE0
Black with #408DE0
Text Example
Text Example
White with #408DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DE0; }
p { color: rgb(64,141,224); }
H1.HeaderClassName
{
color: #408DE0;
}
.AnyTagClassName
{
color: #408DE0;
}
</style>
background-color css
<style>
a { background-color: #408DE0; }
a { background-color: rgb(64,141,224); }
div.DivClassName
{
background-color: #408DE0;
}
.BgClassName
{
background-color: #408DE0;
}
</style>
border-color css
<style>
span { border-color: #408DE0; }
span { border-color: rgb(64,141,224); }
td.TdClassName
{
border-color: #408DE0;
}
.TagClassName
{
border-color: #408DE0;
}
</style>