Shades of Cornflower Blue #4D7FFA
Tints of Cornflower Blue #4D7FFA
RGB
CMYK
RGB Variations
Color information
#4D7FFA (or 0x4D7FFA) is known color: Cornflower Blue. HEX triplet: 4D, 7F and FA. RGB value is (77,127,250). Sum of RGB (Red+Green+Blue) = 77+127+250=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7FFA is #B28005. Grayscale: #7D7D7D. Windows color (decimal): -11698182 or 16416589. OLE color: 16416589.
HSL color Cylindrical-coordinate representation of color #4D7FFA: hue angle of 222.66º 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 #4D7FFA is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 127 | 250 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.02 |
| HSL | 222.66º | 0.95% | 0.64% | - |
| HSV(B) | 222.66º | 0.69% | 0.98% | - |
| XYZ | 27.91 | 23.66 | 93.54 | - |
| YUV | 126.07 | 197.94 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 250 | 0.69 | 0.49 | 0 | 0.02 | 222.66 | 0.95 | 0.64 |
| Hex | 4D | 7F | FA | 45 | 31 | 0 | 2 | DF | 5F | 40 |
| Octal | 115 | 177 | 372 | 105 | 61 | 0 | 2 | 337 | 137 | 100 |
| Binary | 1001101 | 1111111 | 11111010 | 1000101 | 110001 | 0 | 10 | 11011111 | 1011111 | 1000000 |
Color Harmonies of #4D7FFA
Complementary color
Monochromatic Colors of #4D7FFA
Black with #4D7FFA
Text Example
Text Example
White with #4D7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7FFA; }
p { color: rgb(77,127,250); }
H1.HeaderClassName
{
color: #4D7FFA;
}
.AnyTagClassName
{
color: #4D7FFA;
}
</style>
background-color css
<style>
a { background-color: #4D7FFA; }
a { background-color: rgb(77,127,250); }
div.DivClassName
{
background-color: #4D7FFA;
}
.BgClassName
{
background-color: #4D7FFA;
}
</style>
border-color css
<style>
span { border-color: #4D7FFA; }
span { border-color: rgb(77,127,250); }
td.TdClassName
{
border-color: #4D7FFA;
}
.TagClassName
{
border-color: #4D7FFA;
}
</style>