Shades of Picton Blue #428CDF
Tints of Picton Blue #428CDF
RGB
CMYK
RGB Variations
Color information
#428CDF (or 0x428CDF) is known color: Picton Blue. HEX triplet: 42, 8C and DF. RGB value is (66,140,223). Sum of RGB (Red+Green+Blue) = 66+140+223=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #428CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CDF is #BD7320. Grayscale: #7E7E7E. Windows color (decimal): -12415777 or 14650434. OLE color: 14650434.
HSL color Cylindrical-coordinate representation of color #428CDF: hue angle of 211.72º 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 #428CDF is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 140 | 223 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.13 |
| HSL | 211.72º | 0.71% | 0.57% | - |
| HSV(B) | 211.72º | 0.7% | 0.87% | - |
| XYZ | 24.94 | 25.24 | 73.37 | - |
| YUV | 127.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 223 | 0.70 | 0.37 | 0 | 0.13 | 211.72 | 0.71 | 0.57 |
| Hex | 42 | 8C | DF | 46 | 25 | 0 | D | D4 | 47 | 39 |
| Octal | 102 | 214 | 337 | 106 | 45 | 0 | 15 | 324 | 107 | 71 |
| Binary | 1000010 | 10001100 | 11011111 | 1000110 | 100101 | 0 | 1101 | 11010100 | 1000111 | 111001 |
Color Harmonies of #428CDF
Complementary color
Monochromatic Colors of #428CDF
Black with #428CDF
Text Example
Text Example
White with #428CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CDF; }
p { color: rgb(66,140,223); }
H1.HeaderClassName
{
color: #428CDF;
}
.AnyTagClassName
{
color: #428CDF;
}
</style>
background-color css
<style>
a { background-color: #428CDF; }
a { background-color: rgb(66,140,223); }
div.DivClassName
{
background-color: #428CDF;
}
.BgClassName
{
background-color: #428CDF;
}
</style>
border-color css
<style>
span { border-color: #428CDF; }
span { border-color: rgb(66,140,223); }
td.TdClassName
{
border-color: #428CDF;
}
.TagClassName
{
border-color: #428CDF;
}
</style>