Shades of Cornflower Blue #47A5FE
Tints of Cornflower Blue #47A5FE
RGB
CMYK
RGB Variations
Color information
#47A5FE (or 0x47A5FE) is known color: Cornflower Blue. HEX triplet: 47, A5 and FE. RGB value is (71,165,254). Sum of RGB (Red+Green+Blue) = 71+165+254=490 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.49% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #47A5FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A5FE is #B85A01. Grayscale: #929292. Windows color (decimal): -12081666 or 16688455. OLE color: 16688455.
HSL color Cylindrical-coordinate representation of color #47A5FE: hue angle of 209.18º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47A5FE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 165 | 254 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.00 |
| HSL | 209.18º | 0.99% | 0.64% | - |
| HSV(B) | 209.18º | 0.72% | 1% | - |
| XYZ | 33.94 | 35.41 | 98.81 | - |
| YUV | 147.04 | 188.36 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 165 | 254 | 0.72 | 0.35 | 0 | 0.00 | 209.18 | 0.99 | 0.64 |
| Hex | 47 | A5 | FE | 48 | 23 | 0 | 0 | D1 | 63 | 40 |
| Octal | 107 | 245 | 376 | 110 | 43 | 0 | 0 | 321 | 143 | 100 |
| Binary | 1000111 | 10100101 | 11111110 | 1001000 | 100011 | 0 | 0 | 11010001 | 1100011 | 1000000 |
Color Harmonies of #47A5FE
Complementary color
Monochromatic Colors of #47A5FE
Black with #47A5FE
Text Example
Text Example
White with #47A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A5FE; }
p { color: rgb(71,165,254); }
H1.HeaderClassName
{
color: #47A5FE;
}
.AnyTagClassName
{
color: #47A5FE;
}
</style>
background-color css
<style>
a { background-color: #47A5FE; }
a { background-color: rgb(71,165,254); }
div.DivClassName
{
background-color: #47A5FE;
}
.BgClassName
{
background-color: #47A5FE;
}
</style>
border-color css
<style>
span { border-color: #47A5FE; }
span { border-color: rgb(71,165,254); }
td.TdClassName
{
border-color: #47A5FE;
}
.TagClassName
{
border-color: #47A5FE;
}
</style>