Shades of Cornflower Blue #7397FC
Tints of Cornflower Blue #7397FC
RGB
CMYK
RGB Variations
Color information
#7397FC (or 0x7397FC) is known color: Cornflower Blue. HEX triplet: 73, 97 and FC. RGB value is (115,151,252). Sum of RGB (Red+Green+Blue) = 115+151+252=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #7397FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7397FC is #8C6803. Grayscale: #979797. Windows color (decimal): -9201668 or 16553843. OLE color: 16553843.
HSL color Cylindrical-coordinate representation of color #7397FC: hue angle of 224.23º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7397FC is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 151 | 252 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.01 |
| HSL | 224.23º | 0.96% | 0.72% | - |
| HSV(B) | 224.23º | 0.54% | 0.99% | - |
| XYZ | 35.71 | 32.81 | 96.55 | - |
| YUV | 151.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 252 | 0.54 | 0.40 | 0 | 0.01 | 224.23 | 0.96 | 0.72 |
| Hex | 73 | 97 | FC | 36 | 28 | 0 | 1 | E0 | 60 | 48 |
| Octal | 163 | 227 | 374 | 66 | 50 | 0 | 1 | 340 | 140 | 110 |
| Binary | 1110011 | 10010111 | 11111100 | 110110 | 101000 | 0 | 1 | 11100000 | 1100000 | 1001000 |
Color Harmonies of #7397FC
Complementary color
Monochromatic Colors of #7397FC
Black with #7397FC
Text Example
Text Example
White with #7397FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397FC; }
p { color: rgb(115,151,252); }
H1.HeaderClassName
{
color: #7397FC;
}
.AnyTagClassName
{
color: #7397FC;
}
</style>
background-color css
<style>
a { background-color: #7397FC; }
a { background-color: rgb(115,151,252); }
div.DivClassName
{
background-color: #7397FC;
}
.BgClassName
{
background-color: #7397FC;
}
</style>
border-color css
<style>
span { border-color: #7397FC; }
span { border-color: rgb(115,151,252); }
td.TdClassName
{
border-color: #7397FC;
}
.TagClassName
{
border-color: #7397FC;
}
</style>