Shades of Cornflower Blue #7189FA
Tints of Cornflower Blue #7189FA
RGB
CMYK
RGB Variations
Color information
#7189FA (or 0x7189FA) is known color: Cornflower Blue. HEX triplet: 71, 89 and FA. RGB value is (113,137,250). Sum of RGB (Red+Green+Blue) = 113+137+250=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7189FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7189FA is #8E7605. Grayscale: #8E8E8E. Windows color (decimal): -9336326 or 16419185. OLE color: 16419185.
HSL color Cylindrical-coordinate representation of color #7189FA: hue angle of 229.49º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7189FA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 137 | 250 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.02 |
| HSL | 229.49º | 0.93% | 0.71% | - |
| HSV(B) | 229.49º | 0.55% | 0.98% | - |
| XYZ | 33.01 | 28.3 | 94.17 | - |
| YUV | 142.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 250 | 0.55 | 0.45 | 0 | 0.02 | 229.49 | 0.93 | 0.71 |
| Hex | 71 | 89 | FA | 37 | 2D | 0 | 2 | E5 | 5D | 47 |
| Octal | 161 | 211 | 372 | 67 | 55 | 0 | 2 | 345 | 135 | 107 |
| Binary | 1110001 | 10001001 | 11111010 | 110111 | 101101 | 0 | 10 | 11100101 | 1011101 | 1000111 |
Color Harmonies of #7189FA
Complementary color
Monochromatic Colors of #7189FA
Black with #7189FA
Text Example
Text Example
White with #7189FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7189FA; }
p { color: rgb(113,137,250); }
H1.HeaderClassName
{
color: #7189FA;
}
.AnyTagClassName
{
color: #7189FA;
}
</style>
background-color css
<style>
a { background-color: #7189FA; }
a { background-color: rgb(113,137,250); }
div.DivClassName
{
background-color: #7189FA;
}
.BgClassName
{
background-color: #7189FA;
}
</style>
border-color css
<style>
span { border-color: #7189FA; }
span { border-color: rgb(113,137,250); }
td.TdClassName
{
border-color: #7189FA;
}
.TagClassName
{
border-color: #7189FA;
}
</style>