Shades of Cornflower Blue #4FA0FF
Tints of Cornflower Blue #4FA0FF
RGB
CMYK
RGB Variations
Color information
#4FA0FF (or 0x4FA0FF) is known color: Cornflower Blue. HEX triplet: 4F, A0 and FF. RGB value is (79,160,255). Sum of RGB (Red+Green+Blue) = 79+160+255=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA0FF is #B05F00. Grayscale: #929292. Windows color (decimal): -11558657 or 16752719. OLE color: 16752719.
HSL color Cylindrical-coordinate representation of color #4FA0FF: hue angle of 212.39º 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 #4FA0FF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 160 | 255 | - |
| CMYK | 0.69 | 0.37 | 0 | 0 |
| HSL | 212.39º | 1% | 0.65% | - |
| HSV(B) | 212.39º | 0.69% | 1% | - |
| XYZ | 33.85 | 34.02 | 99.39 | - |
| YUV | 146.61 | 189.16 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 255 | 0.69 | 0.37 | 0 | 0 | 212.39 | 1 | 0.65 |
| Hex | 4F | A0 | FF | 45 | 25 | 0 | 0 | D4 | 64 | 41 |
| Octal | 117 | 240 | 377 | 105 | 45 | 0 | 0 | 324 | 144 | 101 |
| Binary | 1001111 | 10100000 | 11111111 | 1000101 | 100101 | 0 | 0 | 11010100 | 1100100 | 1000001 |
Color Harmonies of #4FA0FF
Complementary color
Monochromatic Colors of #4FA0FF
Black with #4FA0FF
Text Example
Text Example
White with #4FA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA0FF; }
p { color: rgb(79,160,255); }
H1.HeaderClassName
{
color: #4FA0FF;
}
.AnyTagClassName
{
color: #4FA0FF;
}
</style>
background-color css
<style>
a { background-color: #4FA0FF; }
a { background-color: rgb(79,160,255); }
div.DivClassName
{
background-color: #4FA0FF;
}
.BgClassName
{
background-color: #4FA0FF;
}
</style>
border-color css
<style>
span { border-color: #4FA0FF; }
span { border-color: rgb(79,160,255); }
td.TdClassName
{
border-color: #4FA0FF;
}
.TagClassName
{
border-color: #4FA0FF;
}
</style>