Shades of Cornflower Blue #7394D8
Tints of Cornflower Blue #7394D8
RGB
CMYK
RGB Variations
Color information
#7394D8 (or 0x7394D8) is known color: Cornflower Blue. HEX triplet: 73, 94 and D8. RGB value is (115,148,216). Sum of RGB (Red+Green+Blue) = 115+148+216=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #7394D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394D8 is #8C6B27. Grayscale: #919191. Windows color (decimal): -9202472 or 14193779. OLE color: 14193779.
HSL color Cylindrical-coordinate representation of color #7394D8: hue angle of 220.4º degrees, saturation: 0.56, 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 #7394D8 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 148 | 216 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.15 |
| HSL | 220.4º | 0.56% | 0.65% | - |
| HSV(B) | 220.4º | 0.47% | 0.85% | - |
| XYZ | 30.05 | 29.78 | 69.13 | - |
| YUV | 145.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 216 | 0.47 | 0.31 | 0 | 0.15 | 220.4 | 0.56 | 0.65 |
| Hex | 73 | 94 | D8 | 2F | 1F | 0 | F | DC | 38 | 41 |
| Octal | 163 | 224 | 330 | 57 | 37 | 0 | 17 | 334 | 70 | 101 |
| Binary | 1110011 | 10010100 | 11011000 | 101111 | 11111 | 0 | 1111 | 11011100 | 111000 | 1000001 |
Color Harmonies of #7394D8
Complementary color
Monochromatic Colors of #7394D8
Black with #7394D8
Text Example
Text Example
White with #7394D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7394D8; }
p { color: rgb(115,148,216); }
H1.HeaderClassName
{
color: #7394D8;
}
.AnyTagClassName
{
color: #7394D8;
}
</style>
background-color css
<style>
a { background-color: #7394D8; }
a { background-color: rgb(115,148,216); }
div.DivClassName
{
background-color: #7394D8;
}
.BgClassName
{
background-color: #7394D8;
}
</style>
border-color css
<style>
span { border-color: #7394D8; }
span { border-color: rgb(115,148,216); }
td.TdClassName
{
border-color: #7394D8;
}
.TagClassName
{
border-color: #7394D8;
}
</style>