Shades of Cornflower Blue #4FAAFD
Tints of Cornflower Blue #4FAAFD
RGB
CMYK
RGB Variations
Color information
#4FAAFD (or 0x4FAAFD) is known color: Cornflower Blue. HEX triplet: 4F, AA and FD. RGB value is (79,170,253). Sum of RGB (Red+Green+Blue) = 79+170+253=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAFD is #B05502. Grayscale: #979797. Windows color (decimal): -11556099 or 16624207. OLE color: 16624207.
HSL color Cylindrical-coordinate representation of color #4FAAFD: hue angle of 208.62º degrees, saturation: 0.98, 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 #4FAAFD is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 170 | 253 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.01 |
| HSL | 208.62º | 0.98% | 0.65% | - |
| HSV(B) | 208.62º | 0.69% | 0.99% | - |
| XYZ | 35.33 | 37.5 | 98.31 | - |
| YUV | 152.25 | 184.85 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 253 | 0.69 | 0.33 | 0 | 0.01 | 208.62 | 0.98 | 0.65 |
| Hex | 4F | AA | FD | 45 | 21 | 0 | 1 | D1 | 62 | 41 |
| Octal | 117 | 252 | 375 | 105 | 41 | 0 | 1 | 321 | 142 | 101 |
| Binary | 1001111 | 10101010 | 11111101 | 1000101 | 100001 | 0 | 1 | 11010001 | 1100010 | 1000001 |
Color Harmonies of #4FAAFD
Complementary color
Monochromatic Colors of #4FAAFD
Black with #4FAAFD
Text Example
Text Example
White with #4FAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAFD; }
p { color: rgb(79,170,253); }
H1.HeaderClassName
{
color: #4FAAFD;
}
.AnyTagClassName
{
color: #4FAAFD;
}
</style>
background-color css
<style>
a { background-color: #4FAAFD; }
a { background-color: rgb(79,170,253); }
div.DivClassName
{
background-color: #4FAAFD;
}
.BgClassName
{
background-color: #4FAAFD;
}
</style>
border-color css
<style>
span { border-color: #4FAAFD; }
span { border-color: rgb(79,170,253); }
td.TdClassName
{
border-color: #4FAAFD;
}
.TagClassName
{
border-color: #4FAAFD;
}
</style>