Shades of Cornflower Blue #478CF6
Tints of Cornflower Blue #478CF6
RGB
CMYK
RGB Variations
Color information
#478CF6 (or 0x478CF6) is known color: Cornflower Blue. HEX triplet: 47, 8C and F6. RGB value is (71,140,246). Sum of RGB (Red+Green+Blue) = 71+140+246=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #478CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CF6 is #B87309. Grayscale: #828282. Windows color (decimal): -12088074 or 16157767. OLE color: 16157767.
HSL color Cylindrical-coordinate representation of color #478CF6: hue angle of 216.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #478CF6 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 140 | 246 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.04 |
| HSL | 216.34º | 0.91% | 0.62% | - |
| HSV(B) | 216.34º | 0.71% | 0.96% | - |
| XYZ | 28.61 | 26.75 | 90.84 | - |
| YUV | 131.45 | 192.64 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 246 | 0.71 | 0.43 | 0 | 0.04 | 216.34 | 0.91 | 0.62 |
| Hex | 47 | 8C | F6 | 47 | 2B | 0 | 4 | D8 | 5B | 3E |
| Octal | 107 | 214 | 366 | 107 | 53 | 0 | 4 | 330 | 133 | 76 |
| Binary | 1000111 | 10001100 | 11110110 | 1000111 | 101011 | 0 | 100 | 11011000 | 1011011 | 111110 |
Color Harmonies of #478CF6
Complementary color
Monochromatic Colors of #478CF6
Black with #478CF6
Text Example
Text Example
White with #478CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CF6; }
p { color: rgb(71,140,246); }
H1.HeaderClassName
{
color: #478CF6;
}
.AnyTagClassName
{
color: #478CF6;
}
</style>
background-color css
<style>
a { background-color: #478CF6; }
a { background-color: rgb(71,140,246); }
div.DivClassName
{
background-color: #478CF6;
}
.BgClassName
{
background-color: #478CF6;
}
</style>
border-color css
<style>
span { border-color: #478CF6; }
span { border-color: rgb(71,140,246); }
td.TdClassName
{
border-color: #478CF6;
}
.TagClassName
{
border-color: #478CF6;
}
</style>