Shades of Corn Flower Blue #505070
Tints of Corn Flower Blue #505070
RGB
CMYK
RGB Variations
Color information
#505070 (or 0x505070) is known color: Corn Flower Blue. HEX triplet: 50, 50 and 70. RGB value is (80,80,112). Sum of RGB (Red+Green+Blue) = 80+80+112=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #505070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505070 is #AFAF8F. Grayscale: #535353. Windows color (decimal): -11513744 or 7360592. OLE color: 7360592.
HSL color Cylindrical-coordinate representation of color #505070: hue angle of 240º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505070 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 80 | 112 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.56 |
| HSL | 240º | 0.17% | 0.38% | - |
| HSV(B) | 240º | 0.29% | 0.44% | - |
| XYZ | 9.1 | 8.61 | 16.51 | - |
| YUV | 83.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 112 | 0.29 | 0.29 | 0 | 0.56 | 240 | 0.17 | 0.38 |
| Hex | 50 | 50 | 70 | 1D | 1D | 0 | 38 | F0 | 11 | 26 |
| Octal | 120 | 120 | 160 | 35 | 35 | 0 | 70 | 360 | 21 | 46 |
| Binary | 1010000 | 1010000 | 1110000 | 11101 | 11101 | 0 | 111000 | 11110000 | 10001 | 100110 |
Color Harmonies of #505070
Complementary color
Monochromatic Colors of #505070
Black with #505070
Text Example
Text Example
White with #505070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505070; }
p { color: rgb(80,80,112); }
H1.HeaderClassName
{
color: #505070;
}
.AnyTagClassName
{
color: #505070;
}
</style>
background-color css
<style>
a { background-color: #505070; }
a { background-color: rgb(80,80,112); }
div.DivClassName
{
background-color: #505070;
}
.BgClassName
{
background-color: #505070;
}
</style>
border-color css
<style>
span { border-color: #505070; }
span { border-color: rgb(80,80,112); }
td.TdClassName
{
border-color: #505070;
}
.TagClassName
{
border-color: #505070;
}
</style>