Shades of Cornflower Blue #7485EC
Tints of Cornflower Blue #7485EC
RGB
CMYK
RGB Variations
Color information
#7485EC (or 0x7485EC) is known color: Cornflower Blue. HEX triplet: 74, 85 and EC. RGB value is (116,133,236). Sum of RGB (Red+Green+Blue) = 116+133+236=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #7485EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7485EC is #8B7A13. Grayscale: #8B8B8B. Windows color (decimal): -9140756 or 15500660. OLE color: 15500660.
HSL color Cylindrical-coordinate representation of color #7485EC: hue angle of 231.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7485EC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 133 | 236 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.07 |
| HSL | 231.5º | 0.76% | 0.69% | - |
| HSV(B) | 231.5º | 0.51% | 0.93% | - |
| XYZ | 30.73 | 26.54 | 82.86 | - |
| YUV | 139.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 236 | 0.51 | 0.44 | 0 | 0.07 | 231.5 | 0.76 | 0.69 |
| Hex | 74 | 85 | EC | 33 | 2C | 0 | 7 | E8 | 4C | 45 |
| Octal | 164 | 205 | 354 | 63 | 54 | 0 | 7 | 350 | 114 | 105 |
| Binary | 1110100 | 10000101 | 11101100 | 110011 | 101100 | 0 | 111 | 11101000 | 1001100 | 1000101 |
Color Harmonies of #7485EC
Complementary color
Monochromatic Colors of #7485EC
Black with #7485EC
Text Example
Text Example
White with #7485EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7485EC; }
p { color: rgb(116,133,236); }
H1.HeaderClassName
{
color: #7485EC;
}
.AnyTagClassName
{
color: #7485EC;
}
</style>
background-color css
<style>
a { background-color: #7485EC; }
a { background-color: rgb(116,133,236); }
div.DivClassName
{
background-color: #7485EC;
}
.BgClassName
{
background-color: #7485EC;
}
</style>
border-color css
<style>
span { border-color: #7485EC; }
span { border-color: rgb(116,133,236); }
td.TdClassName
{
border-color: #7485EC;
}
.TagClassName
{
border-color: #7485EC;
}
</style>