Shades of Cornflower Blue #428CEA
Tints of Cornflower Blue #428CEA
RGB
CMYK
RGB Variations
Color information
#428CEA (or 0x428CEA) is known color: Cornflower Blue. HEX triplet: 42, 8C and EA. RGB value is (66,140,234). Sum of RGB (Red+Green+Blue) = 66+140+234=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #428CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428CEA is #BD7315. Grayscale: #808080. Windows color (decimal): -12415766 or 15371330. OLE color: 15371330.
HSL color Cylindrical-coordinate representation of color #428CEA: hue angle of 213.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428CEA is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 140 | 234 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.08 |
| HSL | 213.57º | 0.8% | 0.59% | - |
| HSV(B) | 213.57º | 0.72% | 0.92% | - |
| XYZ | 26.48 | 25.85 | 81.44 | - |
| YUV | 128.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 234 | 0.72 | 0.40 | 0 | 0.08 | 213.57 | 0.8 | 0.59 |
| Hex | 42 | 8C | EA | 48 | 28 | 0 | 8 | D6 | 50 | 3B |
| Octal | 102 | 214 | 352 | 110 | 50 | 0 | 10 | 326 | 120 | 73 |
| Binary | 1000010 | 10001100 | 11101010 | 1001000 | 101000 | 0 | 1000 | 11010110 | 1010000 | 111011 |
Color Harmonies of #428CEA
Complementary color
Monochromatic Colors of #428CEA
Black with #428CEA
Text Example
Text Example
White with #428CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CEA; }
p { color: rgb(66,140,234); }
H1.HeaderClassName
{
color: #428CEA;
}
.AnyTagClassName
{
color: #428CEA;
}
</style>
background-color css
<style>
a { background-color: #428CEA; }
a { background-color: rgb(66,140,234); }
div.DivClassName
{
background-color: #428CEA;
}
.BgClassName
{
background-color: #428CEA;
}
</style>
border-color css
<style>
span { border-color: #428CEA; }
span { border-color: rgb(66,140,234); }
td.TdClassName
{
border-color: #428CEA;
}
.TagClassName
{
border-color: #428CEA;
}
</style>