Shades of Cornflower Blue #428CE9
Tints of Cornflower Blue #428CE9
RGB
CMYK
RGB Variations
Color information
#428CE9 (or 0x428CE9) is known color: Cornflower Blue. HEX triplet: 42, 8C and E9. RGB value is (66,140,233). Sum of RGB (Red+Green+Blue) = 66+140+233=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #428CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428CE9 is #BD7316. Grayscale: #808080. Windows color (decimal): -12415767 or 15305794. OLE color: 15305794.
HSL color Cylindrical-coordinate representation of color #428CE9: hue angle of 213.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428CE9 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 140 | 233 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.09 |
| HSL | 213.41º | 0.79% | 0.59% | - |
| HSV(B) | 213.41º | 0.72% | 0.91% | - |
| XYZ | 26.33 | 25.8 | 80.68 | - |
| YUV | 128.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 233 | 0.72 | 0.40 | 0 | 0.09 | 213.41 | 0.79 | 0.59 |
| Hex | 42 | 8C | E9 | 48 | 28 | 0 | 9 | D5 | 4F | 3B |
| Octal | 102 | 214 | 351 | 110 | 50 | 0 | 11 | 325 | 117 | 73 |
| Binary | 1000010 | 10001100 | 11101001 | 1001000 | 101000 | 0 | 1001 | 11010101 | 1001111 | 111011 |
Color Harmonies of #428CE9
Complementary color
Monochromatic Colors of #428CE9
Black with #428CE9
Text Example
Text Example
White with #428CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CE9; }
p { color: rgb(66,140,233); }
H1.HeaderClassName
{
color: #428CE9;
}
.AnyTagClassName
{
color: #428CE9;
}
</style>
background-color css
<style>
a { background-color: #428CE9; }
a { background-color: rgb(66,140,233); }
div.DivClassName
{
background-color: #428CE9;
}
.BgClassName
{
background-color: #428CE9;
}
</style>
border-color css
<style>
span { border-color: #428CE9; }
span { border-color: rgb(66,140,233); }
td.TdClassName
{
border-color: #428CE9;
}
.TagClassName
{
border-color: #428CE9;
}
</style>