Shades of Cornflower Blue #4F8BEF
Tints of Cornflower Blue #4F8BEF
RGB
CMYK
RGB Variations
Color information
#4F8BEF (or 0x4F8BEF) is known color: Cornflower Blue. HEX triplet: 4F, 8B and EF. RGB value is (79,139,239). Sum of RGB (Red+Green+Blue) = 79+139+239=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F8BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8BEF is #B07410. Grayscale: #848484. Windows color (decimal): -11564049 or 15698767. OLE color: 15698767.
HSL color Cylindrical-coordinate representation of color #4F8BEF: hue angle of 217.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F8BEF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 139 | 239 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.06 |
| HSL | 217.5º | 0.83% | 0.62% | - |
| HSV(B) | 217.5º | 0.67% | 0.94% | - |
| XYZ | 28.04 | 26.36 | 85.27 | - |
| YUV | 132.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 239 | 0.67 | 0.42 | 0 | 0.06 | 217.5 | 0.83 | 0.62 |
| Hex | 4F | 8B | EF | 43 | 2A | 0 | 6 | DA | 53 | 3E |
| Octal | 117 | 213 | 357 | 103 | 52 | 0 | 6 | 332 | 123 | 76 |
| Binary | 1001111 | 10001011 | 11101111 | 1000011 | 101010 | 0 | 110 | 11011010 | 1010011 | 111110 |
Color Harmonies of #4F8BEF
Complementary color
Monochromatic Colors of #4F8BEF
Black with #4F8BEF
Text Example
Text Example
White with #4F8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8BEF; }
p { color: rgb(79,139,239); }
H1.HeaderClassName
{
color: #4F8BEF;
}
.AnyTagClassName
{
color: #4F8BEF;
}
</style>
background-color css
<style>
a { background-color: #4F8BEF; }
a { background-color: rgb(79,139,239); }
div.DivClassName
{
background-color: #4F8BEF;
}
.BgClassName
{
background-color: #4F8BEF;
}
</style>
border-color css
<style>
span { border-color: #4F8BEF; }
span { border-color: rgb(79,139,239); }
td.TdClassName
{
border-color: #4F8BEF;
}
.TagClassName
{
border-color: #4F8BEF;
}
</style>