Shades of Cornflower Blue #4F8CFC
Tints of Cornflower Blue #4F8CFC
RGB
CMYK
RGB Variations
Color information
#4F8CFC (or 0x4F8CFC) is known color: Cornflower Blue. HEX triplet: 4F, 8C and FC. RGB value is (79,140,252). Sum of RGB (Red+Green+Blue) = 79+140+252=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F8CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8CFC is #B07303. Grayscale: #868686. Windows color (decimal): -11563780 or 16550991. OLE color: 16550991.
HSL color Cylindrical-coordinate representation of color #4F8CFC: hue angle of 218.84º 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 #4F8CFC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 140 | 252 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.01 |
| HSL | 218.84º | 0.97% | 0.65% | - |
| HSV(B) | 218.84º | 0.69% | 0.99% | - |
| XYZ | 30.17 | 27.45 | 95.8 | - |
| YUV | 134.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 252 | 0.69 | 0.44 | 0 | 0.01 | 218.84 | 0.97 | 0.65 |
| Hex | 4F | 8C | FC | 45 | 2C | 0 | 1 | DB | 61 | 41 |
| Octal | 117 | 214 | 374 | 105 | 54 | 0 | 1 | 333 | 141 | 101 |
| Binary | 1001111 | 10001100 | 11111100 | 1000101 | 101100 | 0 | 1 | 11011011 | 1100001 | 1000001 |
Color Harmonies of #4F8CFC
Complementary color
Monochromatic Colors of #4F8CFC
Black with #4F8CFC
Text Example
Text Example
White with #4F8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8CFC; }
p { color: rgb(79,140,252); }
H1.HeaderClassName
{
color: #4F8CFC;
}
.AnyTagClassName
{
color: #4F8CFC;
}
</style>
background-color css
<style>
a { background-color: #4F8CFC; }
a { background-color: rgb(79,140,252); }
div.DivClassName
{
background-color: #4F8CFC;
}
.BgClassName
{
background-color: #4F8CFC;
}
</style>
border-color css
<style>
span { border-color: #4F8CFC; }
span { border-color: rgb(79,140,252); }
td.TdClassName
{
border-color: #4F8CFC;
}
.TagClassName
{
border-color: #4F8CFC;
}
</style>