Shades of Cornflower Blue #4FA2FA
Tints of Cornflower Blue #4FA2FA
RGB
CMYK
RGB Variations
Color information
#4FA2FA (or 0x4FA2FA) is known color: Cornflower Blue. HEX triplet: 4F, A2 and FA. RGB value is (79,162,250). Sum of RGB (Red+Green+Blue) = 79+162+250=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA2FA is #B05D05. Grayscale: #929292. Windows color (decimal): -11558150 or 16425551. OLE color: 16425551.
HSL color Cylindrical-coordinate representation of color #4FA2FA: hue angle of 210.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FA2FA is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 162 | 250 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.02 |
| HSL | 210.88º | 0.94% | 0.65% | - |
| HSV(B) | 210.88º | 0.68% | 0.98% | - |
| XYZ | 33.4 | 34.41 | 95.32 | - |
| YUV | 147.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 250 | 0.68 | 0.35 | 0 | 0.02 | 210.88 | 0.94 | 0.65 |
| Hex | 4F | A2 | FA | 44 | 23 | 0 | 2 | D3 | 5E | 41 |
| Octal | 117 | 242 | 372 | 104 | 43 | 0 | 2 | 323 | 136 | 101 |
| Binary | 1001111 | 10100010 | 11111010 | 1000100 | 100011 | 0 | 10 | 11010011 | 1011110 | 1000001 |
Color Harmonies of #4FA2FA
Complementary color
Monochromatic Colors of #4FA2FA
Black with #4FA2FA
Text Example
Text Example
White with #4FA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2FA; }
p { color: rgb(79,162,250); }
H1.HeaderClassName
{
color: #4FA2FA;
}
.AnyTagClassName
{
color: #4FA2FA;
}
</style>
background-color css
<style>
a { background-color: #4FA2FA; }
a { background-color: rgb(79,162,250); }
div.DivClassName
{
background-color: #4FA2FA;
}
.BgClassName
{
background-color: #4FA2FA;
}
</style>
border-color css
<style>
span { border-color: #4FA2FA; }
span { border-color: rgb(79,162,250); }
td.TdClassName
{
border-color: #4FA2FA;
}
.TagClassName
{
border-color: #4FA2FA;
}
</style>