Shades of Cornflower Blue #428CEE
Tints of Cornflower Blue #428CEE
RGB
CMYK
RGB Variations
Color information
#428CEE (or 0x428CEE) is known color: Cornflower Blue. HEX triplet: 42, 8C and EE. RGB value is (66,140,238). Sum of RGB (Red+Green+Blue) = 66+140+238=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #428CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428CEE is #BD7311. Grayscale: #808080. Windows color (decimal): -12415762 or 15633474. OLE color: 15633474.
HSL color Cylindrical-coordinate representation of color #428CEE: hue angle of 214.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428CEE is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 140 | 238 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.07 |
| HSL | 214.19º | 0.83% | 0.6% | - |
| HSV(B) | 214.19º | 0.72% | 0.93% | - |
| XYZ | 27.06 | 26.09 | 84.5 | - |
| YUV | 129.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 238 | 0.72 | 0.41 | 0 | 0.07 | 214.19 | 0.83 | 0.6 |
| Hex | 42 | 8C | EE | 48 | 29 | 0 | 7 | D6 | 53 | 3C |
| Octal | 102 | 214 | 356 | 110 | 51 | 0 | 7 | 326 | 123 | 74 |
| Binary | 1000010 | 10001100 | 11101110 | 1001000 | 101001 | 0 | 111 | 11010110 | 1010011 | 111100 |
Color Harmonies of #428CEE
Complementary color
Monochromatic Colors of #428CEE
Black with #428CEE
Text Example
Text Example
White with #428CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CEE; }
p { color: rgb(66,140,238); }
H1.HeaderClassName
{
color: #428CEE;
}
.AnyTagClassName
{
color: #428CEE;
}
</style>
background-color css
<style>
a { background-color: #428CEE; }
a { background-color: rgb(66,140,238); }
div.DivClassName
{
background-color: #428CEE;
}
.BgClassName
{
background-color: #428CEE;
}
</style>
border-color css
<style>
span { border-color: #428CEE; }
span { border-color: rgb(66,140,238); }
td.TdClassName
{
border-color: #428CEE;
}
.TagClassName
{
border-color: #428CEE;
}
</style>