Shades of Cornflower Blue #4F84FE
Tints of Cornflower Blue #4F84FE
RGB
CMYK
RGB Variations
Color information
#4F84FE (or 0x4F84FE) is known color: Cornflower Blue. HEX triplet: 4F, 84 and FE. RGB value is (79,132,254). Sum of RGB (Red+Green+Blue) = 79+132+254=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F84FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F84FE is #B07B01. Grayscale: #818181. Windows color (decimal): -11565826 or 16680015. OLE color: 16680015.
HSL color Cylindrical-coordinate representation of color #4F84FE: hue angle of 221.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F84FE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 132 | 254 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.00 |
| HSL | 221.83º | 0.99% | 0.65% | - |
| HSV(B) | 221.83º | 0.69% | 1% | - |
| XYZ | 29.37 | 25.32 | 97.11 | - |
| YUV | 130.06 | 197.94 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 254 | 0.69 | 0.48 | 0 | 0.00 | 221.83 | 0.99 | 0.65 |
| Hex | 4F | 84 | FE | 45 | 30 | 0 | 0 | DE | 63 | 41 |
| Octal | 117 | 204 | 376 | 105 | 60 | 0 | 0 | 336 | 143 | 101 |
| Binary | 1001111 | 10000100 | 11111110 | 1000101 | 110000 | 0 | 0 | 11011110 | 1100011 | 1000001 |
Color Harmonies of #4F84FE
Complementary color
Monochromatic Colors of #4F84FE
Black with #4F84FE
Text Example
Text Example
White with #4F84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F84FE; }
p { color: rgb(79,132,254); }
H1.HeaderClassName
{
color: #4F84FE;
}
.AnyTagClassName
{
color: #4F84FE;
}
</style>
background-color css
<style>
a { background-color: #4F84FE; }
a { background-color: rgb(79,132,254); }
div.DivClassName
{
background-color: #4F84FE;
}
.BgClassName
{
background-color: #4F84FE;
}
</style>
border-color css
<style>
span { border-color: #4F84FE; }
span { border-color: rgb(79,132,254); }
td.TdClassName
{
border-color: #4F84FE;
}
.TagClassName
{
border-color: #4F84FE;
}
</style>