Shades of Cornflower Blue #4E7DFF
Tints of Cornflower Blue #4E7DFF
RGB
CMYK
RGB Variations
Color information
#4E7DFF (or 0x4E7DFF) is known color: Cornflower Blue. HEX triplet: 4E, 7D and FF. RGB value is (78,125,255). Sum of RGB (Red+Green+Blue) = 78+125+255=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E7DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7DFF is #B18200. Grayscale: #7D7D7D. Windows color (decimal): -11633153 or 16743758. OLE color: 16743758.
HSL color Cylindrical-coordinate representation of color #4E7DFF: hue angle of 224.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E7DFF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 125 | 255 | - |
| CMYK | 0.69 | 0.51 | 0 | 0 |
| HSL | 224.07º | 1% | 0.65% | - |
| HSV(B) | 224.07º | 0.69% | 1% | - |
| XYZ | 28.53 | 23.51 | 97.64 | - |
| YUV | 125.77 | 200.93 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 255 | 0.69 | 0.51 | 0 | 0 | 224.07 | 1 | 0.65 |
| Hex | 4E | 7D | FF | 45 | 33 | 0 | 0 | E0 | 64 | 41 |
| Octal | 116 | 175 | 377 | 105 | 63 | 0 | 0 | 340 | 144 | 101 |
| Binary | 1001110 | 1111101 | 11111111 | 1000101 | 110011 | 0 | 0 | 11100000 | 1100100 | 1000001 |
Color Harmonies of #4E7DFF
Complementary color
Monochromatic Colors of #4E7DFF
Black with #4E7DFF
Text Example
Text Example
White with #4E7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7DFF; }
p { color: rgb(78,125,255); }
H1.HeaderClassName
{
color: #4E7DFF;
}
.AnyTagClassName
{
color: #4E7DFF;
}
</style>
background-color css
<style>
a { background-color: #4E7DFF; }
a { background-color: rgb(78,125,255); }
div.DivClassName
{
background-color: #4E7DFF;
}
.BgClassName
{
background-color: #4E7DFF;
}
</style>
border-color css
<style>
span { border-color: #4E7DFF; }
span { border-color: rgb(78,125,255); }
td.TdClassName
{
border-color: #4E7DFF;
}
.TagClassName
{
border-color: #4E7DFF;
}
</style>