Shades of Cornflower Blue #428FF0
Tints of Cornflower Blue #428FF0
RGB
CMYK
RGB Variations
Color information
#428FF0 (or 0x428FF0) is known color: Cornflower Blue. HEX triplet: 42, 8F and F0. RGB value is (66,143,240). Sum of RGB (Red+Green+Blue) = 66+143+240=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #428FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428FF0 is #BD700F. Grayscale: #828282. Windows color (decimal): -12414992 or 15765314. OLE color: 15765314.
HSL color Cylindrical-coordinate representation of color #428FF0: hue angle of 213.45º 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 #428FF0 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 143 | 240 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.06 |
| HSL | 213.45º | 0.85% | 0.6% | - |
| HSV(B) | 213.45º | 0.73% | 0.94% | - |
| XYZ | 27.8 | 27.09 | 86.2 | - |
| YUV | 131.04 | 189.49 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 240 | 0.72 | 0.40 | 0 | 0.06 | 213.45 | 0.85 | 0.6 |
| Hex | 42 | 8F | F0 | 48 | 28 | 0 | 6 | D5 | 55 | 3C |
| Octal | 102 | 217 | 360 | 110 | 50 | 0 | 6 | 325 | 125 | 74 |
| Binary | 1000010 | 10001111 | 11110000 | 1001000 | 101000 | 0 | 110 | 11010101 | 1010101 | 111100 |
Color Harmonies of #428FF0
Complementary color
Monochromatic Colors of #428FF0
Black with #428FF0
Text Example
Text Example
White with #428FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FF0; }
p { color: rgb(66,143,240); }
H1.HeaderClassName
{
color: #428FF0;
}
.AnyTagClassName
{
color: #428FF0;
}
</style>
background-color css
<style>
a { background-color: #428FF0; }
a { background-color: rgb(66,143,240); }
div.DivClassName
{
background-color: #428FF0;
}
.BgClassName
{
background-color: #428FF0;
}
</style>
border-color css
<style>
span { border-color: #428FF0; }
span { border-color: rgb(66,143,240); }
td.TdClassName
{
border-color: #428FF0;
}
.TagClassName
{
border-color: #428FF0;
}
</style>