Shades of Cornflower Blue #7486E7
Tints of Cornflower Blue #7486E7
RGB
CMYK
RGB Variations
Color information
#7486E7 (or 0x7486E7) is known color: Cornflower Blue. HEX triplet: 74, 86 and E7. RGB value is (116,134,231). Sum of RGB (Red+Green+Blue) = 116+134+231=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #7486E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7486E7 is #8B7918. Grayscale: #8B8B8B. Windows color (decimal): -9140505 or 15173236. OLE color: 15173236.
HSL color Cylindrical-coordinate representation of color #7486E7: hue angle of 230.61º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7486E7 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 134 | 231 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.09 |
| HSL | 230.61º | 0.71% | 0.68% | - |
| HSV(B) | 230.61º | 0.5% | 0.91% | - |
| XYZ | 30.15 | 26.53 | 79.13 | - |
| YUV | 139.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 231 | 0.50 | 0.42 | 0 | 0.09 | 230.61 | 0.71 | 0.68 |
| Hex | 74 | 86 | E7 | 32 | 2A | 0 | 9 | E7 | 47 | 44 |
| Octal | 164 | 206 | 347 | 62 | 52 | 0 | 11 | 347 | 107 | 104 |
| Binary | 1110100 | 10000110 | 11100111 | 110010 | 101010 | 0 | 1001 | 11100111 | 1000111 | 1000100 |
Color Harmonies of #7486E7
Complementary color
Monochromatic Colors of #7486E7
Black with #7486E7
Text Example
Text Example
White with #7486E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7486E7; }
p { color: rgb(116,134,231); }
H1.HeaderClassName
{
color: #7486E7;
}
.AnyTagClassName
{
color: #7486E7;
}
</style>
background-color css
<style>
a { background-color: #7486E7; }
a { background-color: rgb(116,134,231); }
div.DivClassName
{
background-color: #7486E7;
}
.BgClassName
{
background-color: #7486E7;
}
</style>
border-color css
<style>
span { border-color: #7486E7; }
span { border-color: rgb(116,134,231); }
td.TdClassName
{
border-color: #7486E7;
}
.TagClassName
{
border-color: #7486E7;
}
</style>