Shades of Cornflower Blue #7385F0
Tints of Cornflower Blue #7385F0
RGB
CMYK
RGB Variations
Color information
#7385F0 (or 0x7385F0) is known color: Cornflower Blue. HEX triplet: 73, 85 and F0. RGB value is (115,133,240). Sum of RGB (Red+Green+Blue) = 115+133+240=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #7385F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385F0 is #8C7A0F. Grayscale: #8B8B8B. Windows color (decimal): -9206288 or 15762803. OLE color: 15762803.
HSL color Cylindrical-coordinate representation of color #7385F0: hue angle of 231.36º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7385F0 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 133 | 240 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.06 |
| HSL | 231.36º | 0.81% | 0.7% | - |
| HSV(B) | 231.36º | 0.52% | 0.94% | - |
| XYZ | 31.19 | 26.71 | 85.95 | - |
| YUV | 139.82 | 184.54 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 240 | 0.52 | 0.45 | 0 | 0.06 | 231.36 | 0.81 | 0.7 |
| Hex | 73 | 85 | F0 | 34 | 2D | 0 | 6 | E7 | 51 | 46 |
| Octal | 163 | 205 | 360 | 64 | 55 | 0 | 6 | 347 | 121 | 106 |
| Binary | 1110011 | 10000101 | 11110000 | 110100 | 101101 | 0 | 110 | 11100111 | 1010001 | 1000110 |
Color Harmonies of #7385F0
Complementary color
Monochromatic Colors of #7385F0
Black with #7385F0
Text Example
Text Example
White with #7385F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7385F0; }
p { color: rgb(115,133,240); }
H1.HeaderClassName
{
color: #7385F0;
}
.AnyTagClassName
{
color: #7385F0;
}
</style>
background-color css
<style>
a { background-color: #7385F0; }
a { background-color: rgb(115,133,240); }
div.DivClassName
{
background-color: #7385F0;
}
.BgClassName
{
background-color: #7385F0;
}
</style>
border-color css
<style>
span { border-color: #7385F0; }
span { border-color: rgb(115,133,240); }
td.TdClassName
{
border-color: #7385F0;
}
.TagClassName
{
border-color: #7385F0;
}
</style>