Shades of Picton Blue #458FDB
Tints of Picton Blue #458FDB
RGB
CMYK
RGB Variations
Color information
#458FDB (or 0x458FDB) is known color: Picton Blue. HEX triplet: 45, 8F and DB. RGB value is (69,143,219). Sum of RGB (Red+Green+Blue) = 69+143+219=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #458FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FDB is #BA7024. Grayscale: #818181. Windows color (decimal): -12218405 or 14389061. OLE color: 14389061.
HSL color Cylindrical-coordinate representation of color #458FDB: hue angle of 210.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #458FDB is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 143 | 219 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.14 |
| HSL | 210.4º | 0.68% | 0.56% | - |
| HSV(B) | 210.4º | 0.68% | 0.86% | - |
| XYZ | 25.06 | 26.02 | 70.72 | - |
| YUV | 129.54 | 178.48 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 219 | 0.68 | 0.35 | 0 | 0.14 | 210.4 | 0.68 | 0.56 |
| Hex | 45 | 8F | DB | 44 | 23 | 0 | E | D2 | 44 | 38 |
| Octal | 105 | 217 | 333 | 104 | 43 | 0 | 16 | 322 | 104 | 70 |
| Binary | 1000101 | 10001111 | 11011011 | 1000100 | 100011 | 0 | 1110 | 11010010 | 1000100 | 111000 |
Color Harmonies of #458FDB
Complementary color
Monochromatic Colors of #458FDB
Black with #458FDB
Text Example
Text Example
White with #458FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FDB; }
p { color: rgb(69,143,219); }
H1.HeaderClassName
{
color: #458FDB;
}
.AnyTagClassName
{
color: #458FDB;
}
</style>
background-color css
<style>
a { background-color: #458FDB; }
a { background-color: rgb(69,143,219); }
div.DivClassName
{
background-color: #458FDB;
}
.BgClassName
{
background-color: #458FDB;
}
</style>
border-color css
<style>
span { border-color: #458FDB; }
span { border-color: rgb(69,143,219); }
td.TdClassName
{
border-color: #458FDB;
}
.TagClassName
{
border-color: #458FDB;
}
</style>