Shades of Cornflower Blue #7193FE
Tints of Cornflower Blue #7193FE
RGB
CMYK
RGB Variations
Color information
#7193FE (or 0x7193FE) is known color: Cornflower Blue. HEX triplet: 71, 93 and FE. RGB value is (113,147,254). Sum of RGB (Red+Green+Blue) = 113+147+254=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #7193FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7193FE is #8E6C01. Grayscale: #949494. Windows color (decimal): -9333762 or 16683889. OLE color: 16683889.
HSL color Cylindrical-coordinate representation of color #7193FE: hue angle of 225.53º 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 #7193FE is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 147 | 254 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.00 |
| HSL | 225.53º | 0.99% | 0.72% | - |
| HSV(B) | 225.53º | 0.56% | 1% | - |
| XYZ | 35.13 | 31.53 | 98 | - |
| YUV | 149.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 254 | 0.56 | 0.42 | 0 | 0.00 | 225.53 | 0.99 | 0.72 |
| Hex | 71 | 93 | FE | 38 | 2A | 0 | 0 | E2 | 63 | 48 |
| Octal | 161 | 223 | 376 | 70 | 52 | 0 | 0 | 342 | 143 | 110 |
| Binary | 1110001 | 10010011 | 11111110 | 111000 | 101010 | 0 | 0 | 11100010 | 1100011 | 1001000 |
Color Harmonies of #7193FE
Complementary color
Monochromatic Colors of #7193FE
Black with #7193FE
Text Example
Text Example
White with #7193FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7193FE; }
p { color: rgb(113,147,254); }
H1.HeaderClassName
{
color: #7193FE;
}
.AnyTagClassName
{
color: #7193FE;
}
</style>
background-color css
<style>
a { background-color: #7193FE; }
a { background-color: rgb(113,147,254); }
div.DivClassName
{
background-color: #7193FE;
}
.BgClassName
{
background-color: #7193FE;
}
</style>
border-color css
<style>
span { border-color: #7193FE; }
span { border-color: rgb(113,147,254); }
td.TdClassName
{
border-color: #7193FE;
}
.TagClassName
{
border-color: #7193FE;
}
</style>