Shades of Cornflower Blue #478BDF
Tints of Cornflower Blue #478BDF
RGB
CMYK
RGB Variations
Color information
#478BDF (or 0x478BDF) is known color: Cornflower Blue. HEX triplet: 47, 8B and DF. RGB value is (71,139,223). Sum of RGB (Red+Green+Blue) = 71+139+223=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #478BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BDF is #B87420. Grayscale: #7F7F7F. Windows color (decimal): -12088353 or 14650183. OLE color: 14650183.
HSL color Cylindrical-coordinate representation of color #478BDF: hue angle of 213.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478BDF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 139 | 223 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.13 |
| HSL | 213.16º | 0.7% | 0.58% | - |
| HSV(B) | 213.16º | 0.68% | 0.87% | - |
| XYZ | 25.15 | 25.13 | 73.34 | - |
| YUV | 128.24 | 181.47 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 223 | 0.68 | 0.38 | 0 | 0.13 | 213.16 | 0.7 | 0.58 |
| Hex | 47 | 8B | DF | 44 | 26 | 0 | D | D5 | 46 | 3A |
| Octal | 107 | 213 | 337 | 104 | 46 | 0 | 15 | 325 | 106 | 72 |
| Binary | 1000111 | 10001011 | 11011111 | 1000100 | 100110 | 0 | 1101 | 11010101 | 1000110 | 111010 |
Color Harmonies of #478BDF
Complementary color
Monochromatic Colors of #478BDF
Black with #478BDF
Text Example
Text Example
White with #478BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BDF; }
p { color: rgb(71,139,223); }
H1.HeaderClassName
{
color: #478BDF;
}
.AnyTagClassName
{
color: #478BDF;
}
</style>
background-color css
<style>
a { background-color: #478BDF; }
a { background-color: rgb(71,139,223); }
div.DivClassName
{
background-color: #478BDF;
}
.BgClassName
{
background-color: #478BDF;
}
</style>
border-color css
<style>
span { border-color: #478BDF; }
span { border-color: rgb(71,139,223); }
td.TdClassName
{
border-color: #478BDF;
}
.TagClassName
{
border-color: #478BDF;
}
</style>