Shades of Cornflower Blue #7191FE
Tints of Cornflower Blue #7191FE
RGB
CMYK
RGB Variations
Color information
#7191FE (or 0x7191FE) is known color: Cornflower Blue. HEX triplet: 71, 91 and FE. RGB value is (113,145,254). Sum of RGB (Red+Green+Blue) = 113+145+254=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #7191FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7191FE is #8E6E01. Grayscale: #939393. Windows color (decimal): -9334274 or 16683377. OLE color: 16683377.
HSL color Cylindrical-coordinate representation of color #7191FE: hue angle of 226.38º 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 #7191FE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 145 | 254 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.00 |
| HSL | 226.38º | 0.99% | 0.72% | - |
| HSV(B) | 226.38º | 0.56% | 1% | - |
| XYZ | 34.82 | 30.92 | 97.9 | - |
| YUV | 147.86 | 187.9 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 254 | 0.56 | 0.43 | 0 | 0.00 | 226.38 | 0.99 | 0.72 |
| Hex | 71 | 91 | FE | 38 | 2B | 0 | 0 | E2 | 63 | 48 |
| Octal | 161 | 221 | 376 | 70 | 53 | 0 | 0 | 342 | 143 | 110 |
| Binary | 1110001 | 10010001 | 11111110 | 111000 | 101011 | 0 | 0 | 11100010 | 1100011 | 1001000 |
Color Harmonies of #7191FE
Complementary color
Monochromatic Colors of #7191FE
Black with #7191FE
Text Example
Text Example
White with #7191FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7191FE; }
p { color: rgb(113,145,254); }
H1.HeaderClassName
{
color: #7191FE;
}
.AnyTagClassName
{
color: #7191FE;
}
</style>
background-color css
<style>
a { background-color: #7191FE; }
a { background-color: rgb(113,145,254); }
div.DivClassName
{
background-color: #7191FE;
}
.BgClassName
{
background-color: #7191FE;
}
</style>
border-color css
<style>
span { border-color: #7191FE; }
span { border-color: rgb(113,145,254); }
td.TdClassName
{
border-color: #7191FE;
}
.TagClassName
{
border-color: #7191FE;
}
</style>