Shades of Picton Blue #428CDC
Tints of Picton Blue #428CDC
RGB
CMYK
RGB Variations
Color information
#428CDC (or 0x428CDC) is known color: Picton Blue. HEX triplet: 42, 8C and DC. RGB value is (66,140,220). Sum of RGB (Red+Green+Blue) = 66+140+220=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #428CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CDC is #BD7323. Grayscale: #7E7E7E. Windows color (decimal): -12415780 or 14453826. OLE color: 14453826.
HSL color Cylindrical-coordinate representation of color #428CDC: hue angle of 211.17º degrees, saturation: 0.69, 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 #428CDC is Cyan = 0.7, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 140 | 220 | - |
| CMYK | 0.7 | 0.36 | 0 | 0.14 |
| HSL | 211.17º | 0.69% | 0.56% | - |
| HSV(B) | 211.17º | 0.7% | 0.86% | - |
| XYZ | 24.54 | 25.08 | 71.26 | - |
| YUV | 126.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 220 | 0.7 | 0.36 | 0 | 0.14 | 211.17 | 0.69 | 0.56 |
| Hex | 42 | 8C | DC | 46 | 24 | 0 | E | D3 | 45 | 38 |
| Octal | 102 | 214 | 334 | 106 | 44 | 0 | 16 | 323 | 105 | 70 |
| Binary | 1000010 | 10001100 | 11011100 | 1000110 | 100100 | 0 | 1110 | 11010011 | 1000101 | 111000 |
Color Harmonies of #428CDC
Complementary color
Monochromatic Colors of #428CDC
Black with #428CDC
Text Example
Text Example
White with #428CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CDC; }
p { color: rgb(66,140,220); }
H1.HeaderClassName
{
color: #428CDC;
}
.AnyTagClassName
{
color: #428CDC;
}
</style>
background-color css
<style>
a { background-color: #428CDC; }
a { background-color: rgb(66,140,220); }
div.DivClassName
{
background-color: #428CDC;
}
.BgClassName
{
background-color: #428CDC;
}
</style>
border-color css
<style>
span { border-color: #428CDC; }
span { border-color: rgb(66,140,220); }
td.TdClassName
{
border-color: #428CDC;
}
.TagClassName
{
border-color: #428CDC;
}
</style>