Shades of Cornflower Blue #428EEF
Tints of Cornflower Blue #428EEF
RGB
CMYK
RGB Variations
Color information
#428EEF (or 0x428EEF) is known color: Cornflower Blue. HEX triplet: 42, 8E and EF. RGB value is (66,142,239). Sum of RGB (Red+Green+Blue) = 66+142+239=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #428EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428EEF is #BD7110. Grayscale: #818181. Windows color (decimal): -12415249 or 15699522. OLE color: 15699522.
HSL color Cylindrical-coordinate representation of color #428EEF: hue angle of 213.64º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428EEF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 142 | 239 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.06 |
| HSL | 213.64º | 0.84% | 0.6% | - |
| HSV(B) | 213.64º | 0.72% | 0.94% | - |
| XYZ | 27.5 | 26.74 | 85.37 | - |
| YUV | 130.33 | 189.32 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 239 | 0.72 | 0.41 | 0 | 0.06 | 213.64 | 0.84 | 0.6 |
| Hex | 42 | 8E | EF | 48 | 29 | 0 | 6 | D6 | 54 | 3C |
| Octal | 102 | 216 | 357 | 110 | 51 | 0 | 6 | 326 | 124 | 74 |
| Binary | 1000010 | 10001110 | 11101111 | 1001000 | 101001 | 0 | 110 | 11010110 | 1010100 | 111100 |
Color Harmonies of #428EEF
Complementary color
Monochromatic Colors of #428EEF
Black with #428EEF
Text Example
Text Example
White with #428EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EEF; }
p { color: rgb(66,142,239); }
H1.HeaderClassName
{
color: #428EEF;
}
.AnyTagClassName
{
color: #428EEF;
}
</style>
background-color css
<style>
a { background-color: #428EEF; }
a { background-color: rgb(66,142,239); }
div.DivClassName
{
background-color: #428EEF;
}
.BgClassName
{
background-color: #428EEF;
}
</style>
border-color css
<style>
span { border-color: #428EEF; }
span { border-color: rgb(66,142,239); }
td.TdClassName
{
border-color: #428EEF;
}
.TagClassName
{
border-color: #428EEF;
}
</style>