Shades of Picton Blue #428DDB
Tints of Picton Blue #428DDB
RGB
CMYK
RGB Variations
Color information
#428DDB (or 0x428DDB) is known color: Picton Blue. HEX triplet: 42, 8D and DB. RGB value is (66,141,219). Sum of RGB (Red+Green+Blue) = 66+141+219=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #428DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DDB is #BD7224. Grayscale: #7F7F7F. Windows color (decimal): -12415525 or 14388546. OLE color: 14388546.
HSL color Cylindrical-coordinate representation of color #428DDB: hue angle of 210.59º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428DDB is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 141 | 219 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.14 |
| HSL | 210.59º | 0.68% | 0.56% | - |
| HSV(B) | 210.59º | 0.7% | 0.86% | - |
| XYZ | 24.56 | 25.32 | 70.61 | - |
| YUV | 127.47 | 179.65 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 219 | 0.70 | 0.36 | 0 | 0.14 | 210.59 | 0.68 | 0.56 |
| Hex | 42 | 8D | DB | 46 | 24 | 0 | E | D3 | 44 | 38 |
| Octal | 102 | 215 | 333 | 106 | 44 | 0 | 16 | 323 | 104 | 70 |
| Binary | 1000010 | 10001101 | 11011011 | 1000110 | 100100 | 0 | 1110 | 11010011 | 1000100 | 111000 |
Color Harmonies of #428DDB
Complementary color
Monochromatic Colors of #428DDB
Black with #428DDB
Text Example
Text Example
White with #428DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DDB; }
p { color: rgb(66,141,219); }
H1.HeaderClassName
{
color: #428DDB;
}
.AnyTagClassName
{
color: #428DDB;
}
</style>
background-color css
<style>
a { background-color: #428DDB; }
a { background-color: rgb(66,141,219); }
div.DivClassName
{
background-color: #428DDB;
}
.BgClassName
{
background-color: #428DDB;
}
</style>
border-color css
<style>
span { border-color: #428DDB; }
span { border-color: rgb(66,141,219); }
td.TdClassName
{
border-color: #428DDB;
}
.TagClassName
{
border-color: #428DDB;
}
</style>