Shades of Cornflower Blue #4FA2FE
Tints of Cornflower Blue #4FA2FE
RGB
CMYK
RGB Variations
Color information
#4FA2FE (or 0x4FA2FE) is known color: Cornflower Blue. HEX triplet: 4F, A2 and FE. RGB value is (79,162,254). Sum of RGB (Red+Green+Blue) = 79+162+254=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA2FE is #B05D01. Grayscale: #939393. Windows color (decimal): -11558146 or 16687695. OLE color: 16687695.
HSL color Cylindrical-coordinate representation of color #4FA2FE: hue angle of 211.54º 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 #4FA2FE is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 162 | 254 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.00 |
| HSL | 211.54º | 0.99% | 0.65% | - |
| HSV(B) | 211.54º | 0.69% | 1% | - |
| XYZ | 34.03 | 34.66 | 98.66 | - |
| YUV | 147.67 | 188 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 254 | 0.69 | 0.36 | 0 | 0.00 | 211.54 | 0.99 | 0.65 |
| Hex | 4F | A2 | FE | 45 | 24 | 0 | 0 | D4 | 63 | 41 |
| Octal | 117 | 242 | 376 | 105 | 44 | 0 | 0 | 324 | 143 | 101 |
| Binary | 1001111 | 10100010 | 11111110 | 1000101 | 100100 | 0 | 0 | 11010100 | 1100011 | 1000001 |
Color Harmonies of #4FA2FE
Complementary color
Monochromatic Colors of #4FA2FE
Black with #4FA2FE
Text Example
Text Example
White with #4FA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2FE; }
p { color: rgb(79,162,254); }
H1.HeaderClassName
{
color: #4FA2FE;
}
.AnyTagClassName
{
color: #4FA2FE;
}
</style>
background-color css
<style>
a { background-color: #4FA2FE; }
a { background-color: rgb(79,162,254); }
div.DivClassName
{
background-color: #4FA2FE;
}
.BgClassName
{
background-color: #4FA2FE;
}
</style>
border-color css
<style>
span { border-color: #4FA2FE; }
span { border-color: rgb(79,162,254); }
td.TdClassName
{
border-color: #4FA2FE;
}
.TagClassName
{
border-color: #4FA2FE;
}
</style>