Shades of Cornflower Blue #478CFA
Tints of Cornflower Blue #478CFA
RGB
CMYK
RGB Variations
Color information
#478CFA (or 0x478CFA) is known color: Cornflower Blue. HEX triplet: 47, 8C and FA. RGB value is (71,140,250). Sum of RGB (Red+Green+Blue) = 71+140+250=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #478CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CFA is #B87305. Grayscale: #838383. Windows color (decimal): -12088070 or 16419911. OLE color: 16419911.
HSL color Cylindrical-coordinate representation of color #478CFA: hue angle of 216.87º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478CFA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 140 | 250 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.02 |
| HSL | 216.87º | 0.95% | 0.63% | - |
| HSV(B) | 216.87º | 0.72% | 0.98% | - |
| XYZ | 29.23 | 27 | 94.11 | - |
| YUV | 131.91 | 194.64 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 250 | 0.72 | 0.44 | 0 | 0.02 | 216.87 | 0.95 | 0.63 |
| Hex | 47 | 8C | FA | 48 | 2C | 0 | 2 | D9 | 5F | 3F |
| Octal | 107 | 214 | 372 | 110 | 54 | 0 | 2 | 331 | 137 | 77 |
| Binary | 1000111 | 10001100 | 11111010 | 1001000 | 101100 | 0 | 10 | 11011001 | 1011111 | 111111 |
Color Harmonies of #478CFA
Complementary color
Monochromatic Colors of #478CFA
Black with #478CFA
Text Example
Text Example
White with #478CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CFA; }
p { color: rgb(71,140,250); }
H1.HeaderClassName
{
color: #478CFA;
}
.AnyTagClassName
{
color: #478CFA;
}
</style>
background-color css
<style>
a { background-color: #478CFA; }
a { background-color: rgb(71,140,250); }
div.DivClassName
{
background-color: #478CFA;
}
.BgClassName
{
background-color: #478CFA;
}
</style>
border-color css
<style>
span { border-color: #478CFA; }
span { border-color: rgb(71,140,250); }
td.TdClassName
{
border-color: #478CFA;
}
.TagClassName
{
border-color: #478CFA;
}
</style>