Shades of Picton Blue #428DDF
Tints of Picton Blue #428DDF
RGB
CMYK
RGB Variations
Color information
#428DDF (or 0x428DDF) is known color: Picton Blue. HEX triplet: 42, 8D and DF. RGB value is (66,141,223). Sum of RGB (Red+Green+Blue) = 66+141+223=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #428DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DDF is #BD7220. Grayscale: #7F7F7F. Windows color (decimal): -12415521 or 14650690. OLE color: 14650690.
HSL color Cylindrical-coordinate representation of color #428DDF: hue angle of 211.34º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428DDF is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 141 | 223 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.13 |
| HSL | 211.34º | 0.71% | 0.57% | - |
| HSV(B) | 211.34º | 0.7% | 0.87% | - |
| XYZ | 25.09 | 25.54 | 73.42 | - |
| YUV | 127.92 | 181.65 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 223 | 0.70 | 0.37 | 0 | 0.13 | 211.34 | 0.71 | 0.57 |
| Hex | 42 | 8D | DF | 46 | 25 | 0 | D | D3 | 47 | 39 |
| Octal | 102 | 215 | 337 | 106 | 45 | 0 | 15 | 323 | 107 | 71 |
| Binary | 1000010 | 10001101 | 11011111 | 1000110 | 100101 | 0 | 1101 | 11010011 | 1000111 | 111001 |
Color Harmonies of #428DDF
Complementary color
Monochromatic Colors of #428DDF
Black with #428DDF
Text Example
Text Example
White with #428DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DDF; }
p { color: rgb(66,141,223); }
H1.HeaderClassName
{
color: #428DDF;
}
.AnyTagClassName
{
color: #428DDF;
}
</style>
background-color css
<style>
a { background-color: #428DDF; }
a { background-color: rgb(66,141,223); }
div.DivClassName
{
background-color: #428DDF;
}
.BgClassName
{
background-color: #428DDF;
}
</style>
border-color css
<style>
span { border-color: #428DDF; }
span { border-color: rgb(66,141,223); }
td.TdClassName
{
border-color: #428DDF;
}
.TagClassName
{
border-color: #428DDF;
}
</style>