Shades of Picton Blue #458DDC
Tints of Picton Blue #458DDC
RGB
CMYK
RGB Variations
Color information
#458DDC (or 0x458DDC) is known color: Picton Blue. HEX triplet: 45, 8D and DC. RGB value is (69,141,220). Sum of RGB (Red+Green+Blue) = 69+141+220=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #458DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DDC is #BA7223. Grayscale: #808080. Windows color (decimal): -12218916 or 14454085. OLE color: 14454085.
HSL color Cylindrical-coordinate representation of color #458DDC: hue angle of 211.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #458DDC is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 141 | 220 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.14 |
| HSL | 211.39º | 0.68% | 0.57% | - |
| HSV(B) | 211.39º | 0.69% | 0.86% | - |
| XYZ | 24.9 | 25.48 | 71.32 | - |
| YUV | 128.48 | 179.65 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 220 | 0.69 | 0.36 | 0 | 0.14 | 211.39 | 0.68 | 0.57 |
| Hex | 45 | 8D | DC | 45 | 24 | 0 | E | D3 | 44 | 39 |
| Octal | 105 | 215 | 334 | 105 | 44 | 0 | 16 | 323 | 104 | 71 |
| Binary | 1000101 | 10001101 | 11011100 | 1000101 | 100100 | 0 | 1110 | 11010011 | 1000100 | 111001 |
Color Harmonies of #458DDC
Complementary color
Monochromatic Colors of #458DDC
Black with #458DDC
Text Example
Text Example
White with #458DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DDC; }
p { color: rgb(69,141,220); }
H1.HeaderClassName
{
color: #458DDC;
}
.AnyTagClassName
{
color: #458DDC;
}
</style>
background-color css
<style>
a { background-color: #458DDC; }
a { background-color: rgb(69,141,220); }
div.DivClassName
{
background-color: #458DDC;
}
.BgClassName
{
background-color: #458DDC;
}
</style>
border-color css
<style>
span { border-color: #458DDC; }
span { border-color: rgb(69,141,220); }
td.TdClassName
{
border-color: #458DDC;
}
.TagClassName
{
border-color: #458DDC;
}
</style>