Shades of Cornflower Blue #7097FA
Tints of Cornflower Blue #7097FA
RGB
CMYK
RGB Variations
Color information
#7097FA (or 0x7097FA) is known color: Cornflower Blue. HEX triplet: 70, 97 and FA. RGB value is (112,151,250). Sum of RGB (Red+Green+Blue) = 112+151+250=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #7097FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7097FA is #8F6805. Grayscale: #969696. Windows color (decimal): -9398278 or 16422768. OLE color: 16422768.
HSL color Cylindrical-coordinate representation of color #7097FA: hue angle of 223.04º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7097FA is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 151 | 250 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.02 |
| HSL | 223.04º | 0.93% | 0.71% | - |
| HSV(B) | 223.04º | 0.55% | 0.98% | - |
| XYZ | 35 | 32.48 | 94.87 | - |
| YUV | 150.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 250 | 0.55 | 0.40 | 0 | 0.02 | 223.04 | 0.93 | 0.71 |
| Hex | 70 | 97 | FA | 37 | 28 | 0 | 2 | DF | 5D | 47 |
| Octal | 160 | 227 | 372 | 67 | 50 | 0 | 2 | 337 | 135 | 107 |
| Binary | 1110000 | 10010111 | 11111010 | 110111 | 101000 | 0 | 10 | 11011111 | 1011101 | 1000111 |
Color Harmonies of #7097FA
Complementary color
Monochromatic Colors of #7097FA
Black with #7097FA
Text Example
Text Example
White with #7097FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7097FA; }
p { color: rgb(112,151,250); }
H1.HeaderClassName
{
color: #7097FA;
}
.AnyTagClassName
{
color: #7097FA;
}
</style>
background-color css
<style>
a { background-color: #7097FA; }
a { background-color: rgb(112,151,250); }
div.DivClassName
{
background-color: #7097FA;
}
.BgClassName
{
background-color: #7097FA;
}
</style>
border-color css
<style>
span { border-color: #7097FA; }
span { border-color: rgb(112,151,250); }
td.TdClassName
{
border-color: #7097FA;
}
.TagClassName
{
border-color: #7097FA;
}
</style>