Shades of Cornflower Blue #7198FE
Tints of Cornflower Blue #7198FE
RGB
CMYK
RGB Variations
Color information
#7198FE (or 0x7198FE) is known color: Cornflower Blue. HEX triplet: 71, 98 and FE. RGB value is (113,152,254). Sum of RGB (Red+Green+Blue) = 113+152+254=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #7198FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7198FE is #8E6701. Grayscale: #979797. Windows color (decimal): -9332482 or 16685169. OLE color: 16685169.
HSL color Cylindrical-coordinate representation of color #7198FE: hue angle of 223.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7198FE is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 152 | 254 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.00 |
| HSL | 223.4º | 0.99% | 0.72% | - |
| HSV(B) | 223.4º | 0.56% | 1% | - |
| XYZ | 35.93 | 33.12 | 98.27 | - |
| YUV | 151.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 254 | 0.56 | 0.40 | 0 | 0.00 | 223.4 | 0.99 | 0.72 |
| Hex | 71 | 98 | FE | 38 | 28 | 0 | 0 | DF | 63 | 48 |
| Octal | 161 | 230 | 376 | 70 | 50 | 0 | 0 | 337 | 143 | 110 |
| Binary | 1110001 | 10011000 | 11111110 | 111000 | 101000 | 0 | 0 | 11011111 | 1100011 | 1001000 |
Color Harmonies of #7198FE
Complementary color
Monochromatic Colors of #7198FE
Black with #7198FE
Text Example
Text Example
White with #7198FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7198FE; }
p { color: rgb(113,152,254); }
H1.HeaderClassName
{
color: #7198FE;
}
.AnyTagClassName
{
color: #7198FE;
}
</style>
background-color css
<style>
a { background-color: #7198FE; }
a { background-color: rgb(113,152,254); }
div.DivClassName
{
background-color: #7198FE;
}
.BgClassName
{
background-color: #7198FE;
}
</style>
border-color css
<style>
span { border-color: #7198FE; }
span { border-color: rgb(113,152,254); }
td.TdClassName
{
border-color: #7198FE;
}
.TagClassName
{
border-color: #7198FE;
}
</style>