Shades of Cornflower Blue #4D8AFC
Tints of Cornflower Blue #4D8AFC
RGB
CMYK
RGB Variations
Color information
#4D8AFC (or 0x4D8AFC) is known color: Cornflower Blue. HEX triplet: 4D, 8A and FC. RGB value is (77,138,252). Sum of RGB (Red+Green+Blue) = 77+138+252=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D8AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8AFC is #B27503. Grayscale: #848484. Windows color (decimal): -11695364 or 16550477. OLE color: 16550477.
HSL color Cylindrical-coordinate representation of color #4D8AFC: hue angle of 219.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D8AFC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 138 | 252 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.01 |
| HSL | 219.09º | 0.97% | 0.65% | - |
| HSV(B) | 219.09º | 0.69% | 0.99% | - |
| XYZ | 29.72 | 26.78 | 95.7 | - |
| YUV | 132.76 | 195.29 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 252 | 0.69 | 0.45 | 0 | 0.01 | 219.09 | 0.97 | 0.65 |
| Hex | 4D | 8A | FC | 45 | 2D | 0 | 1 | DB | 61 | 41 |
| Octal | 115 | 212 | 374 | 105 | 55 | 0 | 1 | 333 | 141 | 101 |
| Binary | 1001101 | 10001010 | 11111100 | 1000101 | 101101 | 0 | 1 | 11011011 | 1100001 | 1000001 |
Color Harmonies of #4D8AFC
Complementary color
Monochromatic Colors of #4D8AFC
Black with #4D8AFC
Text Example
Text Example
White with #4D8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8AFC; }
p { color: rgb(77,138,252); }
H1.HeaderClassName
{
color: #4D8AFC;
}
.AnyTagClassName
{
color: #4D8AFC;
}
</style>
background-color css
<style>
a { background-color: #4D8AFC; }
a { background-color: rgb(77,138,252); }
div.DivClassName
{
background-color: #4D8AFC;
}
.BgClassName
{
background-color: #4D8AFC;
}
</style>
border-color css
<style>
span { border-color: #4D8AFC; }
span { border-color: rgb(77,138,252); }
td.TdClassName
{
border-color: #4D8AFC;
}
.TagClassName
{
border-color: #4D8AFC;
}
</style>