Shades of Cornflower Blue #7395DE
Tints of Cornflower Blue #7395DE
RGB
CMYK
RGB Variations
Color information
#7395DE (or 0x7395DE) is known color: Cornflower Blue. HEX triplet: 73, 95 and DE. RGB value is (115,149,222). Sum of RGB (Red+Green+Blue) = 115+149+222=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #7395DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395DE is #8C6A21. Grayscale: #929292. Windows color (decimal): -9202210 or 14587251. OLE color: 14587251.
HSL color Cylindrical-coordinate representation of color #7395DE: hue angle of 220.93º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7395DE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 149 | 222 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.13 |
| HSL | 220.93º | 0.62% | 0.66% | - |
| HSV(B) | 220.93º | 0.48% | 0.87% | - |
| XYZ | 31 | 30.41 | 73.34 | - |
| YUV | 147.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 222 | 0.48 | 0.33 | 0 | 0.13 | 220.93 | 0.62 | 0.66 |
| Hex | 73 | 95 | DE | 30 | 21 | 0 | D | DD | 3E | 42 |
| Octal | 163 | 225 | 336 | 60 | 41 | 0 | 15 | 335 | 76 | 102 |
| Binary | 1110011 | 10010101 | 11011110 | 110000 | 100001 | 0 | 1101 | 11011101 | 111110 | 1000010 |
Color Harmonies of #7395DE
Complementary color
Monochromatic Colors of #7395DE
Black with #7395DE
Text Example
Text Example
White with #7395DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7395DE; }
p { color: rgb(115,149,222); }
H1.HeaderClassName
{
color: #7395DE;
}
.AnyTagClassName
{
color: #7395DE;
}
</style>
background-color css
<style>
a { background-color: #7395DE; }
a { background-color: rgb(115,149,222); }
div.DivClassName
{
background-color: #7395DE;
}
.BgClassName
{
background-color: #7395DE;
}
</style>
border-color css
<style>
span { border-color: #7395DE; }
span { border-color: rgb(115,149,222); }
td.TdClassName
{
border-color: #7395DE;
}
.TagClassName
{
border-color: #7395DE;
}
</style>