Shades of Cornflower Blue #7396E8
Tints of Cornflower Blue #7396E8
RGB
CMYK
RGB Variations
Color information
#7396E8 (or 0x7396E8) is known color: Cornflower Blue. HEX triplet: 73, 96 and E8. RGB value is (115,150,232). Sum of RGB (Red+Green+Blue) = 115+150+232=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #7396E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7396E8 is #8C6917. Grayscale: #949494. Windows color (decimal): -9201944 or 15242867. OLE color: 15242867.
HSL color Cylindrical-coordinate representation of color #7396E8: hue angle of 222.05º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7396E8 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 150 | 232 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.09 |
| HSL | 222.05º | 0.72% | 0.68% | - |
| HSV(B) | 222.05º | 0.5% | 0.91% | - |
| XYZ | 32.54 | 31.28 | 80.67 | - |
| YUV | 148.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 232 | 0.50 | 0.35 | 0 | 0.09 | 222.05 | 0.72 | 0.68 |
| Hex | 73 | 96 | E8 | 32 | 23 | 0 | 9 | DE | 48 | 44 |
| Octal | 163 | 226 | 350 | 62 | 43 | 0 | 11 | 336 | 110 | 104 |
| Binary | 1110011 | 10010110 | 11101000 | 110010 | 100011 | 0 | 1001 | 11011110 | 1001000 | 1000100 |
Color Harmonies of #7396E8
Complementary color
Monochromatic Colors of #7396E8
Black with #7396E8
Text Example
Text Example
White with #7396E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396E8; }
p { color: rgb(115,150,232); }
H1.HeaderClassName
{
color: #7396E8;
}
.AnyTagClassName
{
color: #7396E8;
}
</style>
background-color css
<style>
a { background-color: #7396E8; }
a { background-color: rgb(115,150,232); }
div.DivClassName
{
background-color: #7396E8;
}
.BgClassName
{
background-color: #7396E8;
}
</style>
border-color css
<style>
span { border-color: #7396E8; }
span { border-color: rgb(115,150,232); }
td.TdClassName
{
border-color: #7396E8;
}
.TagClassName
{
border-color: #7396E8;
}
</style>