Shades of Cornflower Blue #7193FC
Tints of Cornflower Blue #7193FC
RGB
CMYK
RGB Variations
Color information
#7193FC (or 0x7193FC) is known color: Cornflower Blue. HEX triplet: 71, 93 and FC. RGB value is (113,147,252). Sum of RGB (Red+Green+Blue) = 113+147+252=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #7193FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7193FC is #8E6C03. Grayscale: #949494. Windows color (decimal): -9333764 or 16552817. OLE color: 16552817.
HSL color Cylindrical-coordinate representation of color #7193FC: hue angle of 225.32º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7193FC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 147 | 252 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.01 |
| HSL | 225.32º | 0.96% | 0.72% | - |
| HSV(B) | 225.32º | 0.55% | 0.99% | - |
| XYZ | 34.81 | 31.41 | 96.32 | - |
| YUV | 148.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 252 | 0.55 | 0.42 | 0 | 0.01 | 225.32 | 0.96 | 0.72 |
| Hex | 71 | 93 | FC | 37 | 2A | 0 | 1 | E1 | 60 | 48 |
| Octal | 161 | 223 | 374 | 67 | 52 | 0 | 1 | 341 | 140 | 110 |
| Binary | 1110001 | 10010011 | 11111100 | 110111 | 101010 | 0 | 1 | 11100001 | 1100000 | 1001000 |
Color Harmonies of #7193FC
Complementary color
Monochromatic Colors of #7193FC
Black with #7193FC
Text Example
Text Example
White with #7193FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7193FC; }
p { color: rgb(113,147,252); }
H1.HeaderClassName
{
color: #7193FC;
}
.AnyTagClassName
{
color: #7193FC;
}
</style>
background-color css
<style>
a { background-color: #7193FC; }
a { background-color: rgb(113,147,252); }
div.DivClassName
{
background-color: #7193FC;
}
.BgClassName
{
background-color: #7193FC;
}
</style>
border-color css
<style>
span { border-color: #7193FC; }
span { border-color: rgb(113,147,252); }
td.TdClassName
{
border-color: #7193FC;
}
.TagClassName
{
border-color: #7193FC;
}
</style>