Shades of Cornflower Blue #7390FC
Tints of Cornflower Blue #7390FC
RGB
CMYK
RGB Variations
Color information
#7390FC (or 0x7390FC) is known color: Cornflower Blue. HEX triplet: 73, 90 and FC. RGB value is (115,144,252). Sum of RGB (Red+Green+Blue) = 115+144+252=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #7390FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7390FC is #8C6F03. Grayscale: #939393. Windows color (decimal): -9203460 or 16552051. OLE color: 16552051.
HSL color Cylindrical-coordinate representation of color #7390FC: hue angle of 227.3º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7390FC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 144 | 252 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.01 |
| HSL | 227.3º | 0.96% | 0.72% | - |
| HSV(B) | 227.3º | 0.54% | 0.99% | - |
| XYZ | 34.61 | 30.62 | 96.18 | - |
| YUV | 147.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 252 | 0.54 | 0.43 | 0 | 0.01 | 227.3 | 0.96 | 0.72 |
| Hex | 73 | 90 | FC | 36 | 2B | 0 | 1 | E3 | 60 | 48 |
| Octal | 163 | 220 | 374 | 66 | 53 | 0 | 1 | 343 | 140 | 110 |
| Binary | 1110011 | 10010000 | 11111100 | 110110 | 101011 | 0 | 1 | 11100011 | 1100000 | 1001000 |
Color Harmonies of #7390FC
Complementary color
Monochromatic Colors of #7390FC
Black with #7390FC
Text Example
Text Example
White with #7390FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7390FC; }
p { color: rgb(115,144,252); }
H1.HeaderClassName
{
color: #7390FC;
}
.AnyTagClassName
{
color: #7390FC;
}
</style>
background-color css
<style>
a { background-color: #7390FC; }
a { background-color: rgb(115,144,252); }
div.DivClassName
{
background-color: #7390FC;
}
.BgClassName
{
background-color: #7390FC;
}
</style>
border-color css
<style>
span { border-color: #7390FC; }
span { border-color: rgb(115,144,252); }
td.TdClassName
{
border-color: #7390FC;
}
.TagClassName
{
border-color: #7390FC;
}
</style>