Shades of Cornflower Blue #479DF8
Tints of Cornflower Blue #479DF8
RGB
CMYK
RGB Variations
Color information
#479DF8 (or 0x479DF8) is known color: Cornflower Blue. HEX triplet: 47, 9D and F8. RGB value is (71,157,248). Sum of RGB (Red+Green+Blue) = 71+157+248=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #479DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479DF8 is #B86207. Grayscale: #8D8D8D. Windows color (decimal): -12083720 or 16293191. OLE color: 16293191.
HSL color Cylindrical-coordinate representation of color #479DF8: hue angle of 210.85º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #479DF8 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 157 | 248 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.03 |
| HSL | 210.85º | 0.93% | 0.63% | - |
| HSV(B) | 210.85º | 0.71% | 0.97% | - |
| XYZ | 31.6 | 32.23 | 93.36 | - |
| YUV | 141.66 | 188.01 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 248 | 0.71 | 0.37 | 0 | 0.03 | 210.85 | 0.93 | 0.63 |
| Hex | 47 | 9D | F8 | 47 | 25 | 0 | 3 | D3 | 5D | 3F |
| Octal | 107 | 235 | 370 | 107 | 45 | 0 | 3 | 323 | 135 | 77 |
| Binary | 1000111 | 10011101 | 11111000 | 1000111 | 100101 | 0 | 11 | 11010011 | 1011101 | 111111 |
Color Harmonies of #479DF8
Complementary color
Monochromatic Colors of #479DF8
Black with #479DF8
Text Example
Text Example
White with #479DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DF8; }
p { color: rgb(71,157,248); }
H1.HeaderClassName
{
color: #479DF8;
}
.AnyTagClassName
{
color: #479DF8;
}
</style>
background-color css
<style>
a { background-color: #479DF8; }
a { background-color: rgb(71,157,248); }
div.DivClassName
{
background-color: #479DF8;
}
.BgClassName
{
background-color: #479DF8;
}
</style>
border-color css
<style>
span { border-color: #479DF8; }
span { border-color: rgb(71,157,248); }
td.TdClassName
{
border-color: #479DF8;
}
.TagClassName
{
border-color: #479DF8;
}
</style>