Shades of Cornflower Blue #7292DC
Tints of Cornflower Blue #7292DC
RGB
CMYK
RGB Variations
Color information
#7292DC (or 0x7292DC) is known color: Cornflower Blue. HEX triplet: 72, 92 and DC. RGB value is (114,146,220). Sum of RGB (Red+Green+Blue) = 114+146+220=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #7292DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7292DC is #8D6D23. Grayscale: #909090. Windows color (decimal): -9268516 or 14455410. OLE color: 14455410.
HSL color Cylindrical-coordinate representation of color #7292DC: hue angle of 221.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7292DC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 146 | 220 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.14 |
| HSL | 221.89º | 0.6% | 0.65% | - |
| HSV(B) | 221.89º | 0.48% | 0.86% | - |
| XYZ | 30.14 | 29.3 | 71.78 | - |
| YUV | 144.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 220 | 0.48 | 0.34 | 0 | 0.14 | 221.89 | 0.6 | 0.65 |
| Hex | 72 | 92 | DC | 30 | 22 | 0 | E | DE | 3C | 41 |
| Octal | 162 | 222 | 334 | 60 | 42 | 0 | 16 | 336 | 74 | 101 |
| Binary | 1110010 | 10010010 | 11011100 | 110000 | 100010 | 0 | 1110 | 11011110 | 111100 | 1000001 |
Color Harmonies of #7292DC
Complementary color
Monochromatic Colors of #7292DC
Black with #7292DC
Text Example
Text Example
White with #7292DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7292DC; }
p { color: rgb(114,146,220); }
H1.HeaderClassName
{
color: #7292DC;
}
.AnyTagClassName
{
color: #7292DC;
}
</style>
background-color css
<style>
a { background-color: #7292DC; }
a { background-color: rgb(114,146,220); }
div.DivClassName
{
background-color: #7292DC;
}
.BgClassName
{
background-color: #7292DC;
}
</style>
border-color css
<style>
span { border-color: #7292DC; }
span { border-color: rgb(114,146,220); }
td.TdClassName
{
border-color: #7292DC;
}
.TagClassName
{
border-color: #7292DC;
}
</style>