Shades of Cornflower Blue #479DFE
Tints of Cornflower Blue #479DFE
RGB
CMYK
RGB Variations
Color information
#479DFE (or 0x479DFE) is known color: Cornflower Blue. HEX triplet: 47, 9D and FE. RGB value is (71,157,254). Sum of RGB (Red+Green+Blue) = 71+157+254=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #479DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479DFE is #B86201. Grayscale: #8D8D8D. Windows color (decimal): -12083714 or 16686407. OLE color: 16686407.
HSL color Cylindrical-coordinate representation of color #479DFE: hue angle of 211.8º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479DFE is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 157 | 254 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.00 |
| HSL | 211.8º | 0.99% | 0.64% | - |
| HSV(B) | 211.8º | 0.72% | 1% | - |
| XYZ | 32.54 | 32.61 | 98.34 | - |
| YUV | 142.34 | 191.01 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 254 | 0.72 | 0.38 | 0 | 0.00 | 211.8 | 0.99 | 0.64 |
| Hex | 47 | 9D | FE | 48 | 26 | 0 | 0 | D4 | 63 | 40 |
| Octal | 107 | 235 | 376 | 110 | 46 | 0 | 0 | 324 | 143 | 100 |
| Binary | 1000111 | 10011101 | 11111110 | 1001000 | 100110 | 0 | 0 | 11010100 | 1100011 | 1000000 |
Color Harmonies of #479DFE
Complementary color
Monochromatic Colors of #479DFE
Black with #479DFE
Text Example
Text Example
White with #479DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DFE; }
p { color: rgb(71,157,254); }
H1.HeaderClassName
{
color: #479DFE;
}
.AnyTagClassName
{
color: #479DFE;
}
</style>
background-color css
<style>
a { background-color: #479DFE; }
a { background-color: rgb(71,157,254); }
div.DivClassName
{
background-color: #479DFE;
}
.BgClassName
{
background-color: #479DFE;
}
</style>
border-color css
<style>
span { border-color: #479DFE; }
span { border-color: rgb(71,157,254); }
td.TdClassName
{
border-color: #479DFE;
}
.TagClassName
{
border-color: #479DFE;
}
</style>