Shades of Cornflower Blue #7294FF
Tints of Cornflower Blue #7294FF
RGB
CMYK
RGB Variations
Color information
#7294FF (or 0x7294FF) is known color: Cornflower Blue. HEX triplet: 72, 94 and FF. RGB value is (114,148,255). Sum of RGB (Red+Green+Blue) = 114+148+255=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7294FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7294FF is #8D6B00. Grayscale: #959595. Windows color (decimal): -9267969 or 16749682. OLE color: 16749682.
HSL color Cylindrical-coordinate representation of color #7294FF: hue angle of 225.53º 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 #7294FF is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 148 | 255 | - |
| CMYK | 0.55 | 0.42 | 0 | 0 |
| HSL | 225.53º | 1% | 0.72% | - |
| HSV(B) | 225.53º | 0.55% | 1% | - |
| XYZ | 35.58 | 31.98 | 98.9 | - |
| YUV | 150.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 255 | 0.55 | 0.42 | 0 | 0 | 225.53 | 1 | 0.72 |
| Hex | 72 | 94 | FF | 37 | 2A | 0 | 0 | E2 | 64 | 48 |
| Octal | 162 | 224 | 377 | 67 | 52 | 0 | 0 | 342 | 144 | 110 |
| Binary | 1110010 | 10010100 | 11111111 | 110111 | 101010 | 0 | 0 | 11100010 | 1100100 | 1001000 |
Color Harmonies of #7294FF
Complementary color
Monochromatic Colors of #7294FF
Black with #7294FF
Text Example
Text Example
White with #7294FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7294FF; }
p { color: rgb(114,148,255); }
H1.HeaderClassName
{
color: #7294FF;
}
.AnyTagClassName
{
color: #7294FF;
}
</style>
background-color css
<style>
a { background-color: #7294FF; }
a { background-color: rgb(114,148,255); }
div.DivClassName
{
background-color: #7294FF;
}
.BgClassName
{
background-color: #7294FF;
}
</style>
border-color css
<style>
span { border-color: #7294FF; }
span { border-color: rgb(114,148,255); }
td.TdClassName
{
border-color: #7294FF;
}
.TagClassName
{
border-color: #7294FF;
}
</style>