Shades of Cornflower Blue #428EE8
Tints of Cornflower Blue #428EE8
RGB
CMYK
RGB Variations
Color information
#428EE8 (or 0x428EE8) is known color: Cornflower Blue. HEX triplet: 42, 8E and E8. RGB value is (66,142,232). Sum of RGB (Red+Green+Blue) = 66+142+232=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #428EE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428EE8 is #BD7117. Grayscale: #818181. Windows color (decimal): -12415256 or 15240770. OLE color: 15240770.
HSL color Cylindrical-coordinate representation of color #428EE8: hue angle of 212.53º 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 #428EE8 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 142 | 232 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.09 |
| HSL | 212.53º | 0.78% | 0.58% | - |
| HSV(B) | 212.53º | 0.72% | 0.91% | - |
| XYZ | 26.49 | 26.33 | 80.03 | - |
| YUV | 129.54 | 185.82 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 232 | 0.72 | 0.39 | 0 | 0.09 | 212.53 | 0.78 | 0.58 |
| Hex | 42 | 8E | E8 | 48 | 27 | 0 | 9 | D5 | 4E | 3A |
| Octal | 102 | 216 | 350 | 110 | 47 | 0 | 11 | 325 | 116 | 72 |
| Binary | 1000010 | 10001110 | 11101000 | 1001000 | 100111 | 0 | 1001 | 11010101 | 1001110 | 111010 |
Color Harmonies of #428EE8
Complementary color
Monochromatic Colors of #428EE8
Black with #428EE8
Text Example
Text Example
White with #428EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EE8; }
p { color: rgb(66,142,232); }
H1.HeaderClassName
{
color: #428EE8;
}
.AnyTagClassName
{
color: #428EE8;
}
</style>
background-color css
<style>
a { background-color: #428EE8; }
a { background-color: rgb(66,142,232); }
div.DivClassName
{
background-color: #428EE8;
}
.BgClassName
{
background-color: #428EE8;
}
</style>
border-color css
<style>
span { border-color: #428EE8; }
span { border-color: rgb(66,142,232); }
td.TdClassName
{
border-color: #428EE8;
}
.TagClassName
{
border-color: #428EE8;
}
</style>