Shades of Cornflower Blue #4D8FFA
Tints of Cornflower Blue #4D8FFA
RGB
CMYK
RGB Variations
Color information
#4D8FFA (or 0x4D8FFA) is known color: Cornflower Blue. HEX triplet: 4D, 8F and FA. RGB value is (77,143,250). Sum of RGB (Red+Green+Blue) = 77+143+250=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D8FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8FFA is #B27005. Grayscale: #868686. Windows color (decimal): -11694086 or 16420685. OLE color: 16420685.
HSL color Cylindrical-coordinate representation of color #4D8FFA: hue angle of 217.11º 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 #4D8FFA is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 143 | 250 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.02 |
| HSL | 217.11º | 0.95% | 0.64% | - |
| HSV(B) | 217.11º | 0.69% | 0.98% | - |
| XYZ | 30.14 | 28.12 | 94.28 | - |
| YUV | 135.46 | 192.63 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 250 | 0.69 | 0.43 | 0 | 0.02 | 217.11 | 0.95 | 0.64 |
| Hex | 4D | 8F | FA | 45 | 2B | 0 | 2 | D9 | 5F | 40 |
| Octal | 115 | 217 | 372 | 105 | 53 | 0 | 2 | 331 | 137 | 100 |
| Binary | 1001101 | 10001111 | 11111010 | 1000101 | 101011 | 0 | 10 | 11011001 | 1011111 | 1000000 |
Color Harmonies of #4D8FFA
Complementary color
Monochromatic Colors of #4D8FFA
Black with #4D8FFA
Text Example
Text Example
White with #4D8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8FFA; }
p { color: rgb(77,143,250); }
H1.HeaderClassName
{
color: #4D8FFA;
}
.AnyTagClassName
{
color: #4D8FFA;
}
</style>
background-color css
<style>
a { background-color: #4D8FFA; }
a { background-color: rgb(77,143,250); }
div.DivClassName
{
background-color: #4D8FFA;
}
.BgClassName
{
background-color: #4D8FFA;
}
</style>
border-color css
<style>
span { border-color: #4D8FFA; }
span { border-color: rgb(77,143,250); }
td.TdClassName
{
border-color: #4D8FFA;
}
.TagClassName
{
border-color: #4D8FFA;
}
</style>