Shades of Cornflower Blue #479FFE
Tints of Cornflower Blue #479FFE
RGB
CMYK
RGB Variations
Color information
#479FFE (or 0x479FFE) is known color: Cornflower Blue. HEX triplet: 47, 9F and FE. RGB value is (71,159,254). Sum of RGB (Red+Green+Blue) = 71+159+254=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #479FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479FFE is #B86001. Grayscale: #8F8F8F. Windows color (decimal): -12083202 or 16686919. OLE color: 16686919.
HSL color Cylindrical-coordinate representation of color #479FFE: hue angle of 211.15º 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 #479FFE is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 159 | 254 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.00 |
| HSL | 211.15º | 0.99% | 0.64% | - |
| HSV(B) | 211.15º | 0.72% | 1% | - |
| XYZ | 32.89 | 33.29 | 98.46 | - |
| YUV | 143.52 | 190.35 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 254 | 0.72 | 0.37 | 0 | 0.00 | 211.15 | 0.99 | 0.64 |
| Hex | 47 | 9F | FE | 48 | 25 | 0 | 0 | D3 | 63 | 40 |
| Octal | 107 | 237 | 376 | 110 | 45 | 0 | 0 | 323 | 143 | 100 |
| Binary | 1000111 | 10011111 | 11111110 | 1001000 | 100101 | 0 | 0 | 11010011 | 1100011 | 1000000 |
Color Harmonies of #479FFE
Complementary color
Monochromatic Colors of #479FFE
Black with #479FFE
Text Example
Text Example
White with #479FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FFE; }
p { color: rgb(71,159,254); }
H1.HeaderClassName
{
color: #479FFE;
}
.AnyTagClassName
{
color: #479FFE;
}
</style>
background-color css
<style>
a { background-color: #479FFE; }
a { background-color: rgb(71,159,254); }
div.DivClassName
{
background-color: #479FFE;
}
.BgClassName
{
background-color: #479FFE;
}
</style>
border-color css
<style>
span { border-color: #479FFE; }
span { border-color: rgb(71,159,254); }
td.TdClassName
{
border-color: #479FFE;
}
.TagClassName
{
border-color: #479FFE;
}
</style>