Shades of Cornflower Blue #7188FE
Tints of Cornflower Blue #7188FE
RGB
CMYK
RGB Variations
Color information
#7188FE (or 0x7188FE) is known color: Cornflower Blue. HEX triplet: 71, 88 and FE. RGB value is (113,136,254). Sum of RGB (Red+Green+Blue) = 113+136+254=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7188FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7188FE is #8E7701. Grayscale: #8E8E8E. Windows color (decimal): -9336578 or 16681073. OLE color: 16681073.
HSL color Cylindrical-coordinate representation of color #7188FE: hue angle of 230.21º 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 #7188FE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 136 | 254 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.00 |
| HSL | 230.21º | 0.99% | 0.72% | - |
| HSV(B) | 230.21º | 0.56% | 1% | - |
| XYZ | 33.5 | 28.27 | 97.46 | - |
| YUV | 142.58 | 190.88 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 254 | 0.56 | 0.46 | 0 | 0.00 | 230.21 | 0.99 | 0.72 |
| Hex | 71 | 88 | FE | 38 | 2E | 0 | 0 | E6 | 63 | 48 |
| Octal | 161 | 210 | 376 | 70 | 56 | 0 | 0 | 346 | 143 | 110 |
| Binary | 1110001 | 10001000 | 11111110 | 111000 | 101110 | 0 | 0 | 11100110 | 1100011 | 1001000 |
Color Harmonies of #7188FE
Complementary color
Monochromatic Colors of #7188FE
Black with #7188FE
Text Example
Text Example
White with #7188FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7188FE; }
p { color: rgb(113,136,254); }
H1.HeaderClassName
{
color: #7188FE;
}
.AnyTagClassName
{
color: #7188FE;
}
</style>
background-color css
<style>
a { background-color: #7188FE; }
a { background-color: rgb(113,136,254); }
div.DivClassName
{
background-color: #7188FE;
}
.BgClassName
{
background-color: #7188FE;
}
</style>
border-color css
<style>
span { border-color: #7188FE; }
span { border-color: rgb(113,136,254); }
td.TdClassName
{
border-color: #7188FE;
}
.TagClassName
{
border-color: #7188FE;
}
</style>