Shades of Cornflower Blue #4F86FE
Tints of Cornflower Blue #4F86FE
RGB
CMYK
RGB Variations
Color information
#4F86FE (or 0x4F86FE) is known color: Cornflower Blue. HEX triplet: 4F, 86 and FE. RGB value is (79,134,254). Sum of RGB (Red+Green+Blue) = 79+134+254=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F86FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F86FE is #B07901. Grayscale: #828282. Windows color (decimal): -11565314 or 16680527. OLE color: 16680527.
HSL color Cylindrical-coordinate representation of color #4F86FE: hue angle of 221.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F86FE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 134 | 254 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.00 |
| HSL | 221.14º | 0.99% | 0.65% | - |
| HSV(B) | 221.14º | 0.69% | 1% | - |
| XYZ | 29.64 | 25.87 | 97.2 | - |
| YUV | 131.24 | 197.28 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 134 | 254 | 0.69 | 0.47 | 0 | 0.00 | 221.14 | 0.99 | 0.65 |
| Hex | 4F | 86 | FE | 45 | 2F | 0 | 0 | DD | 63 | 41 |
| Octal | 117 | 206 | 376 | 105 | 57 | 0 | 0 | 335 | 143 | 101 |
| Binary | 1001111 | 10000110 | 11111110 | 1000101 | 101111 | 0 | 0 | 11011101 | 1100011 | 1000001 |
Color Harmonies of #4F86FE
Complementary color
Monochromatic Colors of #4F86FE
Black with #4F86FE
Text Example
Text Example
White with #4F86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F86FE; }
p { color: rgb(79,134,254); }
H1.HeaderClassName
{
color: #4F86FE;
}
.AnyTagClassName
{
color: #4F86FE;
}
</style>
background-color css
<style>
a { background-color: #4F86FE; }
a { background-color: rgb(79,134,254); }
div.DivClassName
{
background-color: #4F86FE;
}
.BgClassName
{
background-color: #4F86FE;
}
</style>
border-color css
<style>
span { border-color: #4F86FE; }
span { border-color: rgb(79,134,254); }
td.TdClassName
{
border-color: #4F86FE;
}
.TagClassName
{
border-color: #4F86FE;
}
</style>