Shades of Cornflower Blue #428CE8
Tints of Cornflower Blue #428CE8
RGB
CMYK
RGB Variations
Color information
#428CE8 (or 0x428CE8) is known color: Cornflower Blue. HEX triplet: 42, 8C and E8. RGB value is (66,140,232). Sum of RGB (Red+Green+Blue) = 66+140+232=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #428CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428CE8 is #BD7317. Grayscale: #7F7F7F. Windows color (decimal): -12415768 or 15240258. OLE color: 15240258.
HSL color Cylindrical-coordinate representation of color #428CE8: hue angle of 213.25º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428CE8 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 140 | 232 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.09 |
| HSL | 213.25º | 0.78% | 0.58% | - |
| HSV(B) | 213.25º | 0.72% | 0.91% | - |
| XYZ | 26.19 | 25.74 | 79.93 | - |
| YUV | 128.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 232 | 0.72 | 0.40 | 0 | 0.09 | 213.25 | 0.78 | 0.58 |
| Hex | 42 | 8C | E8 | 48 | 28 | 0 | 9 | D5 | 4E | 3A |
| Octal | 102 | 214 | 350 | 110 | 50 | 0 | 11 | 325 | 116 | 72 |
| Binary | 1000010 | 10001100 | 11101000 | 1001000 | 101000 | 0 | 1001 | 11010101 | 1001110 | 111010 |
Color Harmonies of #428CE8
Complementary color
Monochromatic Colors of #428CE8
Black with #428CE8
Text Example
Text Example
White with #428CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CE8; }
p { color: rgb(66,140,232); }
H1.HeaderClassName
{
color: #428CE8;
}
.AnyTagClassName
{
color: #428CE8;
}
</style>
background-color css
<style>
a { background-color: #428CE8; }
a { background-color: rgb(66,140,232); }
div.DivClassName
{
background-color: #428CE8;
}
.BgClassName
{
background-color: #428CE8;
}
</style>
border-color css
<style>
span { border-color: #428CE8; }
span { border-color: rgb(66,140,232); }
td.TdClassName
{
border-color: #428CE8;
}
.TagClassName
{
border-color: #428CE8;
}
</style>