Shades of Cornflower Blue #4F8CFF
Tints of Cornflower Blue #4F8CFF
RGB
CMYK
RGB Variations
Color information
#4F8CFF (or 0x4F8CFF) is known color: Cornflower Blue. HEX triplet: 4F, 8C and FF. RGB value is (79,140,255). Sum of RGB (Red+Green+Blue) = 79+140+255=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F8CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8CFF is #B07300. Grayscale: #868686. Windows color (decimal): -11563777 or 16747599. OLE color: 16747599.
HSL color Cylindrical-coordinate representation of color #4F8CFF: hue angle of 219.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F8CFF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 140 | 255 | - |
| CMYK | 0.69 | 0.45 | 0 | 0 |
| HSL | 219.2º | 1% | 0.65% | - |
| HSV(B) | 219.2º | 0.69% | 1% | - |
| XYZ | 30.65 | 27.64 | 98.33 | - |
| YUV | 134.87 | 195.79 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 255 | 0.69 | 0.45 | 0 | 0 | 219.2 | 1 | 0.65 |
| Hex | 4F | 8C | FF | 45 | 2D | 0 | 0 | DB | 64 | 41 |
| Octal | 117 | 214 | 377 | 105 | 55 | 0 | 0 | 333 | 144 | 101 |
| Binary | 1001111 | 10001100 | 11111111 | 1000101 | 101101 | 0 | 0 | 11011011 | 1100100 | 1000001 |
Color Harmonies of #4F8CFF
Complementary color
Monochromatic Colors of #4F8CFF
Black with #4F8CFF
Text Example
Text Example
White with #4F8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8CFF; }
p { color: rgb(79,140,255); }
H1.HeaderClassName
{
color: #4F8CFF;
}
.AnyTagClassName
{
color: #4F8CFF;
}
</style>
background-color css
<style>
a { background-color: #4F8CFF; }
a { background-color: rgb(79,140,255); }
div.DivClassName
{
background-color: #4F8CFF;
}
.BgClassName
{
background-color: #4F8CFF;
}
</style>
border-color css
<style>
span { border-color: #4F8CFF; }
span { border-color: rgb(79,140,255); }
td.TdClassName
{
border-color: #4F8CFF;
}
.TagClassName
{
border-color: #4F8CFF;
}
</style>