Shades of Cornflower Blue #7198EA
Tints of Cornflower Blue #7198EA
RGB
CMYK
RGB Variations
Color information
#7198EA (or 0x7198EA) is known color: Cornflower Blue. HEX triplet: 71, 98 and EA. RGB value is (113,152,234). Sum of RGB (Red+Green+Blue) = 113+152+234=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #7198EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7198EA is #8E6715. Grayscale: #959595. Windows color (decimal): -9332502 or 15374449. OLE color: 15374449.
HSL color Cylindrical-coordinate representation of color #7198EA: hue angle of 220.66º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7198EA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 152 | 234 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.08 |
| HSL | 220.66º | 0.74% | 0.68% | - |
| HSV(B) | 220.66º | 0.52% | 0.92% | - |
| XYZ | 32.89 | 31.91 | 82.27 | - |
| YUV | 149.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 234 | 0.52 | 0.35 | 0 | 0.08 | 220.66 | 0.74 | 0.68 |
| Hex | 71 | 98 | EA | 34 | 23 | 0 | 8 | DD | 4A | 44 |
| Octal | 161 | 230 | 352 | 64 | 43 | 0 | 10 | 335 | 112 | 104 |
| Binary | 1110001 | 10011000 | 11101010 | 110100 | 100011 | 0 | 1000 | 11011101 | 1001010 | 1000100 |
Color Harmonies of #7198EA
Complementary color
Monochromatic Colors of #7198EA
Black with #7198EA
Text Example
Text Example
White with #7198EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7198EA; }
p { color: rgb(113,152,234); }
H1.HeaderClassName
{
color: #7198EA;
}
.AnyTagClassName
{
color: #7198EA;
}
</style>
background-color css
<style>
a { background-color: #7198EA; }
a { background-color: rgb(113,152,234); }
div.DivClassName
{
background-color: #7198EA;
}
.BgClassName
{
background-color: #7198EA;
}
</style>
border-color css
<style>
span { border-color: #7198EA; }
span { border-color: rgb(113,152,234); }
td.TdClassName
{
border-color: #7198EA;
}
.TagClassName
{
border-color: #7198EA;
}
</style>