Shades of Cornflower Blue #4FA5FD
Tints of Cornflower Blue #4FA5FD
RGB
CMYK
RGB Variations
Color information
#4FA5FD (or 0x4FA5FD) is known color: Cornflower Blue. HEX triplet: 4F, A5 and FD. RGB value is (79,165,253). Sum of RGB (Red+Green+Blue) = 79+165+253=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA5FD is #B05A02. Grayscale: #949494. Windows color (decimal): -11557379 or 16622927. OLE color: 16622927.
HSL color Cylindrical-coordinate representation of color #4FA5FD: hue angle of 210.34º 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 #4FA5FD is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 165 | 253 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.01 |
| HSL | 210.34º | 0.98% | 0.65% | - |
| HSV(B) | 210.34º | 0.69% | 0.99% | - |
| XYZ | 34.41 | 35.66 | 98 | - |
| YUV | 149.32 | 186.51 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 253 | 0.69 | 0.35 | 0 | 0.01 | 210.34 | 0.98 | 0.65 |
| Hex | 4F | A5 | FD | 45 | 23 | 0 | 1 | D2 | 62 | 41 |
| Octal | 117 | 245 | 375 | 105 | 43 | 0 | 1 | 322 | 142 | 101 |
| Binary | 1001111 | 10100101 | 11111101 | 1000101 | 100011 | 0 | 1 | 11010010 | 1100010 | 1000001 |
Color Harmonies of #4FA5FD
Complementary color
Monochromatic Colors of #4FA5FD
Black with #4FA5FD
Text Example
Text Example
White with #4FA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA5FD; }
p { color: rgb(79,165,253); }
H1.HeaderClassName
{
color: #4FA5FD;
}
.AnyTagClassName
{
color: #4FA5FD;
}
</style>
background-color css
<style>
a { background-color: #4FA5FD; }
a { background-color: rgb(79,165,253); }
div.DivClassName
{
background-color: #4FA5FD;
}
.BgClassName
{
background-color: #4FA5FD;
}
</style>
border-color css
<style>
span { border-color: #4FA5FD; }
span { border-color: rgb(79,165,253); }
td.TdClassName
{
border-color: #4FA5FD;
}
.TagClassName
{
border-color: #4FA5FD;
}
</style>