Shades of Cornflower Blue #7097DF
Tints of Cornflower Blue #7097DF
RGB
CMYK
RGB Variations
Color information
#7097DF (or 0x7097DF) is known color: Cornflower Blue. HEX triplet: 70, 97 and DF. RGB value is (112,151,223). Sum of RGB (Red+Green+Blue) = 112+151+223=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #7097DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097DF is #8F6820. Grayscale: #939393. Windows color (decimal): -9398305 or 14653296. OLE color: 14653296.
HSL color Cylindrical-coordinate representation of color #7097DF: hue angle of 218.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7097DF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 151 | 223 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.13 |
| HSL | 218.92º | 0.63% | 0.66% | - |
| HSV(B) | 218.92º | 0.5% | 0.87% | - |
| XYZ | 31.07 | 30.91 | 74.14 | - |
| YUV | 147.55 | 170.58 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 223 | 0.50 | 0.32 | 0 | 0.13 | 218.92 | 0.63 | 0.66 |
| Hex | 70 | 97 | DF | 32 | 20 | 0 | D | DB | 3F | 42 |
| Octal | 160 | 227 | 337 | 62 | 40 | 0 | 15 | 333 | 77 | 102 |
| Binary | 1110000 | 10010111 | 11011111 | 110010 | 100000 | 0 | 1101 | 11011011 | 111111 | 1000010 |
Color Harmonies of #7097DF
Complementary color
Monochromatic Colors of #7097DF
Black with #7097DF
Text Example
Text Example
White with #7097DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7097DF; }
p { color: rgb(112,151,223); }
H1.HeaderClassName
{
color: #7097DF;
}
.AnyTagClassName
{
color: #7097DF;
}
</style>
background-color css
<style>
a { background-color: #7097DF; }
a { background-color: rgb(112,151,223); }
div.DivClassName
{
background-color: #7097DF;
}
.BgClassName
{
background-color: #7097DF;
}
</style>
border-color css
<style>
span { border-color: #7097DF; }
span { border-color: rgb(112,151,223); }
td.TdClassName
{
border-color: #7097DF;
}
.TagClassName
{
border-color: #7097DF;
}
</style>