Shades of Cornflower Blue #7683EF
Tints of Cornflower Blue #7683EF
RGB
CMYK
RGB Variations
Color information
#7683EF (or 0x7683EF) is known color: Cornflower Blue. HEX triplet: 76, 83 and EF. RGB value is (118,131,239). Sum of RGB (Red+Green+Blue) = 118+131+239=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #7683EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7683EF is #897C10. Grayscale: #8A8A8A. Windows color (decimal): -9010193 or 15696758. OLE color: 15696758.
HSL color Cylindrical-coordinate representation of color #7683EF: hue angle of 233.55º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7683EF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 131 | 239 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.06 |
| HSL | 233.55º | 0.79% | 0.7% | - |
| HSV(B) | 233.55º | 0.51% | 0.94% | - |
| XYZ | 31.17 | 26.32 | 85.1 | - |
| YUV | 139.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 239 | 0.51 | 0.45 | 0 | 0.06 | 233.55 | 0.79 | 0.7 |
| Hex | 76 | 83 | EF | 33 | 2D | 0 | 6 | EA | 4F | 46 |
| Octal | 166 | 203 | 357 | 63 | 55 | 0 | 6 | 352 | 117 | 106 |
| Binary | 1110110 | 10000011 | 11101111 | 110011 | 101101 | 0 | 110 | 11101010 | 1001111 | 1000110 |
Color Harmonies of #7683EF
Complementary color
Monochromatic Colors of #7683EF
Black with #7683EF
Text Example
Text Example
White with #7683EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7683EF; }
p { color: rgb(118,131,239); }
H1.HeaderClassName
{
color: #7683EF;
}
.AnyTagClassName
{
color: #7683EF;
}
</style>
background-color css
<style>
a { background-color: #7683EF; }
a { background-color: rgb(118,131,239); }
div.DivClassName
{
background-color: #7683EF;
}
.BgClassName
{
background-color: #7683EF;
}
</style>
border-color css
<style>
span { border-color: #7683EF; }
span { border-color: rgb(118,131,239); }
td.TdClassName
{
border-color: #7683EF;
}
.TagClassName
{
border-color: #7683EF;
}
</style>