Shades of Cornflower Blue #479CFE
Tints of Cornflower Blue #479CFE
RGB
CMYK
RGB Variations
Color information
#479CFE (or 0x479CFE) is known color: Cornflower Blue. HEX triplet: 47, 9C and FE. RGB value is (71,156,254). Sum of RGB (Red+Green+Blue) = 71+156+254=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #479CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CFE is #B86301. Grayscale: #8D8D8D. Windows color (decimal): -12083970 or 16686151. OLE color: 16686151.
HSL color Cylindrical-coordinate representation of color #479CFE: hue angle of 212.13º 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 #479CFE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 156 | 254 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.00 |
| HSL | 212.13º | 0.99% | 0.64% | - |
| HSV(B) | 212.13º | 0.72% | 1% | - |
| XYZ | 32.38 | 32.27 | 98.29 | - |
| YUV | 141.76 | 191.34 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 254 | 0.72 | 0.39 | 0 | 0.00 | 212.13 | 0.99 | 0.64 |
| Hex | 47 | 9C | FE | 48 | 27 | 0 | 0 | D4 | 63 | 40 |
| Octal | 107 | 234 | 376 | 110 | 47 | 0 | 0 | 324 | 143 | 100 |
| Binary | 1000111 | 10011100 | 11111110 | 1001000 | 100111 | 0 | 0 | 11010100 | 1100011 | 1000000 |
Color Harmonies of #479CFE
Complementary color
Monochromatic Colors of #479CFE
Black with #479CFE
Text Example
Text Example
White with #479CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CFE; }
p { color: rgb(71,156,254); }
H1.HeaderClassName
{
color: #479CFE;
}
.AnyTagClassName
{
color: #479CFE;
}
</style>
background-color css
<style>
a { background-color: #479CFE; }
a { background-color: rgb(71,156,254); }
div.DivClassName
{
background-color: #479CFE;
}
.BgClassName
{
background-color: #479CFE;
}
</style>
border-color css
<style>
span { border-color: #479CFE; }
span { border-color: rgb(71,156,254); }
td.TdClassName
{
border-color: #479CFE;
}
.TagClassName
{
border-color: #479CFE;
}
</style>