Shades of Cornflower Blue #4D8DFC
Tints of Cornflower Blue #4D8DFC
RGB
CMYK
RGB Variations
Color information
#4D8DFC (or 0x4D8DFC) is known color: Cornflower Blue. HEX triplet: 4D, 8D and FC. RGB value is (77,141,252). Sum of RGB (Red+Green+Blue) = 77+141+252=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D8DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8DFC is #B27203. Grayscale: #868686. Windows color (decimal): -11694596 or 16551245. OLE color: 16551245.
HSL color Cylindrical-coordinate representation of color #4D8DFC: hue angle of 218.06º 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 #4D8DFC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 141 | 252 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.01 |
| HSL | 218.06º | 0.97% | 0.65% | - |
| HSV(B) | 218.06º | 0.69% | 0.99% | - |
| XYZ | 30.16 | 27.66 | 95.84 | - |
| YUV | 134.52 | 194.3 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 141 | 252 | 0.69 | 0.44 | 0 | 0.01 | 218.06 | 0.97 | 0.65 |
| Hex | 4D | 8D | FC | 45 | 2C | 0 | 1 | DA | 61 | 41 |
| Octal | 115 | 215 | 374 | 105 | 54 | 0 | 1 | 332 | 141 | 101 |
| Binary | 1001101 | 10001101 | 11111100 | 1000101 | 101100 | 0 | 1 | 11011010 | 1100001 | 1000001 |
Color Harmonies of #4D8DFC
Complementary color
Monochromatic Colors of #4D8DFC
Black with #4D8DFC
Text Example
Text Example
White with #4D8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8DFC; }
p { color: rgb(77,141,252); }
H1.HeaderClassName
{
color: #4D8DFC;
}
.AnyTagClassName
{
color: #4D8DFC;
}
</style>
background-color css
<style>
a { background-color: #4D8DFC; }
a { background-color: rgb(77,141,252); }
div.DivClassName
{
background-color: #4D8DFC;
}
.BgClassName
{
background-color: #4D8DFC;
}
</style>
border-color css
<style>
span { border-color: #4D8DFC; }
span { border-color: rgb(77,141,252); }
td.TdClassName
{
border-color: #4D8DFC;
}
.TagClassName
{
border-color: #4D8DFC;
}
</style>