Shades of Cornflower Blue #7397F5
Tints of Cornflower Blue #7397F5
RGB
CMYK
RGB Variations
Color information
#7397F5 (or 0x7397F5) is known color: Cornflower Blue. HEX triplet: 73, 97 and F5. RGB value is (115,151,245). Sum of RGB (Red+Green+Blue) = 115+151+245=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #7397F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7397F5 is #8C680A. Grayscale: #969696. Windows color (decimal): -9201675 or 16095091. OLE color: 16095091.
HSL color Cylindrical-coordinate representation of color #7397F5: hue angle of 223.38º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7397F5 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 151 | 245 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.04 |
| HSL | 223.38º | 0.87% | 0.71% | - |
| HSV(B) | 223.38º | 0.53% | 0.96% | - |
| XYZ | 34.62 | 32.37 | 90.81 | - |
| YUV | 150.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 245 | 0.53 | 0.38 | 0 | 0.04 | 223.38 | 0.87 | 0.71 |
| Hex | 73 | 97 | F5 | 35 | 26 | 0 | 4 | DF | 57 | 47 |
| Octal | 163 | 227 | 365 | 65 | 46 | 0 | 4 | 337 | 127 | 107 |
| Binary | 1110011 | 10010111 | 11110101 | 110101 | 100110 | 0 | 100 | 11011111 | 1010111 | 1000111 |
Color Harmonies of #7397F5
Complementary color
Monochromatic Colors of #7397F5
Black with #7397F5
Text Example
Text Example
White with #7397F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397F5; }
p { color: rgb(115,151,245); }
H1.HeaderClassName
{
color: #7397F5;
}
.AnyTagClassName
{
color: #7397F5;
}
</style>
background-color css
<style>
a { background-color: #7397F5; }
a { background-color: rgb(115,151,245); }
div.DivClassName
{
background-color: #7397F5;
}
.BgClassName
{
background-color: #7397F5;
}
</style>
border-color css
<style>
span { border-color: #7397F5; }
span { border-color: rgb(115,151,245); }
td.TdClassName
{
border-color: #7397F5;
}
.TagClassName
{
border-color: #7397F5;
}
</style>