Shades of Cornflower Blue #478DFF
Tints of Cornflower Blue #478DFF
RGB
CMYK
RGB Variations
Color information
#478DFF (or 0x478DFF) is known color: Cornflower Blue. HEX triplet: 47, 8D and FF. RGB value is (71,141,255). Sum of RGB (Red+Green+Blue) = 71+141+255=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #478DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478DFF is #B87200. Grayscale: #848484. Windows color (decimal): -12087809 or 16747847. OLE color: 16747847.
HSL color Cylindrical-coordinate representation of color #478DFF: hue angle of 217.17º 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 #478DFF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 141 | 255 | - |
| CMYK | 0.72 | 0.45 | 0 | 0 |
| HSL | 217.17º | 1% | 0.64% | - |
| HSV(B) | 217.17º | 0.72% | 1% | - |
| XYZ | 30.17 | 27.61 | 98.35 | - |
| YUV | 133.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 255 | 0.72 | 0.45 | 0 | 0 | 217.17 | 1 | 0.64 |
| Hex | 47 | 8D | FF | 48 | 2D | 0 | 0 | D9 | 64 | 40 |
| Octal | 107 | 215 | 377 | 110 | 55 | 0 | 0 | 331 | 144 | 100 |
| Binary | 1000111 | 10001101 | 11111111 | 1001000 | 101101 | 0 | 0 | 11011001 | 1100100 | 1000000 |
Color Harmonies of #478DFF
Complementary color
Monochromatic Colors of #478DFF
Black with #478DFF
Text Example
Text Example
White with #478DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DFF; }
p { color: rgb(71,141,255); }
H1.HeaderClassName
{
color: #478DFF;
}
.AnyTagClassName
{
color: #478DFF;
}
</style>
background-color css
<style>
a { background-color: #478DFF; }
a { background-color: rgb(71,141,255); }
div.DivClassName
{
background-color: #478DFF;
}
.BgClassName
{
background-color: #478DFF;
}
</style>
border-color css
<style>
span { border-color: #478DFF; }
span { border-color: rgb(71,141,255); }
td.TdClassName
{
border-color: #478DFF;
}
.TagClassName
{
border-color: #478DFF;
}
</style>