Shades of Picton Blue #428EDD
Tints of Picton Blue #428EDD
RGB
CMYK
RGB Variations
Color information
#428EDD (or 0x428EDD) is known color: Picton Blue. HEX triplet: 42, 8E and DD. RGB value is (66,142,221). Sum of RGB (Red+Green+Blue) = 66+142+221=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #428EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428EDD is #BD7122. Grayscale: #7F7F7F. Windows color (decimal): -12415267 or 14519874. OLE color: 14519874.
HSL color Cylindrical-coordinate representation of color #428EDD: hue angle of 210.58º 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 #428EDD is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 142 | 221 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.13 |
| HSL | 210.58º | 0.7% | 0.56% | - |
| HSV(B) | 210.58º | 0.7% | 0.87% | - |
| XYZ | 24.97 | 25.72 | 72.06 | - |
| YUV | 128.28 | 180.32 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 221 | 0.70 | 0.36 | 0 | 0.13 | 210.58 | 0.7 | 0.56 |
| Hex | 42 | 8E | DD | 46 | 24 | 0 | D | D3 | 46 | 38 |
| Octal | 102 | 216 | 335 | 106 | 44 | 0 | 15 | 323 | 106 | 70 |
| Binary | 1000010 | 10001110 | 11011101 | 1000110 | 100100 | 0 | 1101 | 11010011 | 1000110 | 111000 |
Color Harmonies of #428EDD
Complementary color
Monochromatic Colors of #428EDD
Black with #428EDD
Text Example
Text Example
White with #428EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EDD; }
p { color: rgb(66,142,221); }
H1.HeaderClassName
{
color: #428EDD;
}
.AnyTagClassName
{
color: #428EDD;
}
</style>
background-color css
<style>
a { background-color: #428EDD; }
a { background-color: rgb(66,142,221); }
div.DivClassName
{
background-color: #428EDD;
}
.BgClassName
{
background-color: #428EDD;
}
</style>
border-color css
<style>
span { border-color: #428EDD; }
span { border-color: rgb(66,142,221); }
td.TdClassName
{
border-color: #428EDD;
}
.TagClassName
{
border-color: #428EDD;
}
</style>