Shades of Cornflower Blue #4E8CFE
Tints of Cornflower Blue #4E8CFE
RGB
CMYK
RGB Variations
Color information
#4E8CFE (or 0x4E8CFE) is known color: Cornflower Blue. HEX triplet: 4E, 8C and FE. RGB value is (78,140,254). Sum of RGB (Red+Green+Blue) = 78+140+254=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E8CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E8CFE is #B17301. Grayscale: #858585. Windows color (decimal): -11629314 or 16682062. OLE color: 16682062.
HSL color Cylindrical-coordinate representation of color #4E8CFE: hue angle of 218.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E8CFE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 140 | 254 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.00 |
| HSL | 218.86º | 0.99% | 0.65% | - |
| HSV(B) | 218.86º | 0.69% | 1% | - |
| XYZ | 30.41 | 27.53 | 97.48 | - |
| YUV | 134.46 | 195.46 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 254 | 0.69 | 0.45 | 0 | 0.00 | 218.86 | 0.99 | 0.65 |
| Hex | 4E | 8C | FE | 45 | 2D | 0 | 0 | DB | 63 | 41 |
| Octal | 116 | 214 | 376 | 105 | 55 | 0 | 0 | 333 | 143 | 101 |
| Binary | 1001110 | 10001100 | 11111110 | 1000101 | 101101 | 0 | 0 | 11011011 | 1100011 | 1000001 |
Color Harmonies of #4E8CFE
Complementary color
Monochromatic Colors of #4E8CFE
Black with #4E8CFE
Text Example
Text Example
White with #4E8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CFE; }
p { color: rgb(78,140,254); }
H1.HeaderClassName
{
color: #4E8CFE;
}
.AnyTagClassName
{
color: #4E8CFE;
}
</style>
background-color css
<style>
a { background-color: #4E8CFE; }
a { background-color: rgb(78,140,254); }
div.DivClassName
{
background-color: #4E8CFE;
}
.BgClassName
{
background-color: #4E8CFE;
}
</style>
border-color css
<style>
span { border-color: #4E8CFE; }
span { border-color: rgb(78,140,254); }
td.TdClassName
{
border-color: #4E8CFE;
}
.TagClassName
{
border-color: #4E8CFE;
}
</style>