Shades of Cornflower Blue #4D8DFA
Tints of Cornflower Blue #4D8DFA
RGB
CMYK
RGB Variations
Color information
#4D8DFA (or 0x4D8DFA) is known color: Cornflower Blue. HEX triplet: 4D, 8D and FA. RGB value is (77,141,250). Sum of RGB (Red+Green+Blue) = 77+141+250=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D8DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8DFA is #B27205. Grayscale: #858585. Windows color (decimal): -11694598 or 16420173. OLE color: 16420173.
HSL color Cylindrical-coordinate representation of color #4D8DFA: hue angle of 217.8º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D8DFA is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 141 | 250 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.02 |
| HSL | 217.8º | 0.95% | 0.64% | - |
| HSV(B) | 217.8º | 0.69% | 0.98% | - |
| XYZ | 29.84 | 27.53 | 94.18 | - |
| YUV | 134.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 141 | 250 | 0.69 | 0.44 | 0 | 0.02 | 217.8 | 0.95 | 0.64 |
| Hex | 4D | 8D | FA | 45 | 2C | 0 | 2 | DA | 5F | 40 |
| Octal | 115 | 215 | 372 | 105 | 54 | 0 | 2 | 332 | 137 | 100 |
| Binary | 1001101 | 10001101 | 11111010 | 1000101 | 101100 | 0 | 10 | 11011010 | 1011111 | 1000000 |
Color Harmonies of #4D8DFA
Complementary color
Monochromatic Colors of #4D8DFA
Black with #4D8DFA
Text Example
Text Example
White with #4D8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8DFA; }
p { color: rgb(77,141,250); }
H1.HeaderClassName
{
color: #4D8DFA;
}
.AnyTagClassName
{
color: #4D8DFA;
}
</style>
background-color css
<style>
a { background-color: #4D8DFA; }
a { background-color: rgb(77,141,250); }
div.DivClassName
{
background-color: #4D8DFA;
}
.BgClassName
{
background-color: #4D8DFA;
}
</style>
border-color css
<style>
span { border-color: #4D8DFA; }
span { border-color: rgb(77,141,250); }
td.TdClassName
{
border-color: #4D8DFA;
}
.TagClassName
{
border-color: #4D8DFA;
}
</style>