Shades of Picton Blue #458FD9
Tints of Picton Blue #458FD9
RGB
CMYK
RGB Variations
Color information
#458FD9 (or 0x458FD9) is known color: Picton Blue. HEX triplet: 45, 8F and D9. RGB value is (69,143,217). Sum of RGB (Red+Green+Blue) = 69+143+217=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #458FD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FD9 is #BA7026. Grayscale: #808080. Windows color (decimal): -12218407 or 14257989. OLE color: 14257989.
HSL color Cylindrical-coordinate representation of color #458FD9: hue angle of 210º degrees, saturation: 0.66, 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 #458FD9 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 143 | 217 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.15 |
| HSL | 210º | 0.66% | 0.56% | - |
| HSV(B) | 210º | 0.68% | 0.85% | - |
| XYZ | 24.8 | 25.92 | 69.34 | - |
| YUV | 129.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 217 | 0.68 | 0.34 | 0 | 0.15 | 210 | 0.66 | 0.56 |
| Hex | 45 | 8F | D9 | 44 | 22 | 0 | F | D2 | 42 | 38 |
| Octal | 105 | 217 | 331 | 104 | 42 | 0 | 17 | 322 | 102 | 70 |
| Binary | 1000101 | 10001111 | 11011001 | 1000100 | 100010 | 0 | 1111 | 11010010 | 1000010 | 111000 |
Color Harmonies of #458FD9
Complementary color
Monochromatic Colors of #458FD9
Black with #458FD9
Text Example
Text Example
White with #458FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FD9; }
p { color: rgb(69,143,217); }
H1.HeaderClassName
{
color: #458FD9;
}
.AnyTagClassName
{
color: #458FD9;
}
</style>
background-color css
<style>
a { background-color: #458FD9; }
a { background-color: rgb(69,143,217); }
div.DivClassName
{
background-color: #458FD9;
}
.BgClassName
{
background-color: #458FD9;
}
</style>
border-color css
<style>
span { border-color: #458FD9; }
span { border-color: rgb(69,143,217); }
td.TdClassName
{
border-color: #458FD9;
}
.TagClassName
{
border-color: #458FD9;
}
</style>