Shades of Cornflower Blue #7392EF
Tints of Cornflower Blue #7392EF
RGB
CMYK
RGB Variations
Color information
#7392EF (or 0x7392EF) is known color: Cornflower Blue. HEX triplet: 73, 92 and EF. RGB value is (115,146,239). Sum of RGB (Red+Green+Blue) = 115+146+239=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #7392EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7392EF is #8C6D10. Grayscale: #929292. Windows color (decimal): -9202961 or 15700595. OLE color: 15700595.
HSL color Cylindrical-coordinate representation of color #7392EF: hue angle of 225º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7392EF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 146 | 239 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.06 |
| HSL | 225º | 0.79% | 0.69% | - |
| HSV(B) | 225º | 0.52% | 0.94% | - |
| XYZ | 32.93 | 30.43 | 85.8 | - |
| YUV | 147.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 239 | 0.52 | 0.39 | 0 | 0.06 | 225 | 0.79 | 0.69 |
| Hex | 73 | 92 | EF | 34 | 27 | 0 | 6 | E1 | 4F | 45 |
| Octal | 163 | 222 | 357 | 64 | 47 | 0 | 6 | 341 | 117 | 105 |
| Binary | 1110011 | 10010010 | 11101111 | 110100 | 100111 | 0 | 110 | 11100001 | 1001111 | 1000101 |
Color Harmonies of #7392EF
Complementary color
Monochromatic Colors of #7392EF
Black with #7392EF
Text Example
Text Example
White with #7392EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7392EF; }
p { color: rgb(115,146,239); }
H1.HeaderClassName
{
color: #7392EF;
}
.AnyTagClassName
{
color: #7392EF;
}
</style>
background-color css
<style>
a { background-color: #7392EF; }
a { background-color: rgb(115,146,239); }
div.DivClassName
{
background-color: #7392EF;
}
.BgClassName
{
background-color: #7392EF;
}
</style>
border-color css
<style>
span { border-color: #7392EF; }
span { border-color: rgb(115,146,239); }
td.TdClassName
{
border-color: #7392EF;
}
.TagClassName
{
border-color: #7392EF;
}
</style>