Shades of Cornflower Blue #7385FA
Tints of Cornflower Blue #7385FA
RGB
CMYK
RGB Variations
Color information
#7385FA (or 0x7385FA) is known color: Cornflower Blue. HEX triplet: 73, 85 and FA. RGB value is (115,133,250). Sum of RGB (Red+Green+Blue) = 115+133+250=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #7385FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385FA is #8C7A05. Grayscale: #8C8C8C. Windows color (decimal): -9206278 or 16418163. OLE color: 16418163.
HSL color Cylindrical-coordinate representation of color #7385FA: hue angle of 232º 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 #7385FA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 133 | 250 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.02 |
| HSL | 232º | 0.93% | 0.72% | - |
| HSV(B) | 232º | 0.54% | 0.98% | - |
| XYZ | 32.71 | 27.32 | 93.99 | - |
| YUV | 140.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 250 | 0.54 | 0.47 | 0 | 0.02 | 232 | 0.93 | 0.72 |
| Hex | 73 | 85 | FA | 36 | 2F | 0 | 2 | E8 | 5D | 48 |
| Octal | 163 | 205 | 372 | 66 | 57 | 0 | 2 | 350 | 135 | 110 |
| Binary | 1110011 | 10000101 | 11111010 | 110110 | 101111 | 0 | 10 | 11101000 | 1011101 | 1001000 |
Color Harmonies of #7385FA
Complementary color
Monochromatic Colors of #7385FA
Black with #7385FA
Text Example
Text Example
White with #7385FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7385FA; }
p { color: rgb(115,133,250); }
H1.HeaderClassName
{
color: #7385FA;
}
.AnyTagClassName
{
color: #7385FA;
}
</style>
background-color css
<style>
a { background-color: #7385FA; }
a { background-color: rgb(115,133,250); }
div.DivClassName
{
background-color: #7385FA;
}
.BgClassName
{
background-color: #7385FA;
}
</style>
border-color css
<style>
span { border-color: #7385FA; }
span { border-color: rgb(115,133,250); }
td.TdClassName
{
border-color: #7385FA;
}
.TagClassName
{
border-color: #7385FA;
}
</style>