Shades of Cornflower Blue #7395EA
Tints of Cornflower Blue #7395EA
RGB
CMYK
RGB Variations
Color information
#7395EA (or 0x7395EA) is known color: Cornflower Blue. HEX triplet: 73, 95 and EA. RGB value is (115,149,234). Sum of RGB (Red+Green+Blue) = 115+149+234=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #7395EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7395EA is #8C6A15. Grayscale: #949494. Windows color (decimal): -9202198 or 15373683. OLE color: 15373683.
HSL color Cylindrical-coordinate representation of color #7395EA: hue angle of 222.86º 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 #7395EA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 149 | 234 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.08 |
| HSL | 222.86º | 0.74% | 0.68% | - |
| HSV(B) | 222.86º | 0.51% | 0.92% | - |
| XYZ | 32.67 | 31.08 | 82.12 | - |
| YUV | 148.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 234 | 0.51 | 0.36 | 0 | 0.08 | 222.86 | 0.74 | 0.68 |
| Hex | 73 | 95 | EA | 33 | 24 | 0 | 8 | DF | 4A | 44 |
| Octal | 163 | 225 | 352 | 63 | 44 | 0 | 10 | 337 | 112 | 104 |
| Binary | 1110011 | 10010101 | 11101010 | 110011 | 100100 | 0 | 1000 | 11011111 | 1001010 | 1000100 |
Color Harmonies of #7395EA
Complementary color
Monochromatic Colors of #7395EA
Black with #7395EA
Text Example
Text Example
White with #7395EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7395EA; }
p { color: rgb(115,149,234); }
H1.HeaderClassName
{
color: #7395EA;
}
.AnyTagClassName
{
color: #7395EA;
}
</style>
background-color css
<style>
a { background-color: #7395EA; }
a { background-color: rgb(115,149,234); }
div.DivClassName
{
background-color: #7395EA;
}
.BgClassName
{
background-color: #7395EA;
}
</style>
border-color css
<style>
span { border-color: #7395EA; }
span { border-color: rgb(115,149,234); }
td.TdClassName
{
border-color: #7395EA;
}
.TagClassName
{
border-color: #7395EA;
}
</style>