Shades of Cornflower Blue #7295DC
Tints of Cornflower Blue #7295DC
RGB
CMYK
RGB Variations
Color information
#7295DC (or 0x7295DC) is known color: Cornflower Blue. HEX triplet: 72, 95 and DC. RGB value is (114,149,220). Sum of RGB (Red+Green+Blue) = 114+149+220=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7295DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295DC is #8D6A23. Grayscale: #929292. Windows color (decimal): -9267748 or 14456178. OLE color: 14456178.
HSL color Cylindrical-coordinate representation of color #7295DC: hue angle of 220.19º 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 #7295DC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 149 | 220 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.14 |
| HSL | 220.19º | 0.6% | 0.65% | - |
| HSV(B) | 220.19º | 0.48% | 0.86% | - |
| XYZ | 30.61 | 30.24 | 71.93 | - |
| YUV | 146.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 220 | 0.48 | 0.32 | 0 | 0.14 | 220.19 | 0.6 | 0.65 |
| Hex | 72 | 95 | DC | 30 | 20 | 0 | E | DC | 3C | 41 |
| Octal | 162 | 225 | 334 | 60 | 40 | 0 | 16 | 334 | 74 | 101 |
| Binary | 1110010 | 10010101 | 11011100 | 110000 | 100000 | 0 | 1110 | 11011100 | 111100 | 1000001 |
Color Harmonies of #7295DC
Complementary color
Monochromatic Colors of #7295DC
Black with #7295DC
Text Example
Text Example
White with #7295DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7295DC; }
p { color: rgb(114,149,220); }
H1.HeaderClassName
{
color: #7295DC;
}
.AnyTagClassName
{
color: #7295DC;
}
</style>
background-color css
<style>
a { background-color: #7295DC; }
a { background-color: rgb(114,149,220); }
div.DivClassName
{
background-color: #7295DC;
}
.BgClassName
{
background-color: #7295DC;
}
</style>
border-color css
<style>
span { border-color: #7295DC; }
span { border-color: rgb(114,149,220); }
td.TdClassName
{
border-color: #7295DC;
}
.TagClassName
{
border-color: #7295DC;
}
</style>