Shades of Cornflower Blue #478FEB
Tints of Cornflower Blue #478FEB
RGB
CMYK
RGB Variations
Color information
#478FEB (or 0x478FEB) is known color: Cornflower Blue. HEX triplet: 47, 8F and EB. RGB value is (71,143,235). Sum of RGB (Red+Green+Blue) = 71+143+235=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #478FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478FEB is #B87014. Grayscale: #838383. Windows color (decimal): -12087317 or 15437639. OLE color: 15437639.
HSL color Cylindrical-coordinate representation of color #478FEB: hue angle of 213.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478FEB is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 143 | 235 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.08 |
| HSL | 213.66º | 0.8% | 0.6% | - |
| HSV(B) | 213.66º | 0.7% | 0.92% | - |
| XYZ | 27.42 | 26.98 | 82.36 | - |
| YUV | 131.96 | 186.15 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 235 | 0.70 | 0.39 | 0 | 0.08 | 213.66 | 0.8 | 0.6 |
| Hex | 47 | 8F | EB | 46 | 27 | 0 | 8 | D6 | 50 | 3C |
| Octal | 107 | 217 | 353 | 106 | 47 | 0 | 10 | 326 | 120 | 74 |
| Binary | 1000111 | 10001111 | 11101011 | 1000110 | 100111 | 0 | 1000 | 11010110 | 1010000 | 111100 |
Color Harmonies of #478FEB
Complementary color
Monochromatic Colors of #478FEB
Black with #478FEB
Text Example
Text Example
White with #478FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FEB; }
p { color: rgb(71,143,235); }
H1.HeaderClassName
{
color: #478FEB;
}
.AnyTagClassName
{
color: #478FEB;
}
</style>
background-color css
<style>
a { background-color: #478FEB; }
a { background-color: rgb(71,143,235); }
div.DivClassName
{
background-color: #478FEB;
}
.BgClassName
{
background-color: #478FEB;
}
</style>
border-color css
<style>
span { border-color: #478FEB; }
span { border-color: rgb(71,143,235); }
td.TdClassName
{
border-color: #478FEB;
}
.TagClassName
{
border-color: #478FEB;
}
</style>