Shades of Cornflower Blue #7198F1
Tints of Cornflower Blue #7198F1
RGB
CMYK
RGB Variations
Color information
#7198F1 (or 0x7198F1) is known color: Cornflower Blue. HEX triplet: 71, 98 and F1. RGB value is (113,152,241). Sum of RGB (Red+Green+Blue) = 113+152+241=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #7198F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7198F1 is #8E670E. Grayscale: #969696. Windows color (decimal): -9332495 or 15833201. OLE color: 15833201.
HSL color Cylindrical-coordinate representation of color #7198F1: hue angle of 221.72º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7198F1 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 152 | 241 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.05 |
| HSL | 221.72º | 0.82% | 0.69% | - |
| HSV(B) | 221.72º | 0.53% | 0.95% | - |
| XYZ | 33.92 | 32.32 | 87.67 | - |
| YUV | 150.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 241 | 0.53 | 0.37 | 0 | 0.05 | 221.72 | 0.82 | 0.69 |
| Hex | 71 | 98 | F1 | 35 | 25 | 0 | 5 | DE | 52 | 45 |
| Octal | 161 | 230 | 361 | 65 | 45 | 0 | 5 | 336 | 122 | 105 |
| Binary | 1110001 | 10011000 | 11110001 | 110101 | 100101 | 0 | 101 | 11011110 | 1010010 | 1000101 |
Color Harmonies of #7198F1
Complementary color
Monochromatic Colors of #7198F1
Black with #7198F1
Text Example
Text Example
White with #7198F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7198F1; }
p { color: rgb(113,152,241); }
H1.HeaderClassName
{
color: #7198F1;
}
.AnyTagClassName
{
color: #7198F1;
}
</style>
background-color css
<style>
a { background-color: #7198F1; }
a { background-color: rgb(113,152,241); }
div.DivClassName
{
background-color: #7198F1;
}
.BgClassName
{
background-color: #7198F1;
}
</style>
border-color css
<style>
span { border-color: #7198F1; }
span { border-color: rgb(113,152,241); }
td.TdClassName
{
border-color: #7198F1;
}
.TagClassName
{
border-color: #7198F1;
}
</style>