Shades of Cornflower Blue #4E98FE
Tints of Cornflower Blue #4E98FE
RGB
CMYK
RGB Variations
Color information
#4E98FE (or 0x4E98FE) is known color: Cornflower Blue. HEX triplet: 4E, 98 and FE. RGB value is (78,152,254). Sum of RGB (Red+Green+Blue) = 78+152+254=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E98FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E98FE is #B16701. Grayscale: #8D8D8D. Windows color (decimal): -11626242 or 16685134. OLE color: 16685134.
HSL color Cylindrical-coordinate representation of color #4E98FE: hue angle of 214.77º 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 #4E98FE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 152 | 254 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.00 |
| HSL | 214.77º | 0.99% | 0.65% | - |
| HSV(B) | 214.77º | 0.69% | 1% | - |
| XYZ | 32.26 | 31.23 | 98.09 | - |
| YUV | 141.5 | 191.48 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 254 | 0.69 | 0.40 | 0 | 0.00 | 214.77 | 0.99 | 0.65 |
| Hex | 4E | 98 | FE | 45 | 28 | 0 | 0 | D7 | 63 | 41 |
| Octal | 116 | 230 | 376 | 105 | 50 | 0 | 0 | 327 | 143 | 101 |
| Binary | 1001110 | 10011000 | 11111110 | 1000101 | 101000 | 0 | 0 | 11010111 | 1100011 | 1000001 |
Color Harmonies of #4E98FE
Complementary color
Monochromatic Colors of #4E98FE
Black with #4E98FE
Text Example
Text Example
White with #4E98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E98FE; }
p { color: rgb(78,152,254); }
H1.HeaderClassName
{
color: #4E98FE;
}
.AnyTagClassName
{
color: #4E98FE;
}
</style>
background-color css
<style>
a { background-color: #4E98FE; }
a { background-color: rgb(78,152,254); }
div.DivClassName
{
background-color: #4E98FE;
}
.BgClassName
{
background-color: #4E98FE;
}
</style>
border-color css
<style>
span { border-color: #4E98FE; }
span { border-color: rgb(78,152,254); }
td.TdClassName
{
border-color: #4E98FE;
}
.TagClassName
{
border-color: #4E98FE;
}
</style>