Shades of Cornflower Blue #7685E8
Tints of Cornflower Blue #7685E8
RGB
CMYK
RGB Variations
Color information
#7685E8 (or 0x7685E8) is known color: Cornflower Blue. HEX triplet: 76, 85 and E8. RGB value is (118,133,232). Sum of RGB (Red+Green+Blue) = 118+133+232=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #7685E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685E8 is #897A17. Grayscale: #8B8B8B. Windows color (decimal): -9009688 or 15238518. OLE color: 15238518.
HSL color Cylindrical-coordinate representation of color #7685E8: hue angle of 232.11º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7685E8 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 133 | 232 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.09 |
| HSL | 232.11º | 0.71% | 0.69% | - |
| HSV(B) | 232.11º | 0.49% | 0.91% | - |
| XYZ | 30.42 | 26.45 | 79.85 | - |
| YUV | 139.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 232 | 0.49 | 0.43 | 0 | 0.09 | 232.11 | 0.71 | 0.69 |
| Hex | 76 | 85 | E8 | 31 | 2B | 0 | 9 | E8 | 47 | 45 |
| Octal | 166 | 205 | 350 | 61 | 53 | 0 | 11 | 350 | 107 | 105 |
| Binary | 1110110 | 10000101 | 11101000 | 110001 | 101011 | 0 | 1001 | 11101000 | 1000111 | 1000101 |
Color Harmonies of #7685E8
Complementary color
Monochromatic Colors of #7685E8
Black with #7685E8
Text Example
Text Example
White with #7685E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685E8; }
p { color: rgb(118,133,232); }
H1.HeaderClassName
{
color: #7685E8;
}
.AnyTagClassName
{
color: #7685E8;
}
</style>
background-color css
<style>
a { background-color: #7685E8; }
a { background-color: rgb(118,133,232); }
div.DivClassName
{
background-color: #7685E8;
}
.BgClassName
{
background-color: #7685E8;
}
</style>
border-color css
<style>
span { border-color: #7685E8; }
span { border-color: rgb(118,133,232); }
td.TdClassName
{
border-color: #7685E8;
}
.TagClassName
{
border-color: #7685E8;
}
</style>