Shades of Cornflower Blue #4C8DFA
Tints of Cornflower Blue #4C8DFA
RGB
CMYK
RGB Variations
Color information
#4C8DFA (or 0x4C8DFA) is known color: Cornflower Blue. HEX triplet: 4C, 8D and FA. RGB value is (76,141,250). Sum of RGB (Red+Green+Blue) = 76+141+250=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C8DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8DFA is #B37205. Grayscale: #858585. Windows color (decimal): -11760134 or 16420172. OLE color: 16420172.
HSL color Cylindrical-coordinate representation of color #4C8DFA: hue angle of 217.59º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C8DFA is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 141 | 250 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.02 |
| HSL | 217.59º | 0.95% | 0.64% | - |
| HSV(B) | 217.59º | 0.7% | 0.98% | - |
| XYZ | 29.76 | 27.49 | 94.18 | - |
| YUV | 133.99 | 193.47 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 250 | 0.70 | 0.44 | 0 | 0.02 | 217.59 | 0.95 | 0.64 |
| Hex | 4C | 8D | FA | 46 | 2C | 0 | 2 | DA | 5F | 40 |
| Octal | 114 | 215 | 372 | 106 | 54 | 0 | 2 | 332 | 137 | 100 |
| Binary | 1001100 | 10001101 | 11111010 | 1000110 | 101100 | 0 | 10 | 11011010 | 1011111 | 1000000 |
Color Harmonies of #4C8DFA
Complementary color
Monochromatic Colors of #4C8DFA
Black with #4C8DFA
Text Example
Text Example
White with #4C8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DFA; }
p { color: rgb(76,141,250); }
H1.HeaderClassName
{
color: #4C8DFA;
}
.AnyTagClassName
{
color: #4C8DFA;
}
</style>
background-color css
<style>
a { background-color: #4C8DFA; }
a { background-color: rgb(76,141,250); }
div.DivClassName
{
background-color: #4C8DFA;
}
.BgClassName
{
background-color: #4C8DFA;
}
</style>
border-color css
<style>
span { border-color: #4C8DFA; }
span { border-color: rgb(76,141,250); }
td.TdClassName
{
border-color: #4C8DFA;
}
.TagClassName
{
border-color: #4C8DFA;
}
</style>