Shades of Cornflower Blue #478BEB
Tints of Cornflower Blue #478BEB
RGB
CMYK
RGB Variations
Color information
#478BEB (or 0x478BEB) is known color: Cornflower Blue. HEX triplet: 47, 8B and EB. RGB value is (71,139,235). Sum of RGB (Red+Green+Blue) = 71+139+235=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #478BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BEB is #B87414. Grayscale: #818181. Windows color (decimal): -12088341 or 15436615. OLE color: 15436615.
HSL color Cylindrical-coordinate representation of color #478BEB: hue angle of 215.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478BEB is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 139 | 235 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.08 |
| HSL | 215.12º | 0.8% | 0.6% | - |
| HSV(B) | 215.12º | 0.7% | 0.92% | - |
| XYZ | 26.83 | 25.8 | 82.16 | - |
| YUV | 129.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 235 | 0.70 | 0.41 | 0 | 0.08 | 215.12 | 0.8 | 0.6 |
| Hex | 47 | 8B | EB | 46 | 29 | 0 | 8 | D7 | 50 | 3C |
| Octal | 107 | 213 | 353 | 106 | 51 | 0 | 10 | 327 | 120 | 74 |
| Binary | 1000111 | 10001011 | 11101011 | 1000110 | 101001 | 0 | 1000 | 11010111 | 1010000 | 111100 |
Color Harmonies of #478BEB
Complementary color
Monochromatic Colors of #478BEB
Black with #478BEB
Text Example
Text Example
White with #478BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BEB; }
p { color: rgb(71,139,235); }
H1.HeaderClassName
{
color: #478BEB;
}
.AnyTagClassName
{
color: #478BEB;
}
</style>
background-color css
<style>
a { background-color: #478BEB; }
a { background-color: rgb(71,139,235); }
div.DivClassName
{
background-color: #478BEB;
}
.BgClassName
{
background-color: #478BEB;
}
</style>
border-color css
<style>
span { border-color: #478BEB; }
span { border-color: rgb(71,139,235); }
td.TdClassName
{
border-color: #478BEB;
}
.TagClassName
{
border-color: #478BEB;
}
</style>