Shades of Cornflower Blue #479DFF
Tints of Cornflower Blue #479DFF
RGB
CMYK
RGB Variations
Color information
#479DFF (or 0x479DFF) is known color: Cornflower Blue. HEX triplet: 47, 9D and FF. RGB value is (71,157,255). Sum of RGB (Red+Green+Blue) = 71+157+255=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #479DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479DFF is #B86200. Grayscale: #8D8D8D. Windows color (decimal): -12083713 or 16751943. OLE color: 16751943.
HSL color Cylindrical-coordinate representation of color #479DFF: hue angle of 211.96º 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 #479DFF is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 157 | 255 | - |
| CMYK | 0.72 | 0.38 | 0 | 0 |
| HSL | 211.96º | 1% | 0.64% | - |
| HSV(B) | 211.96º | 0.72% | 1% | - |
| XYZ | 32.71 | 32.67 | 99.19 | - |
| YUV | 142.46 | 191.51 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 255 | 0.72 | 0.38 | 0 | 0 | 211.96 | 1 | 0.64 |
| Hex | 47 | 9D | FF | 48 | 26 | 0 | 0 | D4 | 64 | 40 |
| Octal | 107 | 235 | 377 | 110 | 46 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1000111 | 10011101 | 11111111 | 1001000 | 100110 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #479DFF
Complementary color
Monochromatic Colors of #479DFF
Black with #479DFF
Text Example
Text Example
White with #479DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DFF; }
p { color: rgb(71,157,255); }
H1.HeaderClassName
{
color: #479DFF;
}
.AnyTagClassName
{
color: #479DFF;
}
</style>
background-color css
<style>
a { background-color: #479DFF; }
a { background-color: rgb(71,157,255); }
div.DivClassName
{
background-color: #479DFF;
}
.BgClassName
{
background-color: #479DFF;
}
</style>
border-color css
<style>
span { border-color: #479DFF; }
span { border-color: rgb(71,157,255); }
td.TdClassName
{
border-color: #479DFF;
}
.TagClassName
{
border-color: #479DFF;
}
</style>