Shades of Cornflower Blue #428DF0
Tints of Cornflower Blue #428DF0
RGB
CMYK
RGB Variations
Color information
#428DF0 (or 0x428DF0) is known color: Cornflower Blue. HEX triplet: 42, 8D and F0. RGB value is (66,141,240). Sum of RGB (Red+Green+Blue) = 66+141+240=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #428DF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428DF0 is #BD720F. Grayscale: #818181. Windows color (decimal): -12415504 or 15764802. OLE color: 15764802.
HSL color Cylindrical-coordinate representation of color #428DF0: hue angle of 214.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428DF0 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 141 | 240 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.06 |
| HSL | 214.14º | 0.85% | 0.6% | - |
| HSV(B) | 214.14º | 0.73% | 0.94% | - |
| XYZ | 27.5 | 26.5 | 86.1 | - |
| YUV | 129.86 | 190.15 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 240 | 0.72 | 0.41 | 0 | 0.06 | 214.14 | 0.85 | 0.6 |
| Hex | 42 | 8D | F0 | 48 | 29 | 0 | 6 | D6 | 55 | 3C |
| Octal | 102 | 215 | 360 | 110 | 51 | 0 | 6 | 326 | 125 | 74 |
| Binary | 1000010 | 10001101 | 11110000 | 1001000 | 101001 | 0 | 110 | 11010110 | 1010101 | 111100 |
Color Harmonies of #428DF0
Complementary color
Monochromatic Colors of #428DF0
Black with #428DF0
Text Example
Text Example
White with #428DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DF0; }
p { color: rgb(66,141,240); }
H1.HeaderClassName
{
color: #428DF0;
}
.AnyTagClassName
{
color: #428DF0;
}
</style>
background-color css
<style>
a { background-color: #428DF0; }
a { background-color: rgb(66,141,240); }
div.DivClassName
{
background-color: #428DF0;
}
.BgClassName
{
background-color: #428DF0;
}
</style>
border-color css
<style>
span { border-color: #428DF0; }
span { border-color: rgb(66,141,240); }
td.TdClassName
{
border-color: #428DF0;
}
.TagClassName
{
border-color: #428DF0;
}
</style>