Shades of Cornflower Blue #7290FF
Tints of Cornflower Blue #7290FF
RGB
CMYK
RGB Variations
Color information
#7290FF (or 0x7290FF) is known color: Cornflower Blue. HEX triplet: 72, 90 and FF. RGB value is (114,144,255). Sum of RGB (Red+Green+Blue) = 114+144+255=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #7290FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7290FF is #8D6F00. Grayscale: #939393. Windows color (decimal): -9268993 or 16748658. OLE color: 16748658.
HSL color Cylindrical-coordinate representation of color #7290FF: hue angle of 227.23º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7290FF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 144 | 255 | - |
| CMYK | 0.55 | 0.44 | 0 | 0 |
| HSL | 227.23º | 1% | 0.72% | - |
| HSV(B) | 227.23º | 0.55% | 1% | - |
| XYZ | 34.96 | 30.74 | 98.7 | - |
| YUV | 147.68 | 188.56 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 255 | 0.55 | 0.44 | 0 | 0 | 227.23 | 1 | 0.72 |
| Hex | 72 | 90 | FF | 37 | 2C | 0 | 0 | E3 | 64 | 48 |
| Octal | 162 | 220 | 377 | 67 | 54 | 0 | 0 | 343 | 144 | 110 |
| Binary | 1110010 | 10010000 | 11111111 | 110111 | 101100 | 0 | 0 | 11100011 | 1100100 | 1001000 |
Color Harmonies of #7290FF
Complementary color
Monochromatic Colors of #7290FF
Black with #7290FF
Text Example
Text Example
White with #7290FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7290FF; }
p { color: rgb(114,144,255); }
H1.HeaderClassName
{
color: #7290FF;
}
.AnyTagClassName
{
color: #7290FF;
}
</style>
background-color css
<style>
a { background-color: #7290FF; }
a { background-color: rgb(114,144,255); }
div.DivClassName
{
background-color: #7290FF;
}
.BgClassName
{
background-color: #7290FF;
}
</style>
border-color css
<style>
span { border-color: #7290FF; }
span { border-color: rgb(114,144,255); }
td.TdClassName
{
border-color: #7290FF;
}
.TagClassName
{
border-color: #7290FF;
}
</style>