Shades of Cornflower Blue #7298F3
Tints of Cornflower Blue #7298F3
RGB
CMYK
RGB Variations
Color information
#7298F3 (or 0x7298F3) is known color: Cornflower Blue. HEX triplet: 72, 98 and F3. RGB value is (114,152,243). Sum of RGB (Red+Green+Blue) = 114+152+243=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #7298F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7298F3 is #8D670C. Grayscale: #969696. Windows color (decimal): -9266957 or 15964274. OLE color: 15964274.
HSL color Cylindrical-coordinate representation of color #7298F3: hue angle of 222.33º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7298F3 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 152 | 243 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.05 |
| HSL | 222.33º | 0.84% | 0.7% | - |
| HSV(B) | 222.33º | 0.53% | 0.95% | - |
| XYZ | 34.35 | 32.5 | 89.26 | - |
| YUV | 151.01 | 179.91 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 243 | 0.53 | 0.37 | 0 | 0.05 | 222.33 | 0.84 | 0.7 |
| Hex | 72 | 98 | F3 | 35 | 25 | 0 | 5 | DE | 54 | 46 |
| Octal | 162 | 230 | 363 | 65 | 45 | 0 | 5 | 336 | 124 | 106 |
| Binary | 1110010 | 10011000 | 11110011 | 110101 | 100101 | 0 | 101 | 11011110 | 1010100 | 1000110 |
Color Harmonies of #7298F3
Complementary color
Monochromatic Colors of #7298F3
Black with #7298F3
Text Example
Text Example
White with #7298F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7298F3; }
p { color: rgb(114,152,243); }
H1.HeaderClassName
{
color: #7298F3;
}
.AnyTagClassName
{
color: #7298F3;
}
</style>
background-color css
<style>
a { background-color: #7298F3; }
a { background-color: rgb(114,152,243); }
div.DivClassName
{
background-color: #7298F3;
}
.BgClassName
{
background-color: #7298F3;
}
</style>
border-color css
<style>
span { border-color: #7298F3; }
span { border-color: rgb(114,152,243); }
td.TdClassName
{
border-color: #7298F3;
}
.TagClassName
{
border-color: #7298F3;
}
</style>