Shades of Cornflower Blue #478FED
Tints of Cornflower Blue #478FED
RGB
CMYK
RGB Variations
Color information
#478FED (or 0x478FED) is known color: Cornflower Blue. HEX triplet: 47, 8F and ED. RGB value is (71,143,237). Sum of RGB (Red+Green+Blue) = 71+143+237=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #478FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478FED is #B87012. Grayscale: #838383. Windows color (decimal): -12087315 or 15568711. OLE color: 15568711.
HSL color Cylindrical-coordinate representation of color #478FED: hue angle of 213.98º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478FED is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 143 | 237 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.07 |
| HSL | 213.98º | 0.82% | 0.6% | - |
| HSV(B) | 213.98º | 0.7% | 0.93% | - |
| XYZ | 27.71 | 27.1 | 83.89 | - |
| YUV | 132.19 | 187.15 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 237 | 0.70 | 0.40 | 0 | 0.07 | 213.98 | 0.82 | 0.6 |
| Hex | 47 | 8F | ED | 46 | 28 | 0 | 7 | D6 | 52 | 3C |
| Octal | 107 | 217 | 355 | 106 | 50 | 0 | 7 | 326 | 122 | 74 |
| Binary | 1000111 | 10001111 | 11101101 | 1000110 | 101000 | 0 | 111 | 11010110 | 1010010 | 111100 |
Color Harmonies of #478FED
Complementary color
Monochromatic Colors of #478FED
Black with #478FED
Text Example
Text Example
White with #478FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FED; }
p { color: rgb(71,143,237); }
H1.HeaderClassName
{
color: #478FED;
}
.AnyTagClassName
{
color: #478FED;
}
</style>
background-color css
<style>
a { background-color: #478FED; }
a { background-color: rgb(71,143,237); }
div.DivClassName
{
background-color: #478FED;
}
.BgClassName
{
background-color: #478FED;
}
</style>
border-color css
<style>
span { border-color: #478FED; }
span { border-color: rgb(71,143,237); }
td.TdClassName
{
border-color: #478FED;
}
.TagClassName
{
border-color: #478FED;
}
</style>