Shades of Cornflower Blue #7397FF
Tints of Cornflower Blue #7397FF
RGB
CMYK
RGB Variations
Color information
#7397FF (or 0x7397FF) is known color: Cornflower Blue. HEX triplet: 73, 97 and FF. RGB value is (115,151,255). Sum of RGB (Red+Green+Blue) = 115+151+255=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7397FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7397FF is #8C6800. Grayscale: #979797. Windows color (decimal): -9201665 or 16750451. OLE color: 16750451.
HSL color Cylindrical-coordinate representation of color #7397FF: hue angle of 224.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7397FF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 151 | 255 | - |
| CMYK | 0.55 | 0.41 | 0 | 0 |
| HSL | 224.57º | 1% | 0.73% | - |
| HSV(B) | 224.57º | 0.55% | 1% | - |
| XYZ | 36.19 | 33 | 99.07 | - |
| YUV | 152.09 | 186.07 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 255 | 0.55 | 0.41 | 0 | 0 | 224.57 | 1 | 0.73 |
| Hex | 73 | 97 | FF | 37 | 29 | 0 | 0 | E1 | 64 | 49 |
| Octal | 163 | 227 | 377 | 67 | 51 | 0 | 0 | 341 | 144 | 111 |
| Binary | 1110011 | 10010111 | 11111111 | 110111 | 101001 | 0 | 0 | 11100001 | 1100100 | 1001001 |
Color Harmonies of #7397FF
Complementary color
Monochromatic Colors of #7397FF
Black with #7397FF
Text Example
Text Example
White with #7397FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397FF; }
p { color: rgb(115,151,255); }
H1.HeaderClassName
{
color: #7397FF;
}
.AnyTagClassName
{
color: #7397FF;
}
</style>
background-color css
<style>
a { background-color: #7397FF; }
a { background-color: rgb(115,151,255); }
div.DivClassName
{
background-color: #7397FF;
}
.BgClassName
{
background-color: #7397FF;
}
</style>
border-color css
<style>
span { border-color: #7397FF; }
span { border-color: rgb(115,151,255); }
td.TdClassName
{
border-color: #7397FF;
}
.TagClassName
{
border-color: #7397FF;
}
</style>