Shades of Cornflower Blue #7292DA
Tints of Cornflower Blue #7292DA
RGB
CMYK
RGB Variations
Color information
#7292DA (or 0x7292DA) is known color: Cornflower Blue. HEX triplet: 72, 92 and DA. RGB value is (114,146,218). Sum of RGB (Red+Green+Blue) = 114+146+218=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #7292DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7292DA is #8D6D25. Grayscale: #909090. Windows color (decimal): -9268518 or 14324338. OLE color: 14324338.
HSL color Cylindrical-coordinate representation of color #7292DA: hue angle of 221.54º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7292DA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 146 | 218 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.15 |
| HSL | 221.54º | 0.58% | 0.65% | - |
| HSV(B) | 221.54º | 0.48% | 0.85% | - |
| XYZ | 29.87 | 29.2 | 70.39 | - |
| YUV | 144.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 218 | 0.48 | 0.33 | 0 | 0.15 | 221.54 | 0.58 | 0.65 |
| Hex | 72 | 92 | DA | 30 | 21 | 0 | F | DE | 3A | 41 |
| Octal | 162 | 222 | 332 | 60 | 41 | 0 | 17 | 336 | 72 | 101 |
| Binary | 1110010 | 10010010 | 11011010 | 110000 | 100001 | 0 | 1111 | 11011110 | 111010 | 1000001 |
Color Harmonies of #7292DA
Complementary color
Monochromatic Colors of #7292DA
Black with #7292DA
Text Example
Text Example
White with #7292DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7292DA; }
p { color: rgb(114,146,218); }
H1.HeaderClassName
{
color: #7292DA;
}
.AnyTagClassName
{
color: #7292DA;
}
</style>
background-color css
<style>
a { background-color: #7292DA; }
a { background-color: rgb(114,146,218); }
div.DivClassName
{
background-color: #7292DA;
}
.BgClassName
{
background-color: #7292DA;
}
</style>
border-color css
<style>
span { border-color: #7292DA; }
span { border-color: rgb(114,146,218); }
td.TdClassName
{
border-color: #7292DA;
}
.TagClassName
{
border-color: #7292DA;
}
</style>