Shades of Cornflower Blue #7189EA
Tints of Cornflower Blue #7189EA
RGB
CMYK
RGB Variations
Color information
#7189EA (or 0x7189EA) is known color: Cornflower Blue. HEX triplet: 71, 89 and EA. RGB value is (113,137,234). Sum of RGB (Red+Green+Blue) = 113+137+234=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #7189EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7189EA is #8E7615. Grayscale: #8C8C8C. Windows color (decimal): -9336342 or 15370609. OLE color: 15370609.
HSL color Cylindrical-coordinate representation of color #7189EA: hue angle of 228.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7189EA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 137 | 234 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.08 |
| HSL | 228.1º | 0.74% | 0.68% | - |
| HSV(B) | 228.1º | 0.52% | 0.92% | - |
| XYZ | 30.61 | 27.34 | 81.51 | - |
| YUV | 140.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 234 | 0.52 | 0.41 | 0 | 0.08 | 228.1 | 0.74 | 0.68 |
| Hex | 71 | 89 | EA | 34 | 29 | 0 | 8 | E4 | 4A | 44 |
| Octal | 161 | 211 | 352 | 64 | 51 | 0 | 10 | 344 | 112 | 104 |
| Binary | 1110001 | 10001001 | 11101010 | 110100 | 101001 | 0 | 1000 | 11100100 | 1001010 | 1000100 |
Color Harmonies of #7189EA
Complementary color
Monochromatic Colors of #7189EA
Black with #7189EA
Text Example
Text Example
White with #7189EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7189EA; }
p { color: rgb(113,137,234); }
H1.HeaderClassName
{
color: #7189EA;
}
.AnyTagClassName
{
color: #7189EA;
}
</style>
background-color css
<style>
a { background-color: #7189EA; }
a { background-color: rgb(113,137,234); }
div.DivClassName
{
background-color: #7189EA;
}
.BgClassName
{
background-color: #7189EA;
}
</style>
border-color css
<style>
span { border-color: #7189EA; }
span { border-color: rgb(113,137,234); }
td.TdClassName
{
border-color: #7189EA;
}
.TagClassName
{
border-color: #7189EA;
}
</style>