Shades of Cornflower Blue #4FABFC
Tints of Cornflower Blue #4FABFC
RGB
CMYK
RGB Variations
Color information
#4FABFC (or 0x4FABFC) is known color: Cornflower Blue. HEX triplet: 4F, AB and FC. RGB value is (79,171,252). Sum of RGB (Red+Green+Blue) = 79+171+252=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FABFC is #B05403. Grayscale: #989898. Windows color (decimal): -11555844 or 16558927. OLE color: 16558927.
HSL color Cylindrical-coordinate representation of color #4FABFC: hue angle of 208.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FABFC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 171 | 252 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.01 |
| HSL | 208.09º | 0.97% | 0.65% | - |
| HSV(B) | 208.09º | 0.69% | 0.99% | - |
| XYZ | 35.36 | 37.82 | 97.53 | - |
| YUV | 152.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 252 | 0.69 | 0.32 | 0 | 0.01 | 208.09 | 0.97 | 0.65 |
| Hex | 4F | AB | FC | 45 | 20 | 0 | 1 | D0 | 61 | 41 |
| Octal | 117 | 253 | 374 | 105 | 40 | 0 | 1 | 320 | 141 | 101 |
| Binary | 1001111 | 10101011 | 11111100 | 1000101 | 100000 | 0 | 1 | 11010000 | 1100001 | 1000001 |
Color Harmonies of #4FABFC
Complementary color
Monochromatic Colors of #4FABFC
Black with #4FABFC
Text Example
Text Example
White with #4FABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABFC; }
p { color: rgb(79,171,252); }
H1.HeaderClassName
{
color: #4FABFC;
}
.AnyTagClassName
{
color: #4FABFC;
}
</style>
background-color css
<style>
a { background-color: #4FABFC; }
a { background-color: rgb(79,171,252); }
div.DivClassName
{
background-color: #4FABFC;
}
.BgClassName
{
background-color: #4FABFC;
}
</style>
border-color css
<style>
span { border-color: #4FABFC; }
span { border-color: rgb(79,171,252); }
td.TdClassName
{
border-color: #4FABFC;
}
.TagClassName
{
border-color: #4FABFC;
}
</style>