Shades of Cornflower Blue #7394DC
Tints of Cornflower Blue #7394DC
RGB
CMYK
RGB Variations
Color information
#7394DC (or 0x7394DC) is known color: Cornflower Blue. HEX triplet: 73, 94 and DC. RGB value is (115,148,220). Sum of RGB (Red+Green+Blue) = 115+148+220=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 148 (58.20% from 255 or 30.64% 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 #7394DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394DC is #8C6B23. Grayscale: #929292. Windows color (decimal): -9202468 or 14455923. OLE color: 14455923.
HSL color Cylindrical-coordinate representation of color #7394DC: hue angle of 221.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7394DC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 148 | 220 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.14 |
| HSL | 221.14º | 0.6% | 0.66% | - |
| HSV(B) | 221.14º | 0.48% | 0.86% | - |
| XYZ | 30.58 | 29.99 | 71.89 | - |
| YUV | 146.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 220 | 0.48 | 0.33 | 0 | 0.14 | 221.14 | 0.6 | 0.66 |
| Hex | 73 | 94 | DC | 30 | 21 | 0 | E | DD | 3C | 42 |
| Octal | 163 | 224 | 334 | 60 | 41 | 0 | 16 | 335 | 74 | 102 |
| Binary | 1110011 | 10010100 | 11011100 | 110000 | 100001 | 0 | 1110 | 11011101 | 111100 | 1000010 |
Color Harmonies of #7394DC
Complementary color
Monochromatic Colors of #7394DC
Black with #7394DC
Text Example
Text Example
White with #7394DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7394DC; }
p { color: rgb(115,148,220); }
H1.HeaderClassName
{
color: #7394DC;
}
.AnyTagClassName
{
color: #7394DC;
}
</style>
background-color css
<style>
a { background-color: #7394DC; }
a { background-color: rgb(115,148,220); }
div.DivClassName
{
background-color: #7394DC;
}
.BgClassName
{
background-color: #7394DC;
}
</style>
border-color css
<style>
span { border-color: #7394DC; }
span { border-color: rgb(115,148,220); }
td.TdClassName
{
border-color: #7394DC;
}
.TagClassName
{
border-color: #7394DC;
}
</style>