Shades of Cornflower Blue #7685ED
Tints of Cornflower Blue #7685ED
RGB
CMYK
RGB Variations
Color information
#7685ED (or 0x7685ED) is known color: Cornflower Blue. HEX triplet: 76, 85 and ED. RGB value is (118,133,237). Sum of RGB (Red+Green+Blue) = 118+133+237=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #7685ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685ED is #897A12. Grayscale: #8B8B8B. Windows color (decimal): -9009683 or 15566198. OLE color: 15566198.
HSL color Cylindrical-coordinate representation of color #7685ED: hue angle of 232.44º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7685ED is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 133 | 237 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.07 |
| HSL | 232.44º | 0.77% | 0.7% | - |
| HSV(B) | 232.44º | 0.5% | 0.93% | - |
| XYZ | 31.14 | 26.74 | 83.64 | - |
| YUV | 140.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 237 | 0.50 | 0.44 | 0 | 0.07 | 232.44 | 0.77 | 0.7 |
| Hex | 76 | 85 | ED | 32 | 2C | 0 | 7 | E8 | 4D | 46 |
| Octal | 166 | 205 | 355 | 62 | 54 | 0 | 7 | 350 | 115 | 106 |
| Binary | 1110110 | 10000101 | 11101101 | 110010 | 101100 | 0 | 111 | 11101000 | 1001101 | 1000110 |
Color Harmonies of #7685ED
Complementary color
Monochromatic Colors of #7685ED
Black with #7685ED
Text Example
Text Example
White with #7685ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685ED; }
p { color: rgb(118,133,237); }
H1.HeaderClassName
{
color: #7685ED;
}
.AnyTagClassName
{
color: #7685ED;
}
</style>
background-color css
<style>
a { background-color: #7685ED; }
a { background-color: rgb(118,133,237); }
div.DivClassName
{
background-color: #7685ED;
}
.BgClassName
{
background-color: #7685ED;
}
</style>
border-color css
<style>
span { border-color: #7685ED; }
span { border-color: rgb(118,133,237); }
td.TdClassName
{
border-color: #7685ED;
}
.TagClassName
{
border-color: #7685ED;
}
</style>