Shades of Picton Blue #459ADD
Tints of Picton Blue #459ADD
RGB
CMYK
RGB Variations
Color information
#459ADD (or 0x459ADD) is known color: Picton Blue. HEX triplet: 45, 9A and DD. RGB value is (69,154,221). Sum of RGB (Red+Green+Blue) = 69+154+221=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #459ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ADD is #BA6522. Grayscale: #878787. Windows color (decimal): -12215587 or 14522949. OLE color: 14522949.
HSL color Cylindrical-coordinate representation of color #459ADD: hue angle of 206.45º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459ADD is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 154 | 221 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.13 |
| HSL | 206.45º | 0.69% | 0.57% | - |
| HSV(B) | 206.45º | 0.69% | 0.87% | - |
| XYZ | 27.06 | 29.6 | 72.69 | - |
| YUV | 136.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 221 | 0.69 | 0.30 | 0 | 0.13 | 206.45 | 0.69 | 0.57 |
| Hex | 45 | 9A | DD | 45 | 1E | 0 | D | CE | 45 | 39 |
| Octal | 105 | 232 | 335 | 105 | 36 | 0 | 15 | 316 | 105 | 71 |
| Binary | 1000101 | 10011010 | 11011101 | 1000101 | 11110 | 0 | 1101 | 11001110 | 1000101 | 111001 |
Color Harmonies of #459ADD
Complementary color
Monochromatic Colors of #459ADD
Black with #459ADD
Text Example
Text Example
White with #459ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459ADD; }
p { color: rgb(69,154,221); }
H1.HeaderClassName
{
color: #459ADD;
}
.AnyTagClassName
{
color: #459ADD;
}
</style>
background-color css
<style>
a { background-color: #459ADD; }
a { background-color: rgb(69,154,221); }
div.DivClassName
{
background-color: #459ADD;
}
.BgClassName
{
background-color: #459ADD;
}
</style>
border-color css
<style>
span { border-color: #459ADD; }
span { border-color: rgb(69,154,221); }
td.TdClassName
{
border-color: #459ADD;
}
.TagClassName
{
border-color: #459ADD;
}
</style>