Shades of Picton Blue #428FDD
Tints of Picton Blue #428FDD
RGB
CMYK
RGB Variations
Color information
#428FDD (or 0x428FDD) is known color: Picton Blue. HEX triplet: 42, 8F and DD. RGB value is (66,143,221). Sum of RGB (Red+Green+Blue) = 66+143+221=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 143 (56.25% from 255 or 33.26% 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 #428FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FDD is #BD7022. Grayscale: #808080. Windows color (decimal): -12415011 or 14520130. OLE color: 14520130.
HSL color Cylindrical-coordinate representation of color #428FDD: hue angle of 210.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428FDD is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 143 | 221 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.13 |
| HSL | 210.19º | 0.7% | 0.56% | - |
| HSV(B) | 210.19º | 0.7% | 0.87% | - |
| XYZ | 25.12 | 26.02 | 72.11 | - |
| YUV | 128.87 | 179.99 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 221 | 0.70 | 0.35 | 0 | 0.13 | 210.19 | 0.7 | 0.56 |
| Hex | 42 | 8F | DD | 46 | 23 | 0 | D | D2 | 46 | 38 |
| Octal | 102 | 217 | 335 | 106 | 43 | 0 | 15 | 322 | 106 | 70 |
| Binary | 1000010 | 10001111 | 11011101 | 1000110 | 100011 | 0 | 1101 | 11010010 | 1000110 | 111000 |
Color Harmonies of #428FDD
Complementary color
Monochromatic Colors of #428FDD
Black with #428FDD
Text Example
Text Example
White with #428FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FDD; }
p { color: rgb(66,143,221); }
H1.HeaderClassName
{
color: #428FDD;
}
.AnyTagClassName
{
color: #428FDD;
}
</style>
background-color css
<style>
a { background-color: #428FDD; }
a { background-color: rgb(66,143,221); }
div.DivClassName
{
background-color: #428FDD;
}
.BgClassName
{
background-color: #428FDD;
}
</style>
border-color css
<style>
span { border-color: #428FDD; }
span { border-color: rgb(66,143,221); }
td.TdClassName
{
border-color: #428FDD;
}
.TagClassName
{
border-color: #428FDD;
}
</style>