Shades of Cornflower Blue #4E96FE
Tints of Cornflower Blue #4E96FE
RGB
CMYK
RGB Variations
Color information
#4E96FE (or 0x4E96FE) is known color: Cornflower Blue. HEX triplet: 4E, 96 and FE. RGB value is (78,150,254). Sum of RGB (Red+Green+Blue) = 78+150+254=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E96FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E96FE is #B16901. Grayscale: #8B8B8B. Windows color (decimal): -11626754 or 16684622. OLE color: 16684622.
HSL color Cylindrical-coordinate representation of color #4E96FE: hue angle of 215.45º 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 #4E96FE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 150 | 254 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.00 |
| HSL | 215.45º | 0.99% | 0.65% | - |
| HSV(B) | 215.45º | 0.69% | 1% | - |
| XYZ | 31.94 | 30.59 | 97.99 | - |
| YUV | 140.33 | 192.15 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 254 | 0.69 | 0.41 | 0 | 0.00 | 215.45 | 0.99 | 0.65 |
| Hex | 4E | 96 | FE | 45 | 29 | 0 | 0 | D7 | 63 | 41 |
| Octal | 116 | 226 | 376 | 105 | 51 | 0 | 0 | 327 | 143 | 101 |
| Binary | 1001110 | 10010110 | 11111110 | 1000101 | 101001 | 0 | 0 | 11010111 | 1100011 | 1000001 |
Color Harmonies of #4E96FE
Complementary color
Monochromatic Colors of #4E96FE
Black with #4E96FE
Text Example
Text Example
White with #4E96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E96FE; }
p { color: rgb(78,150,254); }
H1.HeaderClassName
{
color: #4E96FE;
}
.AnyTagClassName
{
color: #4E96FE;
}
</style>
background-color css
<style>
a { background-color: #4E96FE; }
a { background-color: rgb(78,150,254); }
div.DivClassName
{
background-color: #4E96FE;
}
.BgClassName
{
background-color: #4E96FE;
}
</style>
border-color css
<style>
span { border-color: #4E96FE; }
span { border-color: rgb(78,150,254); }
td.TdClassName
{
border-color: #4E96FE;
}
.TagClassName
{
border-color: #4E96FE;
}
</style>