Shades of Cornflower Blue #7389FA
Tints of Cornflower Blue #7389FA
RGB
CMYK
RGB Variations
Color information
#7389FA (or 0x7389FA) is known color: Cornflower Blue. HEX triplet: 73, 89 and FA. RGB value is (115,137,250). Sum of RGB (Red+Green+Blue) = 115+137+250=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7389FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7389FA is #8C7605. Grayscale: #8E8E8E. Windows color (decimal): -9205254 or 16419187. OLE color: 16419187.
HSL color Cylindrical-coordinate representation of color #7389FA: hue angle of 230.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7389FA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 137 | 250 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.02 |
| HSL | 230.22º | 0.93% | 0.72% | - |
| HSV(B) | 230.22º | 0.54% | 0.98% | - |
| XYZ | 33.27 | 28.44 | 94.18 | - |
| YUV | 143.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 250 | 0.54 | 0.45 | 0 | 0.02 | 230.22 | 0.93 | 0.72 |
| Hex | 73 | 89 | FA | 36 | 2D | 0 | 2 | E6 | 5D | 48 |
| Octal | 163 | 211 | 372 | 66 | 55 | 0 | 2 | 346 | 135 | 110 |
| Binary | 1110011 | 10001001 | 11111010 | 110110 | 101101 | 0 | 10 | 11100110 | 1011101 | 1001000 |
Color Harmonies of #7389FA
Complementary color
Monochromatic Colors of #7389FA
Black with #7389FA
Text Example
Text Example
White with #7389FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7389FA; }
p { color: rgb(115,137,250); }
H1.HeaderClassName
{
color: #7389FA;
}
.AnyTagClassName
{
color: #7389FA;
}
</style>
background-color css
<style>
a { background-color: #7389FA; }
a { background-color: rgb(115,137,250); }
div.DivClassName
{
background-color: #7389FA;
}
.BgClassName
{
background-color: #7389FA;
}
</style>
border-color css
<style>
span { border-color: #7389FA; }
span { border-color: rgb(115,137,250); }
td.TdClassName
{
border-color: #7389FA;
}
.TagClassName
{
border-color: #7389FA;
}
</style>