Shades of Cornflower Blue #479BFE
Tints of Cornflower Blue #479BFE
RGB
CMYK
RGB Variations
Color information
#479BFE (or 0x479BFE) is known color: Cornflower Blue. HEX triplet: 47, 9B and FE. RGB value is (71,155,254). Sum of RGB (Red+Green+Blue) = 71+155+254=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #479BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479BFE is #B86401. Grayscale: #8C8C8C. Windows color (decimal): -12084226 or 16685895. OLE color: 16685895.
HSL color Cylindrical-coordinate representation of color #479BFE: hue angle of 212.46º 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 #479BFE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 155 | 254 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.00 |
| HSL | 212.46º | 0.99% | 0.64% | - |
| HSV(B) | 212.46º | 0.72% | 1% | - |
| XYZ | 32.21 | 31.94 | 98.23 | - |
| YUV | 141.17 | 191.67 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 254 | 0.72 | 0.39 | 0 | 0.00 | 212.46 | 0.99 | 0.64 |
| Hex | 47 | 9B | FE | 48 | 27 | 0 | 0 | D4 | 63 | 40 |
| Octal | 107 | 233 | 376 | 110 | 47 | 0 | 0 | 324 | 143 | 100 |
| Binary | 1000111 | 10011011 | 11111110 | 1001000 | 100111 | 0 | 0 | 11010100 | 1100011 | 1000000 |
Color Harmonies of #479BFE
Complementary color
Monochromatic Colors of #479BFE
Black with #479BFE
Text Example
Text Example
White with #479BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BFE; }
p { color: rgb(71,155,254); }
H1.HeaderClassName
{
color: #479BFE;
}
.AnyTagClassName
{
color: #479BFE;
}
</style>
background-color css
<style>
a { background-color: #479BFE; }
a { background-color: rgb(71,155,254); }
div.DivClassName
{
background-color: #479BFE;
}
.BgClassName
{
background-color: #479BFE;
}
</style>
border-color css
<style>
span { border-color: #479BFE; }
span { border-color: rgb(71,155,254); }
td.TdClassName
{
border-color: #479BFE;
}
.TagClassName
{
border-color: #479BFE;
}
</style>