Shades of Cornflower Blue #4D86FC
Tints of Cornflower Blue #4D86FC
RGB
CMYK
RGB Variations
Color information
#4D86FC (or 0x4D86FC) is known color: Cornflower Blue. HEX triplet: 4D, 86 and FC. RGB value is (77,134,252). Sum of RGB (Red+Green+Blue) = 77+134+252=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D86FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D86FC is #B27903. Grayscale: #818181. Windows color (decimal): -11696388 or 16549453. OLE color: 16549453.
HSL color Cylindrical-coordinate representation of color #4D86FC: hue angle of 220.46º 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 #4D86FC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 134 | 252 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.01 |
| HSL | 220.46º | 0.97% | 0.65% | - |
| HSV(B) | 220.46º | 0.69% | 0.99% | - |
| XYZ | 29.16 | 25.66 | 95.51 | - |
| YUV | 130.41 | 196.62 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 252 | 0.69 | 0.47 | 0 | 0.01 | 220.46 | 0.97 | 0.65 |
| Hex | 4D | 86 | FC | 45 | 2F | 0 | 1 | DC | 61 | 41 |
| Octal | 115 | 206 | 374 | 105 | 57 | 0 | 1 | 334 | 141 | 101 |
| Binary | 1001101 | 10000110 | 11111100 | 1000101 | 101111 | 0 | 1 | 11011100 | 1100001 | 1000001 |
Color Harmonies of #4D86FC
Complementary color
Monochromatic Colors of #4D86FC
Black with #4D86FC
Text Example
Text Example
White with #4D86FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D86FC; }
p { color: rgb(77,134,252); }
H1.HeaderClassName
{
color: #4D86FC;
}
.AnyTagClassName
{
color: #4D86FC;
}
</style>
background-color css
<style>
a { background-color: #4D86FC; }
a { background-color: rgb(77,134,252); }
div.DivClassName
{
background-color: #4D86FC;
}
.BgClassName
{
background-color: #4D86FC;
}
</style>
border-color css
<style>
span { border-color: #4D86FC; }
span { border-color: rgb(77,134,252); }
td.TdClassName
{
border-color: #4D86FC;
}
.TagClassName
{
border-color: #4D86FC;
}
</style>