Shades of Cornflower Blue #479CF7
Tints of Cornflower Blue #479CF7
RGB
CMYK
RGB Variations
Color information
#479CF7 (or 0x479CF7) is known color: Cornflower Blue. HEX triplet: 47, 9C and F7. RGB value is (71,156,247). Sum of RGB (Red+Green+Blue) = 71+156+247=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #479CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CF7 is #B86308. Grayscale: #8C8C8C. Windows color (decimal): -12083977 or 16227399. OLE color: 16227399.
HSL color Cylindrical-coordinate representation of color #479CF7: hue angle of 211.02º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #479CF7 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 156 | 247 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.03 |
| HSL | 211.02º | 0.92% | 0.62% | - |
| HSV(B) | 211.02º | 0.71% | 0.97% | - |
| XYZ | 31.28 | 31.83 | 92.49 | - |
| YUV | 140.96 | 187.84 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 247 | 0.71 | 0.37 | 0 | 0.03 | 211.02 | 0.92 | 0.62 |
| Hex | 47 | 9C | F7 | 47 | 25 | 0 | 3 | D3 | 5C | 3E |
| Octal | 107 | 234 | 367 | 107 | 45 | 0 | 3 | 323 | 134 | 76 |
| Binary | 1000111 | 10011100 | 11110111 | 1000111 | 100101 | 0 | 11 | 11010011 | 1011100 | 111110 |
Color Harmonies of #479CF7
Complementary color
Monochromatic Colors of #479CF7
Black with #479CF7
Text Example
Text Example
White with #479CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CF7; }
p { color: rgb(71,156,247); }
H1.HeaderClassName
{
color: #479CF7;
}
.AnyTagClassName
{
color: #479CF7;
}
</style>
background-color css
<style>
a { background-color: #479CF7; }
a { background-color: rgb(71,156,247); }
div.DivClassName
{
background-color: #479CF7;
}
.BgClassName
{
background-color: #479CF7;
}
</style>
border-color css
<style>
span { border-color: #479CF7; }
span { border-color: rgb(71,156,247); }
td.TdClassName
{
border-color: #479CF7;
}
.TagClassName
{
border-color: #479CF7;
}
</style>