Shades of Cornflower Blue #4F8EED
Tints of Cornflower Blue #4F8EED
RGB
CMYK
RGB Variations
Color information
#4F8EED (or 0x4F8EED) is known color: Cornflower Blue. HEX triplet: 4F, 8E and ED. RGB value is (79,142,237). Sum of RGB (Red+Green+Blue) = 79+142+237=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F8EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8EED is #B07112. Grayscale: #858585. Windows color (decimal): -11563283 or 15568463. OLE color: 15568463.
HSL color Cylindrical-coordinate representation of color #4F8EED: hue angle of 216.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F8EED is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 142 | 237 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.07 |
| HSL | 216.08º | 0.81% | 0.62% | - |
| HSV(B) | 216.08º | 0.67% | 0.93% | - |
| XYZ | 28.18 | 27.12 | 83.87 | - |
| YUV | 133.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 142 | 237 | 0.67 | 0.40 | 0 | 0.07 | 216.08 | 0.81 | 0.62 |
| Hex | 4F | 8E | ED | 43 | 28 | 0 | 7 | D8 | 51 | 3E |
| Octal | 117 | 216 | 355 | 103 | 50 | 0 | 7 | 330 | 121 | 76 |
| Binary | 1001111 | 10001110 | 11101101 | 1000011 | 101000 | 0 | 111 | 11011000 | 1010001 | 111110 |
Color Harmonies of #4F8EED
Complementary color
Monochromatic Colors of #4F8EED
Black with #4F8EED
Text Example
Text Example
White with #4F8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8EED; }
p { color: rgb(79,142,237); }
H1.HeaderClassName
{
color: #4F8EED;
}
.AnyTagClassName
{
color: #4F8EED;
}
</style>
background-color css
<style>
a { background-color: #4F8EED; }
a { background-color: rgb(79,142,237); }
div.DivClassName
{
background-color: #4F8EED;
}
.BgClassName
{
background-color: #4F8EED;
}
</style>
border-color css
<style>
span { border-color: #4F8EED; }
span { border-color: rgb(79,142,237); }
td.TdClassName
{
border-color: #4F8EED;
}
.TagClassName
{
border-color: #4F8EED;
}
</style>