Shades of Cornflower Blue #479AFE
Tints of Cornflower Blue #479AFE
RGB
CMYK
RGB Variations
Color information
#479AFE (or 0x479AFE) is known color: Cornflower Blue. HEX triplet: 47, 9A and FE. RGB value is (71,154,254). Sum of RGB (Red+Green+Blue) = 71+154+254=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #479AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479AFE is #B86501. Grayscale: #8C8C8C. Windows color (decimal): -12084482 or 16685639. OLE color: 16685639.
HSL color Cylindrical-coordinate representation of color #479AFE: hue angle of 212.79º 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 #479AFE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 154 | 254 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.00 |
| HSL | 212.79º | 0.99% | 0.64% | - |
| HSV(B) | 212.79º | 0.72% | 1% | - |
| XYZ | 32.04 | 31.61 | 98.18 | - |
| YUV | 140.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 254 | 0.72 | 0.39 | 0 | 0.00 | 212.79 | 0.99 | 0.64 |
| Hex | 47 | 9A | FE | 48 | 27 | 0 | 0 | D5 | 63 | 40 |
| Octal | 107 | 232 | 376 | 110 | 47 | 0 | 0 | 325 | 143 | 100 |
| Binary | 1000111 | 10011010 | 11111110 | 1001000 | 100111 | 0 | 0 | 11010101 | 1100011 | 1000000 |
Color Harmonies of #479AFE
Complementary color
Monochromatic Colors of #479AFE
Black with #479AFE
Text Example
Text Example
White with #479AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479AFE; }
p { color: rgb(71,154,254); }
H1.HeaderClassName
{
color: #479AFE;
}
.AnyTagClassName
{
color: #479AFE;
}
</style>
background-color css
<style>
a { background-color: #479AFE; }
a { background-color: rgb(71,154,254); }
div.DivClassName
{
background-color: #479AFE;
}
.BgClassName
{
background-color: #479AFE;
}
</style>
border-color css
<style>
span { border-color: #479AFE; }
span { border-color: rgb(71,154,254); }
td.TdClassName
{
border-color: #479AFE;
}
.TagClassName
{
border-color: #479AFE;
}
</style>