Shades of Cornflower Blue #4D8EFF
Tints of Cornflower Blue #4D8EFF
RGB
CMYK
RGB Variations
Color information
#4D8EFF (or 0x4D8EFF) is known color: Cornflower Blue. HEX triplet: 4D, 8E and FF. RGB value is (77,142,255). Sum of RGB (Red+Green+Blue) = 77+142+255=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8EFF is #B27100. Grayscale: #868686. Windows color (decimal): -11694337 or 16748109. OLE color: 16748109.
HSL color Cylindrical-coordinate representation of color #4D8EFF: hue angle of 218.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D8EFF is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 142 | 255 | - |
| CMYK | 0.70 | 0.44 | 0 | 0 |
| HSL | 218.09º | 1% | 0.65% | - |
| HSV(B) | 218.09º | 0.7% | 1% | - |
| XYZ | 30.78 | 28.14 | 98.42 | - |
| YUV | 135.45 | 195.47 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 142 | 255 | 0.70 | 0.44 | 0 | 0 | 218.09 | 1 | 0.65 |
| Hex | 4D | 8E | FF | 46 | 2C | 0 | 0 | DA | 64 | 41 |
| Octal | 115 | 216 | 377 | 106 | 54 | 0 | 0 | 332 | 144 | 101 |
| Binary | 1001101 | 10001110 | 11111111 | 1000110 | 101100 | 0 | 0 | 11011010 | 1100100 | 1000001 |
Color Harmonies of #4D8EFF
Complementary color
Monochromatic Colors of #4D8EFF
Black with #4D8EFF
Text Example
Text Example
White with #4D8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8EFF; }
p { color: rgb(77,142,255); }
H1.HeaderClassName
{
color: #4D8EFF;
}
.AnyTagClassName
{
color: #4D8EFF;
}
</style>
background-color css
<style>
a { background-color: #4D8EFF; }
a { background-color: rgb(77,142,255); }
div.DivClassName
{
background-color: #4D8EFF;
}
.BgClassName
{
background-color: #4D8EFF;
}
</style>
border-color css
<style>
span { border-color: #4D8EFF; }
span { border-color: rgb(77,142,255); }
td.TdClassName
{
border-color: #4D8EFF;
}
.TagClassName
{
border-color: #4D8EFF;
}
</style>