Shades of Picton Blue #408DE1
Tints of Picton Blue #408DE1
RGB
CMYK
RGB Variations
Color information
#408DE1 (or 0x408DE1) is known color: Picton Blue. HEX triplet: 40, 8D and E1. RGB value is (64,141,225). Sum of RGB (Red+Green+Blue) = 64+141+225=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #408DE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DE1 is #BF721E. Grayscale: #7F7F7F. Windows color (decimal): -12546591 or 14781760. OLE color: 14781760.
HSL color Cylindrical-coordinate representation of color #408DE1: hue angle of 211.3º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408DE1 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 141 | 225 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.12 |
| HSL | 211.3º | 0.73% | 0.57% | - |
| HSV(B) | 211.3º | 0.72% | 0.88% | - |
| XYZ | 25.23 | 25.58 | 74.84 | - |
| YUV | 127.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 225 | 0.72 | 0.37 | 0 | 0.12 | 211.3 | 0.73 | 0.57 |
| Hex | 40 | 8D | E1 | 48 | 25 | 0 | C | D3 | 49 | 39 |
| Octal | 100 | 215 | 341 | 110 | 45 | 0 | 14 | 323 | 111 | 71 |
| Binary | 1000000 | 10001101 | 11100001 | 1001000 | 100101 | 0 | 1100 | 11010011 | 1001001 | 111001 |
Color Harmonies of #408DE1
Complementary color
Monochromatic Colors of #408DE1
Black with #408DE1
Text Example
Text Example
White with #408DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DE1; }
p { color: rgb(64,141,225); }
H1.HeaderClassName
{
color: #408DE1;
}
.AnyTagClassName
{
color: #408DE1;
}
</style>
background-color css
<style>
a { background-color: #408DE1; }
a { background-color: rgb(64,141,225); }
div.DivClassName
{
background-color: #408DE1;
}
.BgClassName
{
background-color: #408DE1;
}
</style>
border-color css
<style>
span { border-color: #408DE1; }
span { border-color: rgb(64,141,225); }
td.TdClassName
{
border-color: #408DE1;
}
.TagClassName
{
border-color: #408DE1;
}
</style>