Shades of Picton Blue #459EDA
Tints of Picton Blue #459EDA
RGB
CMYK
RGB Variations
Color information
#459EDA (or 0x459EDA) is known color: Picton Blue. HEX triplet: 45, 9E and DA. RGB value is (69,158,218). Sum of RGB (Red+Green+Blue) = 69+158+218=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #459EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459EDA is #BA6125. Grayscale: #898989. Windows color (decimal): -12214566 or 14327365. OLE color: 14327365.
HSL color Cylindrical-coordinate representation of color #459EDA: hue angle of 204.16º degrees, saturation: 0.67, 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 #459EDA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 158 | 218 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.15 |
| HSL | 204.16º | 0.67% | 0.56% | - |
| HSV(B) | 204.16º | 0.68% | 0.85% | - |
| XYZ | 27.34 | 30.78 | 70.83 | - |
| YUV | 138.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 218 | 0.68 | 0.28 | 0 | 0.15 | 204.16 | 0.67 | 0.56 |
| Hex | 45 | 9E | DA | 44 | 1C | 0 | F | CC | 43 | 38 |
| Octal | 105 | 236 | 332 | 104 | 34 | 0 | 17 | 314 | 103 | 70 |
| Binary | 1000101 | 10011110 | 11011010 | 1000100 | 11100 | 0 | 1111 | 11001100 | 1000011 | 111000 |
Color Harmonies of #459EDA
Complementary color
Monochromatic Colors of #459EDA
Black with #459EDA
Text Example
Text Example
White with #459EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459EDA; }
p { color: rgb(69,158,218); }
H1.HeaderClassName
{
color: #459EDA;
}
.AnyTagClassName
{
color: #459EDA;
}
</style>
background-color css
<style>
a { background-color: #459EDA; }
a { background-color: rgb(69,158,218); }
div.DivClassName
{
background-color: #459EDA;
}
.BgClassName
{
background-color: #459EDA;
}
</style>
border-color css
<style>
span { border-color: #459EDA; }
span { border-color: rgb(69,158,218); }
td.TdClassName
{
border-color: #459EDA;
}
.TagClassName
{
border-color: #459EDA;
}
</style>