Shades of Cornflower Blue #4A8DFA
Tints of Cornflower Blue #4A8DFA
RGB
CMYK
RGB Variations
Color information
#4A8DFA (or 0x4A8DFA) is known color: Cornflower Blue. HEX triplet: 4A, 8D and FA. RGB value is (74,141,250). Sum of RGB (Red+Green+Blue) = 74+141+250=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A8DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8DFA is #B57205. Grayscale: #848484. Windows color (decimal): -11891206 or 16420170. OLE color: 16420170.
HSL color Cylindrical-coordinate representation of color #4A8DFA: hue angle of 217.16º 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 #4A8DFA is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 141 | 250 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.02 |
| HSL | 217.16º | 0.95% | 0.64% | - |
| HSV(B) | 217.16º | 0.7% | 0.98% | - |
| XYZ | 29.6 | 27.41 | 94.17 | - |
| YUV | 133.39 | 193.8 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 250 | 0.70 | 0.44 | 0 | 0.02 | 217.16 | 0.95 | 0.64 |
| Hex | 4A | 8D | FA | 46 | 2C | 0 | 2 | D9 | 5F | 40 |
| Octal | 112 | 215 | 372 | 106 | 54 | 0 | 2 | 331 | 137 | 100 |
| Binary | 1001010 | 10001101 | 11111010 | 1000110 | 101100 | 0 | 10 | 11011001 | 1011111 | 1000000 |
Color Harmonies of #4A8DFA
Complementary color
Monochromatic Colors of #4A8DFA
Black with #4A8DFA
Text Example
Text Example
White with #4A8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8DFA; }
p { color: rgb(74,141,250); }
H1.HeaderClassName
{
color: #4A8DFA;
}
.AnyTagClassName
{
color: #4A8DFA;
}
</style>
background-color css
<style>
a { background-color: #4A8DFA; }
a { background-color: rgb(74,141,250); }
div.DivClassName
{
background-color: #4A8DFA;
}
.BgClassName
{
background-color: #4A8DFA;
}
</style>
border-color css
<style>
span { border-color: #4A8DFA; }
span { border-color: rgb(74,141,250); }
td.TdClassName
{
border-color: #4A8DFA;
}
.TagClassName
{
border-color: #4A8DFA;
}
</style>