Shades of Picton Blue #459ED0
Tints of Picton Blue #459ED0
RGB
CMYK
RGB Variations
Color information
#459ED0 (or 0x459ED0) is known color: Picton Blue. HEX triplet: 45, 9E and D0. RGB value is (69,158,208). Sum of RGB (Red+Green+Blue) = 69+158+208=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #459ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ED0 is #BA612F. Grayscale: #888888. Windows color (decimal): -12214576 or 13672005. OLE color: 13672005.
HSL color Cylindrical-coordinate representation of color #459ED0: hue angle of 201.58º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459ED0 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 158 | 208 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.18 |
| HSL | 201.58º | 0.6% | 0.54% | - |
| HSV(B) | 201.58º | 0.67% | 0.82% | - |
| XYZ | 26.07 | 30.27 | 64.14 | - |
| YUV | 137.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 208 | 0.67 | 0.24 | 0 | 0.18 | 201.58 | 0.6 | 0.54 |
| Hex | 45 | 9E | D0 | 43 | 18 | 0 | 12 | CA | 3C | 36 |
| Octal | 105 | 236 | 320 | 103 | 30 | 0 | 22 | 312 | 74 | 66 |
| Binary | 1000101 | 10011110 | 11010000 | 1000011 | 11000 | 0 | 10010 | 11001010 | 111100 | 110110 |
Color Harmonies of #459ED0
Complementary color
Monochromatic Colors of #459ED0
Black with #459ED0
Text Example
Text Example
White with #459ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459ED0; }
p { color: rgb(69,158,208); }
H1.HeaderClassName
{
color: #459ED0;
}
.AnyTagClassName
{
color: #459ED0;
}
</style>
background-color css
<style>
a { background-color: #459ED0; }
a { background-color: rgb(69,158,208); }
div.DivClassName
{
background-color: #459ED0;
}
.BgClassName
{
background-color: #459ED0;
}
</style>
border-color css
<style>
span { border-color: #459ED0; }
span { border-color: rgb(69,158,208); }
td.TdClassName
{
border-color: #459ED0;
}
.TagClassName
{
border-color: #459ED0;
}
</style>