Shades of Cornflower Blue #4F8BFF
Tints of Cornflower Blue #4F8BFF
RGB
CMYK
RGB Variations
Color information
#4F8BFF (or 0x4F8BFF) is known color: Cornflower Blue. HEX triplet: 4F, 8B and FF. RGB value is (79,139,255). Sum of RGB (Red+Green+Blue) = 79+139+255=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F8BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8BFF is #B07400. Grayscale: #858585. Windows color (decimal): -11564033 or 16747343. OLE color: 16747343.
HSL color Cylindrical-coordinate representation of color #4F8BFF: hue angle of 219.55º 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 #4F8BFF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 139 | 255 | - |
| CMYK | 0.69 | 0.45 | 0 | 0 |
| HSL | 219.55º | 1% | 0.65% | - |
| HSV(B) | 219.55º | 0.69% | 1% | - |
| XYZ | 30.51 | 27.35 | 98.28 | - |
| YUV | 134.28 | 196.12 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 255 | 0.69 | 0.45 | 0 | 0 | 219.55 | 1 | 0.65 |
| Hex | 4F | 8B | FF | 45 | 2D | 0 | 0 | DC | 64 | 41 |
| Octal | 117 | 213 | 377 | 105 | 55 | 0 | 0 | 334 | 144 | 101 |
| Binary | 1001111 | 10001011 | 11111111 | 1000101 | 101101 | 0 | 0 | 11011100 | 1100100 | 1000001 |
Color Harmonies of #4F8BFF
Complementary color
Monochromatic Colors of #4F8BFF
Black with #4F8BFF
Text Example
Text Example
White with #4F8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8BFF; }
p { color: rgb(79,139,255); }
H1.HeaderClassName
{
color: #4F8BFF;
}
.AnyTagClassName
{
color: #4F8BFF;
}
</style>
background-color css
<style>
a { background-color: #4F8BFF; }
a { background-color: rgb(79,139,255); }
div.DivClassName
{
background-color: #4F8BFF;
}
.BgClassName
{
background-color: #4F8BFF;
}
</style>
border-color css
<style>
span { border-color: #4F8BFF; }
span { border-color: rgb(79,139,255); }
td.TdClassName
{
border-color: #4F8BFF;
}
.TagClassName
{
border-color: #4F8BFF;
}
</style>