Shades of Cornflower Blue #7192FB
Tints of Cornflower Blue #7192FB
RGB
CMYK
RGB Variations
Color information
#7192FB (or 0x7192FB) is known color: Cornflower Blue. HEX triplet: 71, 92 and FB. RGB value is (113,146,251). Sum of RGB (Red+Green+Blue) = 113+146+251=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #7192FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7192FB is #8E6D04. Grayscale: #939393. Windows color (decimal): -9334021 or 16487025. OLE color: 16487025.
HSL color Cylindrical-coordinate representation of color #7192FB: hue angle of 225.65º degrees, saturation: 0.95, 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 #7192FB is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 146 | 251 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.02 |
| HSL | 225.65º | 0.95% | 0.71% | - |
| HSV(B) | 225.65º | 0.55% | 0.98% | - |
| XYZ | 34.5 | 31.03 | 95.44 | - |
| YUV | 148.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 251 | 0.55 | 0.42 | 0 | 0.02 | 225.65 | 0.95 | 0.71 |
| Hex | 71 | 92 | FB | 37 | 2A | 0 | 2 | E2 | 5F | 47 |
| Octal | 161 | 222 | 373 | 67 | 52 | 0 | 2 | 342 | 137 | 107 |
| Binary | 1110001 | 10010010 | 11111011 | 110111 | 101010 | 0 | 10 | 11100010 | 1011111 | 1000111 |
Color Harmonies of #7192FB
Complementary color
Monochromatic Colors of #7192FB
Black with #7192FB
Text Example
Text Example
White with #7192FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7192FB; }
p { color: rgb(113,146,251); }
H1.HeaderClassName
{
color: #7192FB;
}
.AnyTagClassName
{
color: #7192FB;
}
</style>
background-color css
<style>
a { background-color: #7192FB; }
a { background-color: rgb(113,146,251); }
div.DivClassName
{
background-color: #7192FB;
}
.BgClassName
{
background-color: #7192FB;
}
</style>
border-color css
<style>
span { border-color: #7192FB; }
span { border-color: rgb(113,146,251); }
td.TdClassName
{
border-color: #7192FB;
}
.TagClassName
{
border-color: #7192FB;
}
</style>