Shades of Picton Blue #428EDA
Tints of Picton Blue #428EDA
RGB
CMYK
RGB Variations
Color information
#428EDA (or 0x428EDA) is known color: Picton Blue. HEX triplet: 42, 8E and DA. RGB value is (66,142,218). Sum of RGB (Red+Green+Blue) = 66+142+218=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #428EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428EDA is #BD7125. Grayscale: #7F7F7F. Windows color (decimal): -12415270 or 14323266. OLE color: 14323266.
HSL color Cylindrical-coordinate representation of color #428EDA: hue angle of 210º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428EDA is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 142 | 218 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.15 |
| HSL | 210º | 0.67% | 0.56% | - |
| HSV(B) | 210º | 0.7% | 0.85% | - |
| XYZ | 24.57 | 25.57 | 69.97 | - |
| YUV | 127.94 | 178.82 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 218 | 0.70 | 0.35 | 0 | 0.15 | 210 | 0.67 | 0.56 |
| Hex | 42 | 8E | DA | 46 | 23 | 0 | F | D2 | 43 | 38 |
| Octal | 102 | 216 | 332 | 106 | 43 | 0 | 17 | 322 | 103 | 70 |
| Binary | 1000010 | 10001110 | 11011010 | 1000110 | 100011 | 0 | 1111 | 11010010 | 1000011 | 111000 |
Color Harmonies of #428EDA
Complementary color
Monochromatic Colors of #428EDA
Black with #428EDA
Text Example
Text Example
White with #428EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EDA; }
p { color: rgb(66,142,218); }
H1.HeaderClassName
{
color: #428EDA;
}
.AnyTagClassName
{
color: #428EDA;
}
</style>
background-color css
<style>
a { background-color: #428EDA; }
a { background-color: rgb(66,142,218); }
div.DivClassName
{
background-color: #428EDA;
}
.BgClassName
{
background-color: #428EDA;
}
</style>
border-color css
<style>
span { border-color: #428EDA; }
span { border-color: rgb(66,142,218); }
td.TdClassName
{
border-color: #428EDA;
}
.TagClassName
{
border-color: #428EDA;
}
</style>