Shades of Picton Blue #458CDD
Tints of Picton Blue #458CDD
RGB
CMYK
RGB Variations
Color information
#458CDD (or 0x458CDD) is known color: Picton Blue. HEX triplet: 45, 8C and DD. RGB value is (69,140,221). Sum of RGB (Red+Green+Blue) = 69+140+221=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #458CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458CDD is #BA7322. Grayscale: #7F7F7F. Windows color (decimal): -12219171 or 14519365. OLE color: 14519365.
HSL color Cylindrical-coordinate representation of color #458CDD: hue angle of 211.97º degrees, saturation: 0.69, 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 #458CDD is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 140 | 221 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.13 |
| HSL | 211.97º | 0.69% | 0.57% | - |
| HSV(B) | 211.97º | 0.69% | 0.87% | - |
| XYZ | 24.88 | 25.24 | 71.97 | - |
| YUV | 128.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 221 | 0.69 | 0.37 | 0 | 0.13 | 211.97 | 0.69 | 0.57 |
| Hex | 45 | 8C | DD | 45 | 25 | 0 | D | D4 | 45 | 39 |
| Octal | 105 | 214 | 335 | 105 | 45 | 0 | 15 | 324 | 105 | 71 |
| Binary | 1000101 | 10001100 | 11011101 | 1000101 | 100101 | 0 | 1101 | 11010100 | 1000101 | 111001 |
Color Harmonies of #458CDD
Complementary color
Monochromatic Colors of #458CDD
Black with #458CDD
Text Example
Text Example
White with #458CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CDD; }
p { color: rgb(69,140,221); }
H1.HeaderClassName
{
color: #458CDD;
}
.AnyTagClassName
{
color: #458CDD;
}
</style>
background-color css
<style>
a { background-color: #458CDD; }
a { background-color: rgb(69,140,221); }
div.DivClassName
{
background-color: #458CDD;
}
.BgClassName
{
background-color: #458CDD;
}
</style>
border-color css
<style>
span { border-color: #458CDD; }
span { border-color: rgb(69,140,221); }
td.TdClassName
{
border-color: #458CDD;
}
.TagClassName
{
border-color: #458CDD;
}
</style>