Shades of Picton Blue #408FE1
Tints of Picton Blue #408FE1
RGB
CMYK
RGB Variations
Color information
#408FE1 (or 0x408FE1) is known color: Picton Blue. HEX triplet: 40, 8F and E1. RGB value is (64,143,225). Sum of RGB (Red+Green+Blue) = 64+143+225=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #408FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FE1 is #BF701E. Grayscale: #808080. Windows color (decimal): -12546079 or 14782272. OLE color: 14782272.
HSL color Cylindrical-coordinate representation of color #408FE1: hue angle of 210.56º 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 #408FE1 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 143 | 225 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.12 |
| HSL | 210.56º | 0.73% | 0.57% | - |
| HSV(B) | 210.56º | 0.72% | 0.88% | - |
| XYZ | 25.53 | 26.17 | 74.94 | - |
| YUV | 128.73 | 182.33 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 225 | 0.72 | 0.36 | 0 | 0.12 | 210.56 | 0.73 | 0.57 |
| Hex | 40 | 8F | E1 | 48 | 24 | 0 | C | D3 | 49 | 39 |
| Octal | 100 | 217 | 341 | 110 | 44 | 0 | 14 | 323 | 111 | 71 |
| Binary | 1000000 | 10001111 | 11100001 | 1001000 | 100100 | 0 | 1100 | 11010011 | 1001001 | 111001 |
Color Harmonies of #408FE1
Complementary color
Monochromatic Colors of #408FE1
Black with #408FE1
Text Example
Text Example
White with #408FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FE1; }
p { color: rgb(64,143,225); }
H1.HeaderClassName
{
color: #408FE1;
}
.AnyTagClassName
{
color: #408FE1;
}
</style>
background-color css
<style>
a { background-color: #408FE1; }
a { background-color: rgb(64,143,225); }
div.DivClassName
{
background-color: #408FE1;
}
.BgClassName
{
background-color: #408FE1;
}
</style>
border-color css
<style>
span { border-color: #408FE1; }
span { border-color: rgb(64,143,225); }
td.TdClassName
{
border-color: #408FE1;
}
.TagClassName
{
border-color: #408FE1;
}
</style>