Shades of Cornflower Blue #7399EA
Tints of Cornflower Blue #7399EA
RGB
CMYK
RGB Variations
Color information
#7399EA (or 0x7399EA) is known color: Cornflower Blue. HEX triplet: 73, 99 and EA. RGB value is (115,153,234). Sum of RGB (Red+Green+Blue) = 115+153+234=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #7399EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7399EA is #8C6615. Grayscale: #969696. Windows color (decimal): -9201174 or 15374707. OLE color: 15374707.
HSL color Cylindrical-coordinate representation of color #7399EA: hue angle of 220.84º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7399EA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 153 | 234 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.08 |
| HSL | 220.84º | 0.74% | 0.68% | - |
| HSV(B) | 220.84º | 0.51% | 0.92% | - |
| XYZ | 33.31 | 32.37 | 82.33 | - |
| YUV | 150.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 234 | 0.51 | 0.35 | 0 | 0.08 | 220.84 | 0.74 | 0.68 |
| Hex | 73 | 99 | EA | 33 | 23 | 0 | 8 | DD | 4A | 44 |
| Octal | 163 | 231 | 352 | 63 | 43 | 0 | 10 | 335 | 112 | 104 |
| Binary | 1110011 | 10011001 | 11101010 | 110011 | 100011 | 0 | 1000 | 11011101 | 1001010 | 1000100 |
Color Harmonies of #7399EA
Complementary color
Monochromatic Colors of #7399EA
Black with #7399EA
Text Example
Text Example
White with #7399EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399EA; }
p { color: rgb(115,153,234); }
H1.HeaderClassName
{
color: #7399EA;
}
.AnyTagClassName
{
color: #7399EA;
}
</style>
background-color css
<style>
a { background-color: #7399EA; }
a { background-color: rgb(115,153,234); }
div.DivClassName
{
background-color: #7399EA;
}
.BgClassName
{
background-color: #7399EA;
}
</style>
border-color css
<style>
span { border-color: #7399EA; }
span { border-color: rgb(115,153,234); }
td.TdClassName
{
border-color: #7399EA;
}
.TagClassName
{
border-color: #7399EA;
}
</style>