Shades of Cornflower Blue #7192F0
Tints of Cornflower Blue #7192F0
RGB
CMYK
RGB Variations
Color information
#7192F0 (or 0x7192F0) is known color: Cornflower Blue. HEX triplet: 71, 92 and F0. RGB value is (113,146,240). Sum of RGB (Red+Green+Blue) = 113+146+240=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #7192F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7192F0 is #8E6D0F. Grayscale: #929292. Windows color (decimal): -9334032 or 15766129. OLE color: 15766129.
HSL color Cylindrical-coordinate representation of color #7192F0: hue angle of 224.41º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7192F0 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 146 | 240 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.06 |
| HSL | 224.41º | 0.81% | 0.69% | - |
| HSV(B) | 224.41º | 0.53% | 0.94% | - |
| XYZ | 32.82 | 30.36 | 86.57 | - |
| YUV | 146.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 240 | 0.53 | 0.39 | 0 | 0.06 | 224.41 | 0.81 | 0.69 |
| Hex | 71 | 92 | F0 | 35 | 27 | 0 | 6 | E0 | 51 | 45 |
| Octal | 161 | 222 | 360 | 65 | 47 | 0 | 6 | 340 | 121 | 105 |
| Binary | 1110001 | 10010010 | 11110000 | 110101 | 100111 | 0 | 110 | 11100000 | 1010001 | 1000101 |
Color Harmonies of #7192F0
Complementary color
Monochromatic Colors of #7192F0
Black with #7192F0
Text Example
Text Example
White with #7192F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7192F0; }
p { color: rgb(113,146,240); }
H1.HeaderClassName
{
color: #7192F0;
}
.AnyTagClassName
{
color: #7192F0;
}
</style>
background-color css
<style>
a { background-color: #7192F0; }
a { background-color: rgb(113,146,240); }
div.DivClassName
{
background-color: #7192F0;
}
.BgClassName
{
background-color: #7192F0;
}
</style>
border-color css
<style>
span { border-color: #7192F0; }
span { border-color: rgb(113,146,240); }
td.TdClassName
{
border-color: #7192F0;
}
.TagClassName
{
border-color: #7192F0;
}
</style>