Shades of Cornflower Blue #4D80FE
Tints of Cornflower Blue #4D80FE
RGB
CMYK
RGB Variations
Color information
#4D80FE (or 0x4D80FE) is known color: Cornflower Blue. HEX triplet: 4D, 80 and FE. RGB value is (77,128,254). Sum of RGB (Red+Green+Blue) = 77+128+254=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D80FE is #B27F01. Grayscale: #7E7E7E. Windows color (decimal): -11697922 or 16678989. OLE color: 16678989.
HSL color Cylindrical-coordinate representation of color #4D80FE: hue angle of 222.71º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D80FE is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 128 | 254 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.00 |
| HSL | 222.71º | 0.99% | 0.65% | - |
| HSV(B) | 222.71º | 0.7% | 1% | - |
| XYZ | 28.67 | 24.17 | 96.92 | - |
| YUV | 127.12 | 199.6 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 254 | 0.70 | 0.50 | 0 | 0.00 | 222.71 | 0.99 | 0.65 |
| Hex | 4D | 80 | FE | 46 | 32 | 0 | 0 | DF | 63 | 41 |
| Octal | 115 | 200 | 376 | 106 | 62 | 0 | 0 | 337 | 143 | 101 |
| Binary | 1001101 | 10000000 | 11111110 | 1000110 | 110010 | 0 | 0 | 11011111 | 1100011 | 1000001 |
Color Harmonies of #4D80FE
Complementary color
Monochromatic Colors of #4D80FE
Black with #4D80FE
Text Example
Text Example
White with #4D80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D80FE; }
p { color: rgb(77,128,254); }
H1.HeaderClassName
{
color: #4D80FE;
}
.AnyTagClassName
{
color: #4D80FE;
}
</style>
background-color css
<style>
a { background-color: #4D80FE; }
a { background-color: rgb(77,128,254); }
div.DivClassName
{
background-color: #4D80FE;
}
.BgClassName
{
background-color: #4D80FE;
}
</style>
border-color css
<style>
span { border-color: #4D80FE; }
span { border-color: rgb(77,128,254); }
td.TdClassName
{
border-color: #4D80FE;
}
.TagClassName
{
border-color: #4D80FE;
}
</style>