Shades of Cornflower Blue #7292D9
Tints of Cornflower Blue #7292D9
RGB
CMYK
RGB Variations
Color information
#7292D9 (or 0x7292D9) is known color: Cornflower Blue. HEX triplet: 72, 92 and D9. RGB value is (114,146,217). Sum of RGB (Red+Green+Blue) = 114+146+217=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #7292D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7292D9 is #8D6D26. Grayscale: #909090. Windows color (decimal): -9268519 or 14258802. OLE color: 14258802.
HSL color Cylindrical-coordinate representation of color #7292D9: hue angle of 221.36º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7292D9 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 146 | 217 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.15 |
| HSL | 221.36º | 0.58% | 0.65% | - |
| HSV(B) | 221.36º | 0.47% | 0.85% | - |
| XYZ | 29.74 | 29.14 | 69.7 | - |
| YUV | 144.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 217 | 0.47 | 0.33 | 0 | 0.15 | 221.36 | 0.58 | 0.65 |
| Hex | 72 | 92 | D9 | 2F | 21 | 0 | F | DD | 3A | 41 |
| Octal | 162 | 222 | 331 | 57 | 41 | 0 | 17 | 335 | 72 | 101 |
| Binary | 1110010 | 10010010 | 11011001 | 101111 | 100001 | 0 | 1111 | 11011101 | 111010 | 1000001 |
Color Harmonies of #7292D9
Complementary color
Monochromatic Colors of #7292D9
Black with #7292D9
Text Example
Text Example
White with #7292D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7292D9; }
p { color: rgb(114,146,217); }
H1.HeaderClassName
{
color: #7292D9;
}
.AnyTagClassName
{
color: #7292D9;
}
</style>
background-color css
<style>
a { background-color: #7292D9; }
a { background-color: rgb(114,146,217); }
div.DivClassName
{
background-color: #7292D9;
}
.BgClassName
{
background-color: #7292D9;
}
</style>
border-color css
<style>
span { border-color: #7292D9; }
span { border-color: rgb(114,146,217); }
td.TdClassName
{
border-color: #7292D9;
}
.TagClassName
{
border-color: #7292D9;
}
</style>