Shades of Cornflower Blue #7294DA
Tints of Cornflower Blue #7294DA
RGB
CMYK
RGB Variations
Color information
#7294DA (or 0x7294DA) is known color: Cornflower Blue. HEX triplet: 72, 94 and DA. RGB value is (114,148,218). Sum of RGB (Red+Green+Blue) = 114+148+218=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #7294DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7294DA is #8D6B25. Grayscale: #919191. Windows color (decimal): -9268006 or 14324850. OLE color: 14324850.
HSL color Cylindrical-coordinate representation of color #7294DA: hue angle of 220.38º 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 #7294DA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 148 | 218 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.15 |
| HSL | 220.38º | 0.58% | 0.65% | - |
| HSV(B) | 220.38º | 0.48% | 0.85% | - |
| XYZ | 30.18 | 29.82 | 70.49 | - |
| YUV | 145.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 218 | 0.48 | 0.32 | 0 | 0.15 | 220.38 | 0.58 | 0.65 |
| Hex | 72 | 94 | DA | 30 | 20 | 0 | F | DC | 3A | 41 |
| Octal | 162 | 224 | 332 | 60 | 40 | 0 | 17 | 334 | 72 | 101 |
| Binary | 1110010 | 10010100 | 11011010 | 110000 | 100000 | 0 | 1111 | 11011100 | 111010 | 1000001 |
Color Harmonies of #7294DA
Complementary color
Monochromatic Colors of #7294DA
Black with #7294DA
Text Example
Text Example
White with #7294DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7294DA; }
p { color: rgb(114,148,218); }
H1.HeaderClassName
{
color: #7294DA;
}
.AnyTagClassName
{
color: #7294DA;
}
</style>
background-color css
<style>
a { background-color: #7294DA; }
a { background-color: rgb(114,148,218); }
div.DivClassName
{
background-color: #7294DA;
}
.BgClassName
{
background-color: #7294DA;
}
</style>
border-color css
<style>
span { border-color: #7294DA; }
span { border-color: rgb(114,148,218); }
td.TdClassName
{
border-color: #7294DA;
}
.TagClassName
{
border-color: #7294DA;
}
</style>