Shades of Cornflower Blue #4E7FFC
Tints of Cornflower Blue #4E7FFC
RGB
CMYK
RGB Variations
Color information
#4E7FFC (or 0x4E7FFC) is known color: Cornflower Blue. HEX triplet: 4E, 7F and FC. RGB value is (78,127,252). Sum of RGB (Red+Green+Blue) = 78+127+252=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7FFC is #B18003. Grayscale: #7E7E7E. Windows color (decimal): -11632644 or 16547662. OLE color: 16547662.
HSL color Cylindrical-coordinate representation of color #4E7FFC: hue angle of 223.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E7FFC is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 127 | 252 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.01 |
| HSL | 223.1º | 0.97% | 0.65% | - |
| HSV(B) | 223.1º | 0.69% | 0.99% | - |
| XYZ | 28.3 | 23.83 | 95.2 | - |
| YUV | 126.6 | 198.77 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 252 | 0.69 | 0.50 | 0 | 0.01 | 223.1 | 0.97 | 0.65 |
| Hex | 4E | 7F | FC | 45 | 32 | 0 | 1 | DF | 61 | 41 |
| Octal | 116 | 177 | 374 | 105 | 62 | 0 | 1 | 337 | 141 | 101 |
| Binary | 1001110 | 1111111 | 11111100 | 1000101 | 110010 | 0 | 1 | 11011111 | 1100001 | 1000001 |
Color Harmonies of #4E7FFC
Complementary color
Monochromatic Colors of #4E7FFC
Black with #4E7FFC
Text Example
Text Example
White with #4E7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7FFC; }
p { color: rgb(78,127,252); }
H1.HeaderClassName
{
color: #4E7FFC;
}
.AnyTagClassName
{
color: #4E7FFC;
}
</style>
background-color css
<style>
a { background-color: #4E7FFC; }
a { background-color: rgb(78,127,252); }
div.DivClassName
{
background-color: #4E7FFC;
}
.BgClassName
{
background-color: #4E7FFC;
}
</style>
border-color css
<style>
span { border-color: #4E7FFC; }
span { border-color: rgb(78,127,252); }
td.TdClassName
{
border-color: #4E7FFC;
}
.TagClassName
{
border-color: #4E7FFC;
}
</style>