Shades of Cornflower Blue #479BFF
Tints of Cornflower Blue #479BFF
RGB
CMYK
RGB Variations
Color information
#479BFF (or 0x479BFF) is known color: Cornflower Blue. HEX triplet: 47, 9B and FF. RGB value is (71,155,255). Sum of RGB (Red+Green+Blue) = 71+155+255=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #479BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479BFF is #B86400. Grayscale: #8C8C8C. Windows color (decimal): -12084225 or 16751431. OLE color: 16751431.
HSL color Cylindrical-coordinate representation of color #479BFF: hue angle of 212.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479BFF is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 155 | 255 | - |
| CMYK | 0.72 | 0.39 | 0 | 0 |
| HSL | 212.61º | 1% | 0.64% | - |
| HSV(B) | 212.61º | 0.72% | 1% | - |
| XYZ | 32.37 | 32 | 99.08 | - |
| YUV | 141.28 | 192.17 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 255 | 0.72 | 0.39 | 0 | 0 | 212.61 | 1 | 0.64 |
| Hex | 47 | 9B | FF | 48 | 27 | 0 | 0 | D5 | 64 | 40 |
| Octal | 107 | 233 | 377 | 110 | 47 | 0 | 0 | 325 | 144 | 100 |
| Binary | 1000111 | 10011011 | 11111111 | 1001000 | 100111 | 0 | 0 | 11010101 | 1100100 | 1000000 |
Color Harmonies of #479BFF
Complementary color
Monochromatic Colors of #479BFF
Black with #479BFF
Text Example
Text Example
White with #479BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BFF; }
p { color: rgb(71,155,255); }
H1.HeaderClassName
{
color: #479BFF;
}
.AnyTagClassName
{
color: #479BFF;
}
</style>
background-color css
<style>
a { background-color: #479BFF; }
a { background-color: rgb(71,155,255); }
div.DivClassName
{
background-color: #479BFF;
}
.BgClassName
{
background-color: #479BFF;
}
</style>
border-color css
<style>
span { border-color: #479BFF; }
span { border-color: rgb(71,155,255); }
td.TdClassName
{
border-color: #479BFF;
}
.TagClassName
{
border-color: #479BFF;
}
</style>