Shades of Cornflower Blue #7195F7
Tints of Cornflower Blue #7195F7
RGB
CMYK
RGB Variations
Color information
#7195F7 (or 0x7195F7) is known color: Cornflower Blue. HEX triplet: 71, 95 and F7. RGB value is (113,149,247). Sum of RGB (Red+Green+Blue) = 113+149+247=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #7195F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7195F7 is #8E6A08. Grayscale: #949494. Windows color (decimal): -9333257 or 16225649. OLE color: 16225649.
HSL color Cylindrical-coordinate representation of color #7195F7: hue angle of 223.88º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7195F7 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 149 | 247 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.03 |
| HSL | 223.88º | 0.89% | 0.71% | - |
| HSV(B) | 223.88º | 0.54% | 0.97% | - |
| XYZ | 34.35 | 31.72 | 92.31 | - |
| YUV | 149.41 | 183.07 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 247 | 0.54 | 0.40 | 0 | 0.03 | 223.88 | 0.89 | 0.71 |
| Hex | 71 | 95 | F7 | 36 | 28 | 0 | 3 | E0 | 59 | 47 |
| Octal | 161 | 225 | 367 | 66 | 50 | 0 | 3 | 340 | 131 | 107 |
| Binary | 1110001 | 10010101 | 11110111 | 110110 | 101000 | 0 | 11 | 11100000 | 1011001 | 1000111 |
Color Harmonies of #7195F7
Complementary color
Monochromatic Colors of #7195F7
Black with #7195F7
Text Example
Text Example
White with #7195F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7195F7; }
p { color: rgb(113,149,247); }
H1.HeaderClassName
{
color: #7195F7;
}
.AnyTagClassName
{
color: #7195F7;
}
</style>
background-color css
<style>
a { background-color: #7195F7; }
a { background-color: rgb(113,149,247); }
div.DivClassName
{
background-color: #7195F7;
}
.BgClassName
{
background-color: #7195F7;
}
</style>
border-color css
<style>
span { border-color: #7195F7; }
span { border-color: rgb(113,149,247); }
td.TdClassName
{
border-color: #7195F7;
}
.TagClassName
{
border-color: #7195F7;
}
</style>