Shades of Picton Blue #458CDF
Tints of Picton Blue #458CDF
RGB
CMYK
RGB Variations
Color information
#458CDF (or 0x458CDF) is known color: Picton Blue. HEX triplet: 45, 8C and DF. RGB value is (69,140,223). Sum of RGB (Red+Green+Blue) = 69+140+223=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #458CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458CDF is #BA7320. Grayscale: #7F7F7F. Windows color (decimal): -12219169 or 14650437. OLE color: 14650437.
HSL color Cylindrical-coordinate representation of color #458CDF: hue angle of 212.34º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #458CDF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 140 | 223 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.13 |
| HSL | 212.34º | 0.71% | 0.57% | - |
| HSV(B) | 212.34º | 0.69% | 0.87% | - |
| XYZ | 25.15 | 25.35 | 73.38 | - |
| YUV | 128.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 223 | 0.69 | 0.37 | 0 | 0.13 | 212.34 | 0.71 | 0.57 |
| Hex | 45 | 8C | DF | 45 | 25 | 0 | D | D4 | 47 | 39 |
| Octal | 105 | 214 | 337 | 105 | 45 | 0 | 15 | 324 | 107 | 71 |
| Binary | 1000101 | 10001100 | 11011111 | 1000101 | 100101 | 0 | 1101 | 11010100 | 1000111 | 111001 |
Color Harmonies of #458CDF
Complementary color
Monochromatic Colors of #458CDF
Black with #458CDF
Text Example
Text Example
White with #458CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CDF; }
p { color: rgb(69,140,223); }
H1.HeaderClassName
{
color: #458CDF;
}
.AnyTagClassName
{
color: #458CDF;
}
</style>
background-color css
<style>
a { background-color: #458CDF; }
a { background-color: rgb(69,140,223); }
div.DivClassName
{
background-color: #458CDF;
}
.BgClassName
{
background-color: #458CDF;
}
</style>
border-color css
<style>
span { border-color: #458CDF; }
span { border-color: rgb(69,140,223); }
td.TdClassName
{
border-color: #458CDF;
}
.TagClassName
{
border-color: #458CDF;
}
</style>