Shades of Picton Blue #459BDD
Tints of Picton Blue #459BDD
RGB
CMYK
RGB Variations
Color information
#459BDD (or 0x459BDD) is known color: Picton Blue. HEX triplet: 45, 9B and DD. RGB value is (69,155,221). Sum of RGB (Red+Green+Blue) = 69+155+221=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #459BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BDD is #BA6422. Grayscale: #888888. Windows color (decimal): -12215331 or 14523205. OLE color: 14523205.
HSL color Cylindrical-coordinate representation of color #459BDD: hue angle of 206.05º 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 #459BDD is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 155 | 221 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.13 |
| HSL | 206.05º | 0.69% | 0.57% | - |
| HSV(B) | 206.05º | 0.69% | 0.87% | - |
| XYZ | 27.23 | 29.93 | 72.75 | - |
| YUV | 136.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 221 | 0.69 | 0.30 | 0 | 0.13 | 206.05 | 0.69 | 0.57 |
| Hex | 45 | 9B | DD | 45 | 1E | 0 | D | CE | 45 | 39 |
| Octal | 105 | 233 | 335 | 105 | 36 | 0 | 15 | 316 | 105 | 71 |
| Binary | 1000101 | 10011011 | 11011101 | 1000101 | 11110 | 0 | 1101 | 11001110 | 1000101 | 111001 |
Color Harmonies of #459BDD
Complementary color
Monochromatic Colors of #459BDD
Black with #459BDD
Text Example
Text Example
White with #459BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BDD; }
p { color: rgb(69,155,221); }
H1.HeaderClassName
{
color: #459BDD;
}
.AnyTagClassName
{
color: #459BDD;
}
</style>
background-color css
<style>
a { background-color: #459BDD; }
a { background-color: rgb(69,155,221); }
div.DivClassName
{
background-color: #459BDD;
}
.BgClassName
{
background-color: #459BDD;
}
</style>
border-color css
<style>
span { border-color: #459BDD; }
span { border-color: rgb(69,155,221); }
td.TdClassName
{
border-color: #459BDD;
}
.TagClassName
{
border-color: #459BDD;
}
</style>