Shades of Cornflower Blue #7097E8
Tints of Cornflower Blue #7097E8
RGB
CMYK
RGB Variations
Color information
#7097E8 (or 0x7097E8) is known color: Cornflower Blue. HEX triplet: 70, 97 and E8. RGB value is (112,151,232). Sum of RGB (Red+Green+Blue) = 112+151+232=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #7097E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7097E8 is #8F6817. Grayscale: #949494. Windows color (decimal): -9398296 or 15243120. OLE color: 15243120.
HSL color Cylindrical-coordinate representation of color #7097E8: hue angle of 220.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7097E8 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 151 | 232 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.09 |
| HSL | 220.5º | 0.72% | 0.67% | - |
| HSV(B) | 220.5º | 0.52% | 0.91% | - |
| XYZ | 32.31 | 31.4 | 80.7 | - |
| YUV | 148.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 232 | 0.52 | 0.35 | 0 | 0.09 | 220.5 | 0.72 | 0.67 |
| Hex | 70 | 97 | E8 | 34 | 23 | 0 | 9 | DC | 48 | 43 |
| Octal | 160 | 227 | 350 | 64 | 43 | 0 | 11 | 334 | 110 | 103 |
| Binary | 1110000 | 10010111 | 11101000 | 110100 | 100011 | 0 | 1001 | 11011100 | 1001000 | 1000011 |
Color Harmonies of #7097E8
Complementary color
Monochromatic Colors of #7097E8
Black with #7097E8
Text Example
Text Example
White with #7097E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7097E8; }
p { color: rgb(112,151,232); }
H1.HeaderClassName
{
color: #7097E8;
}
.AnyTagClassName
{
color: #7097E8;
}
</style>
background-color css
<style>
a { background-color: #7097E8; }
a { background-color: rgb(112,151,232); }
div.DivClassName
{
background-color: #7097E8;
}
.BgClassName
{
background-color: #7097E8;
}
</style>
border-color css
<style>
span { border-color: #7097E8; }
span { border-color: rgb(112,151,232); }
td.TdClassName
{
border-color: #7097E8;
}
.TagClassName
{
border-color: #7097E8;
}
</style>