Shades of Cornflower Blue #7396EA
Tints of Cornflower Blue #7396EA
RGB
CMYK
RGB Variations
Color information
#7396EA (or 0x7396EA) is known color: Cornflower Blue. HEX triplet: 73, 96 and EA. RGB value is (115,150,234). Sum of RGB (Red+Green+Blue) = 115+150+234=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #7396EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7396EA is #8C6915. Grayscale: #949494. Windows color (decimal): -9201942 or 15373939. OLE color: 15373939.
HSL color Cylindrical-coordinate representation of color #7396EA: hue angle of 222.35º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7396EA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 150 | 234 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.08 |
| HSL | 222.35º | 0.74% | 0.68% | - |
| HSV(B) | 222.35º | 0.51% | 0.92% | - |
| XYZ | 32.83 | 31.4 | 82.17 | - |
| YUV | 149.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 234 | 0.51 | 0.36 | 0 | 0.08 | 222.35 | 0.74 | 0.68 |
| Hex | 73 | 96 | EA | 33 | 24 | 0 | 8 | DE | 4A | 44 |
| Octal | 163 | 226 | 352 | 63 | 44 | 0 | 10 | 336 | 112 | 104 |
| Binary | 1110011 | 10010110 | 11101010 | 110011 | 100100 | 0 | 1000 | 11011110 | 1001010 | 1000100 |
Color Harmonies of #7396EA
Complementary color
Monochromatic Colors of #7396EA
Black with #7396EA
Text Example
Text Example
White with #7396EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396EA; }
p { color: rgb(115,150,234); }
H1.HeaderClassName
{
color: #7396EA;
}
.AnyTagClassName
{
color: #7396EA;
}
</style>
background-color css
<style>
a { background-color: #7396EA; }
a { background-color: rgb(115,150,234); }
div.DivClassName
{
background-color: #7396EA;
}
.BgClassName
{
background-color: #7396EA;
}
</style>
border-color css
<style>
span { border-color: #7396EA; }
span { border-color: rgb(115,150,234); }
td.TdClassName
{
border-color: #7396EA;
}
.TagClassName
{
border-color: #7396EA;
}
</style>