Shades of Picton Blue #459AD8
Tints of Picton Blue #459AD8
RGB
CMYK
RGB Variations
Color information
#459AD8 (or 0x459AD8) is known color: Picton Blue. HEX triplet: 45, 9A and D8. RGB value is (69,154,216). Sum of RGB (Red+Green+Blue) = 69+154+216=439 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.72% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #459AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459AD8 is #BA6527. Grayscale: #878787. Windows color (decimal): -12215592 or 14195269. OLE color: 14195269.
HSL color Cylindrical-coordinate representation of color #459AD8: hue angle of 205.31º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459AD8 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 154 | 216 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.15 |
| HSL | 205.31º | 0.65% | 0.56% | - |
| HSV(B) | 205.31º | 0.68% | 0.85% | - |
| XYZ | 26.4 | 29.33 | 69.24 | - |
| YUV | 135.65 | 173.34 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 216 | 0.68 | 0.29 | 0 | 0.15 | 205.31 | 0.65 | 0.56 |
| Hex | 45 | 9A | D8 | 44 | 1D | 0 | F | CD | 41 | 38 |
| Octal | 105 | 232 | 330 | 104 | 35 | 0 | 17 | 315 | 101 | 70 |
| Binary | 1000101 | 10011010 | 11011000 | 1000100 | 11101 | 0 | 1111 | 11001101 | 1000001 | 111000 |
Color Harmonies of #459AD8
Complementary color
Monochromatic Colors of #459AD8
Black with #459AD8
Text Example
Text Example
White with #459AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459AD8; }
p { color: rgb(69,154,216); }
H1.HeaderClassName
{
color: #459AD8;
}
.AnyTagClassName
{
color: #459AD8;
}
</style>
background-color css
<style>
a { background-color: #459AD8; }
a { background-color: rgb(69,154,216); }
div.DivClassName
{
background-color: #459AD8;
}
.BgClassName
{
background-color: #459AD8;
}
</style>
border-color css
<style>
span { border-color: #459AD8; }
span { border-color: rgb(69,154,216); }
td.TdClassName
{
border-color: #459AD8;
}
.TagClassName
{
border-color: #459AD8;
}
</style>