Shades of Cornflower Blue #4F8CE0
Tints of Cornflower Blue #4F8CE0
RGB
CMYK
RGB Variations
Color information
#4F8CE0 (or 0x4F8CE0) is known color: Cornflower Blue. HEX triplet: 4F, 8C and E0. RGB value is (79,140,224). Sum of RGB (Red+Green+Blue) = 79+140+224=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F8CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8CE0 is #B0731F. Grayscale: #828282. Windows color (decimal): -11563808 or 14715983. OLE color: 14715983.
HSL color Cylindrical-coordinate representation of color #4F8CE0: hue angle of 214.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F8CE0 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 140 | 224 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.12 |
| HSL | 214.76º | 0.7% | 0.59% | - |
| HSV(B) | 214.76º | 0.65% | 0.88% | - |
| XYZ | 26.06 | 25.8 | 74.13 | - |
| YUV | 131.34 | 180.29 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 224 | 0.65 | 0.38 | 0 | 0.12 | 214.76 | 0.7 | 0.59 |
| Hex | 4F | 8C | E0 | 41 | 26 | 0 | C | D7 | 46 | 3B |
| Octal | 117 | 214 | 340 | 101 | 46 | 0 | 14 | 327 | 106 | 73 |
| Binary | 1001111 | 10001100 | 11100000 | 1000001 | 100110 | 0 | 1100 | 11010111 | 1000110 | 111011 |
Color Harmonies of #4F8CE0
Complementary color
Monochromatic Colors of #4F8CE0
Black with #4F8CE0
Text Example
Text Example
White with #4F8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8CE0; }
p { color: rgb(79,140,224); }
H1.HeaderClassName
{
color: #4F8CE0;
}
.AnyTagClassName
{
color: #4F8CE0;
}
</style>
background-color css
<style>
a { background-color: #4F8CE0; }
a { background-color: rgb(79,140,224); }
div.DivClassName
{
background-color: #4F8CE0;
}
.BgClassName
{
background-color: #4F8CE0;
}
</style>
border-color css
<style>
span { border-color: #4F8CE0; }
span { border-color: rgb(79,140,224); }
td.TdClassName
{
border-color: #4F8CE0;
}
.TagClassName
{
border-color: #4F8CE0;
}
</style>