Shades of Cornflower Blue #4F8EFF
Tints of Cornflower Blue #4F8EFF
RGB
CMYK
RGB Variations
Color information
#4F8EFF (or 0x4F8EFF) is known color: Cornflower Blue. HEX triplet: 4F, 8E and FF. RGB value is (79,142,255). Sum of RGB (Red+Green+Blue) = 79+142+255=476 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.60% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8EFF is #B07100. Grayscale: #878787. Windows color (decimal): -11563265 or 16748111. OLE color: 16748111.
HSL color Cylindrical-coordinate representation of color #4F8EFF: hue angle of 218.52º 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 #4F8EFF is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 142 | 255 | - |
| CMYK | 0.69 | 0.44 | 0 | 0 |
| HSL | 218.52º | 1% | 0.65% | - |
| HSV(B) | 218.52º | 0.69% | 1% | - |
| XYZ | 30.95 | 28.23 | 98.43 | - |
| YUV | 136.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 142 | 255 | 0.69 | 0.44 | 0 | 0 | 218.52 | 1 | 0.65 |
| Hex | 4F | 8E | FF | 45 | 2C | 0 | 0 | DB | 64 | 41 |
| Octal | 117 | 216 | 377 | 105 | 54 | 0 | 0 | 333 | 144 | 101 |
| Binary | 1001111 | 10001110 | 11111111 | 1000101 | 101100 | 0 | 0 | 11011011 | 1100100 | 1000001 |
Color Harmonies of #4F8EFF
Complementary color
Monochromatic Colors of #4F8EFF
Black with #4F8EFF
Text Example
Text Example
White with #4F8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8EFF; }
p { color: rgb(79,142,255); }
H1.HeaderClassName
{
color: #4F8EFF;
}
.AnyTagClassName
{
color: #4F8EFF;
}
</style>
background-color css
<style>
a { background-color: #4F8EFF; }
a { background-color: rgb(79,142,255); }
div.DivClassName
{
background-color: #4F8EFF;
}
.BgClassName
{
background-color: #4F8EFF;
}
</style>
border-color css
<style>
span { border-color: #4F8EFF; }
span { border-color: rgb(79,142,255); }
td.TdClassName
{
border-color: #4F8EFF;
}
.TagClassName
{
border-color: #4F8EFF;
}
</style>