Shades of Cornflower Blue #428CEF
Tints of Cornflower Blue #428CEF
RGB
CMYK
RGB Variations
Color information
#428CEF (or 0x428CEF) is known color: Cornflower Blue. HEX triplet: 42, 8C and EF. RGB value is (66,140,239). Sum of RGB (Red+Green+Blue) = 66+140+239=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #428CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428CEF is #BD7310. Grayscale: #808080. Windows color (decimal): -12415761 or 15699010. OLE color: 15699010.
HSL color Cylindrical-coordinate representation of color #428CEF: hue angle of 214.34º 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 #428CEF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 140 | 239 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.06 |
| HSL | 214.34º | 0.84% | 0.6% | - |
| HSV(B) | 214.34º | 0.72% | 0.94% | - |
| XYZ | 27.2 | 26.15 | 85.27 | - |
| YUV | 129.16 | 189.98 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 239 | 0.72 | 0.41 | 0 | 0.06 | 214.34 | 0.84 | 0.6 |
| Hex | 42 | 8C | EF | 48 | 29 | 0 | 6 | D6 | 54 | 3C |
| Octal | 102 | 214 | 357 | 110 | 51 | 0 | 6 | 326 | 124 | 74 |
| Binary | 1000010 | 10001100 | 11101111 | 1001000 | 101001 | 0 | 110 | 11010110 | 1010100 | 111100 |
Color Harmonies of #428CEF
Complementary color
Monochromatic Colors of #428CEF
Black with #428CEF
Text Example
Text Example
White with #428CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CEF; }
p { color: rgb(66,140,239); }
H1.HeaderClassName
{
color: #428CEF;
}
.AnyTagClassName
{
color: #428CEF;
}
</style>
background-color css
<style>
a { background-color: #428CEF; }
a { background-color: rgb(66,140,239); }
div.DivClassName
{
background-color: #428CEF;
}
.BgClassName
{
background-color: #428CEF;
}
</style>
border-color css
<style>
span { border-color: #428CEF; }
span { border-color: rgb(66,140,239); }
td.TdClassName
{
border-color: #428CEF;
}
.TagClassName
{
border-color: #428CEF;
}
</style>