Shades of Picton Blue #409AD0
Tints of Picton Blue #409AD0
RGB
CMYK
RGB Variations
Color information
#409AD0 (or 0x409AD0) is known color: Picton Blue. HEX triplet: 40, 9A and D0. RGB value is (64,154,208). Sum of RGB (Red+Green+Blue) = 64+154+208=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #409AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409AD0 is #BF652F. Grayscale: #848484. Windows color (decimal): -12543280 or 13670976. OLE color: 13670976.
HSL color Cylindrical-coordinate representation of color #409AD0: hue angle of 202.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409AD0 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 154 | 208 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.18 |
| HSL | 202.5º | 0.61% | 0.53% | - |
| HSV(B) | 202.5º | 0.69% | 0.82% | - |
| XYZ | 25.06 | 28.76 | 63.9 | - |
| YUV | 133.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 208 | 0.69 | 0.26 | 0 | 0.18 | 202.5 | 0.61 | 0.53 |
| Hex | 40 | 9A | D0 | 45 | 1A | 0 | 12 | CA | 3D | 35 |
| Octal | 100 | 232 | 320 | 105 | 32 | 0 | 22 | 312 | 75 | 65 |
| Binary | 1000000 | 10011010 | 11010000 | 1000101 | 11010 | 0 | 10010 | 11001010 | 111101 | 110101 |
Color Harmonies of #409AD0
Complementary color
Monochromatic Colors of #409AD0
Black with #409AD0
Text Example
Text Example
White with #409AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AD0; }
p { color: rgb(64,154,208); }
H1.HeaderClassName
{
color: #409AD0;
}
.AnyTagClassName
{
color: #409AD0;
}
</style>
background-color css
<style>
a { background-color: #409AD0; }
a { background-color: rgb(64,154,208); }
div.DivClassName
{
background-color: #409AD0;
}
.BgClassName
{
background-color: #409AD0;
}
</style>
border-color css
<style>
span { border-color: #409AD0; }
span { border-color: rgb(64,154,208); }
td.TdClassName
{
border-color: #409AD0;
}
.TagClassName
{
border-color: #409AD0;
}
</style>