Shades of Cornflower Blue #7393FF
Tints of Cornflower Blue #7393FF
RGB
CMYK
RGB Variations
Color information
#7393FF (or 0x7393FF) is known color: Cornflower Blue. HEX triplet: 73, 93 and FF. RGB value is (115,147,255). Sum of RGB (Red+Green+Blue) = 115+147+255=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7393FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7393FF is #8C6C00. Grayscale: #959595. Windows color (decimal): -9202689 or 16749427. OLE color: 16749427.
HSL color Cylindrical-coordinate representation of color #7393FF: hue angle of 226.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7393FF is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 147 | 255 | - |
| CMYK | 0.55 | 0.42 | 0 | 0 |
| HSL | 226.29º | 1% | 0.73% | - |
| HSV(B) | 226.29º | 0.55% | 1% | - |
| XYZ | 35.55 | 31.73 | 98.86 | - |
| YUV | 149.74 | 187.4 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 255 | 0.55 | 0.42 | 0 | 0 | 226.29 | 1 | 0.73 |
| Hex | 73 | 93 | FF | 37 | 2A | 0 | 0 | E2 | 64 | 49 |
| Octal | 163 | 223 | 377 | 67 | 52 | 0 | 0 | 342 | 144 | 111 |
| Binary | 1110011 | 10010011 | 11111111 | 110111 | 101010 | 0 | 0 | 11100010 | 1100100 | 1001001 |
Color Harmonies of #7393FF
Complementary color
Monochromatic Colors of #7393FF
Black with #7393FF
Text Example
Text Example
White with #7393FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7393FF; }
p { color: rgb(115,147,255); }
H1.HeaderClassName
{
color: #7393FF;
}
.AnyTagClassName
{
color: #7393FF;
}
</style>
background-color css
<style>
a { background-color: #7393FF; }
a { background-color: rgb(115,147,255); }
div.DivClassName
{
background-color: #7393FF;
}
.BgClassName
{
background-color: #7393FF;
}
</style>
border-color css
<style>
span { border-color: #7393FF; }
span { border-color: rgb(115,147,255); }
td.TdClassName
{
border-color: #7393FF;
}
.TagClassName
{
border-color: #7393FF;
}
</style>