Shades of Cornflower Blue #478EFC
Tints of Cornflower Blue #478EFC
RGB
CMYK
RGB Variations
Color information
#478EFC (or 0x478EFC) is known color: Cornflower Blue. HEX triplet: 47, 8E and FC. RGB value is (71,142,252). Sum of RGB (Red+Green+Blue) = 71+142+252=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #478EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478EFC is #B87103. Grayscale: #848484. Windows color (decimal): -12087556 or 16551495. OLE color: 16551495.
HSL color Cylindrical-coordinate representation of color #478EFC: hue angle of 216.46º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478EFC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 142 | 252 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.01 |
| HSL | 216.46º | 0.97% | 0.63% | - |
| HSV(B) | 216.46º | 0.72% | 0.99% | - |
| XYZ | 29.84 | 27.71 | 95.87 | - |
| YUV | 133.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 252 | 0.72 | 0.44 | 0 | 0.01 | 216.46 | 0.97 | 0.63 |
| Hex | 47 | 8E | FC | 48 | 2C | 0 | 1 | D8 | 61 | 3F |
| Octal | 107 | 216 | 374 | 110 | 54 | 0 | 1 | 330 | 141 | 77 |
| Binary | 1000111 | 10001110 | 11111100 | 1001000 | 101100 | 0 | 1 | 11011000 | 1100001 | 111111 |
Color Harmonies of #478EFC
Complementary color
Monochromatic Colors of #478EFC
Black with #478EFC
Text Example
Text Example
White with #478EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478EFC; }
p { color: rgb(71,142,252); }
H1.HeaderClassName
{
color: #478EFC;
}
.AnyTagClassName
{
color: #478EFC;
}
</style>
background-color css
<style>
a { background-color: #478EFC; }
a { background-color: rgb(71,142,252); }
div.DivClassName
{
background-color: #478EFC;
}
.BgClassName
{
background-color: #478EFC;
}
</style>
border-color css
<style>
span { border-color: #478EFC; }
span { border-color: rgb(71,142,252); }
td.TdClassName
{
border-color: #478EFC;
}
.TagClassName
{
border-color: #478EFC;
}
</style>